summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: wan: add necessary () to macro argumentPeng Li2021-05-211-10/+10
* net: wan: add braces {} to all arms of the statementPeng Li2021-05-211-1/+2
* net: wan: remove redundant blank linesPeng Li2021-05-211-20/+0
* net: wan: fix the code style issue about trailing statementsPeng Li2021-05-211-10/+28
* net: wan: add some required spacesPeng Li2021-05-211-3/+3
* net: wan: fix an code style issue about "foo* bar"Peng Li2021-05-211-5/+5
* net: wan: remove leading spaces before tabsHui Tang2021-05-213-7/+7
* net: wan: fix variable definition stylePeng Li2021-05-181-2/+2
* net: wan: remove redundant spacePeng Li2021-05-181-1/+1
* net: wan: remove redundant braces {}Peng Li2021-05-181-2/+1
* net: wan: add some required spacesPeng Li2021-05-181-8/+8
* net: wan: remove redundant blank linesPeng Li2021-05-181-17/+0
* drivers/net: Remove leading spaces in KconfigJuerg Haefliger2021-05-181-2/+2
* Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"Xie He2021-05-031-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-101-2/+3
|\
| * drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmitLv Yunlong2021-03-291-2/+3
* | net: wan: z85230: drop unused async stateJohan Hovold2021-04-071-39/+0
* | net: x25: Queue received packets in the drivers instead of per-CPU queuesXie He2021-04-052-8/+71
* | farsync: use DEFINE_SPINLOCK() for spinlockLiu Jian2021-03-261-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-1/+41
|\|
| * net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx"Xie He2021-03-151-1/+41
* | net: lapbether: Close the LAPB device before its underlying Ethernet device c...Xie He2021-03-191-2/+2
* | net: lapbether: Prevent racing when checking whether the netif is runningXie He2021-03-161-7/+25
|/
* net: lapbether: Remove netif_start_queue / netif_stop_queueXie He2021-03-091-3/+0
* net: wan: fix error return code of uhdlc_init()Jia-Ju Bai2021-03-081-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-171-1/+3
|\
| * net: wan/lmc: dont print format string when not availableTong Zhang2021-02-151-1/+1
| * net: wan/lmc: unregister device when no matching device is foundTong Zhang2021-02-151-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-3/+3
|\|
| * net: hdlc_x25: Return meaningful error code in x25_openXie He2021-02-051-3/+3
* | net: wan: farsync: use new tasklet APIEmil Renner Berthing2021-02-061-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-081-0/+1
|\|
| * wan: ds26522: select CONFIG_BITREVERSEArnd Bergmann2021-01-061-0/+1
* | net: wan: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-061-3/+1
* | net: wan: Replace simple_strtol by simple_strtoulZheng Yongjun2021-01-061-1/+1
|/
* net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He2020-12-291-0/+7
* net: lapbether: Consider it successful if (dis)connecting when already (dis)c...Xie He2020-12-101-2/+11
* net: hdlc_x25: Remove unnecessary skb_reset_network_header callsXie He2020-12-101-2/+0
* net: wan: remove trailing semicolon in macro definitionTom Rix2020-12-011-1/+1
* net: wan: Delete the DLCI / SDLA driversXie He2020-11-174-2243/+0
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-131-0/+1
|\
| * cosa: Add missing kfree in error path of cosa_writeWang Hai2020-11-121-0/+1
* | net: x25_asy: Delete the x25_asy driverXie He2020-11-074-898/+0
* | net: hdlc_fr: Add support for any EthertypeXie He2020-11-041-26/+49
* | net: hdlc_fr: Improve the initial checks when we receive an skbXie He2020-11-041-1/+1
* | net: hdlc_fr: Do skb_reset_mac_header for skbs received on normal PVC devicesXie He2020-11-041-0/+3
* | net: hdlc_fr: Change the use of "dev" in fr_rx to make the code cleanerXie He2020-11-041-17/+20
* | net: hdlc_fr: Simpify fr_rx by using "goto rx_drop" to drop framesXie He2020-11-041-9/+6
* | drivers: net: wan: lmc: Fix W=1 set but used variable warningsAndrew Lunn2020-11-031-7/+2
|/
* net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He2020-10-221-0/+1