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