aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-03Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"Xie He1-3/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2021-04-07net: wan: z85230: drop unused async stateJohan Hovold1-39/+0
2021-04-05net: x25: Queue received packets in the drivers instead of per-CPU queuesXie He2-8/+71
2021-03-28drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmitLv Yunlong1-2/+3
2021-03-26farsync: use DEFINE_SPINLOCK() for spinlockLiu Jian1-2/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+41
2021-03-18net: lapbether: Close the LAPB device before its underlying Ethernet device closesXie He1-2/+2
2021-03-16net: lapbether: Prevent racing when checking whether the netif is runningXie He1-7/+25
2021-03-15net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx"Xie He1-1/+41
2021-03-09net: lapbether: Remove netif_start_queue / netif_stop_queueXie He1-3/+0
2021-03-08net: wan: fix error return code of uhdlc_init()Jia-Ju Bai1-2/+6
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2021-02-15net: wan/lmc: dont print format string when not availableTong Zhang1-1/+1
2021-02-15net: wan/lmc: unregister device when no matching device is foundTong Zhang1-0/+2
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2021-02-06net: wan: farsync: use new tasklet APIEmil Renner Berthing1-6/+6
2021-02-04net: hdlc_x25: Return meaningful error code in x25_openXie He1-3/+3
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-01-05wan: ds26522: select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2021-01-05net: wan: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-3/+1
2021-01-05net: wan: Replace simple_strtol by simple_strtoulZheng Yongjun1-1/+1
2020-12-28net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He1-0/+7
2020-12-10net: lapbether: Consider it successful if (dis)connecting when already (dis)connectedXie He1-2/+11
2020-12-09net: hdlc_x25: Remove unnecessary skb_reset_network_header callsXie He1-2/+0
2020-11-30net: wan: remove trailing semicolon in macro definitionTom Rix1-1/+1
2020-11-17net: wan: Delete the DLCI / SDLA driversXie He4-2243/+0
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-11-11cosa: Add missing kfree in error path of cosa_writeWang Hai1-0/+1
2020-11-07net: x25_asy: Delete the x25_asy driverXie He4-898/+0
2020-11-03net: hdlc_fr: Add support for any EthertypeXie He1-26/+49
2020-11-03net: hdlc_fr: Improve the initial checks when we receive an skbXie He1-1/+1
2020-11-03net: hdlc_fr: Do skb_reset_mac_header for skbs received on normal PVC devicesXie He1-0/+3
2020-11-03net: hdlc_fr: Change the use of "dev" in fr_rx to make the code cleanerXie He1-17/+20
2020-11-03net: hdlc_fr: Simpify fr_rx by using "goto rx_drop" to drop framesXie He1-9/+6
2020-11-02drivers: net: wan: lmc: Fix W=1 set but used variable warningsAndrew Lunn1-7/+2
2020-10-21net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He1-0/+1
2020-10-21net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He1-1/+9
2020-10-20net: remove unneeded breakTom Rix1-4/+0
2020-10-10drivers/net/wan/hdlc_fr: Move the skb_headroom check out of fr_hard_headerXie He1-13/+17
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-17/+26
2020-10-04drivers/net/wan/hdlc_fr: Improvements to the code of pvc_xmitXie He1-28/+26
2020-10-01drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He1-47/+51
2020-09-29net: wan/lmc: Remove lmc_trace()Sebastian Andrzej Siewior5-136/+8
2020-09-24drivers/net/wan/x25_asy: Correct the ndo_open and ndo_stop functionsXie He1-17/+26
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-8/+20
2020-09-17drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He3-0/+5
2020-09-17drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He1-2/+2
2020-09-14drivers/net/wan/x25_asy: Remove an unnecessary x25_type_trans callXie He1-2/+1
2020-09-11drivers/net/wan/x25_asy: Remove an unused flag "SLF_OUTWAIT"Xie He2-3/+0