summaryrefslogtreecommitdiff
path: root/drivers/net/wan
AgeCommit message (Expand)AuthorFilesLines
2023-10-10drivers/net: process the result of hdlc_open() and add call of hdlc_close() i...Alexandra Diupina1-2/+10
2023-06-21net: lapbether: only support ethernet devicesEric Dumazet1-0/+3
2023-02-01net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regsEsina Ekaterina1-2/+4
2023-01-14net: farsync: Fix kmemleak when rmmods farsyncLi Zetao1-0/+2
2022-11-16net: lapbether: fix issue of dev reference count leakage in lapbeth_device_ev...Zhengchao Shao1-1/+1
2021-05-14net: lapbether: Prevent racing when checking whether the netif is runningXie He1-7/+25
2021-05-14Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"Xie He1-3/+2
2021-04-14drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmitLv Yunlong1-2/+3
2021-04-07net: wan/lmc: unregister device when no matching device is foundTong Zhang1-0/+2
2021-03-30net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx"Xie He1-1/+41
2021-03-30net: wan: fix error return code of uhdlc_init()Jia-Ju Bai1-2/+6
2021-03-17net: lapbether: Remove netif_start_queue / netif_stop_queueXie He1-3/+0
2021-02-17net: hdlc_x25: Return meaningful error code in x25_openXie He1-3/+3
2021-01-17wan: ds26522: select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2021-01-12net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He1-0/+7
2020-11-12cosa: Add missing kfree in error path of cosa_writeWang Hai1-0/+1
2020-10-22net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He1-0/+1
2020-10-22net: 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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-17/+26
2020-10-05drivers/net/wan/hdlc_fr: Improvements to the code of pvc_xmitXie He1-28/+26
2020-10-02drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He1-47/+51
2020-09-30net: wan/lmc: Remove lmc_trace()Sebastian Andrzej Siewior5-136/+8
2020-09-25drivers/net/wan/x25_asy: Correct the ndo_open and ndo_stop functionsXie He1-17/+26
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-8/+20
2020-09-18drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He3-0/+5
2020-09-18drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He1-2/+2
2020-09-15drivers/net/wan/x25_asy: Remove an unnecessary x25_type_trans callXie He1-2/+1
2020-09-12drivers/net/wan/x25_asy: Remove an unused flag "SLF_OUTWAIT"Xie He2-3/+0
2020-09-10hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter1-5/+11
2020-09-05drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devicesXie He1-1/+2
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-4/+8
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-1/+5
2020-09-03drivers/net/wan/hdlc: Change the default of hard_header_len to 0Xie He1-1/+1
2020-08-31net/wan/fsl_ucc_hdlc: Add MODULE_DESCRIPTIONYueHaibing1-0/+1
2020-08-31net: wan: slic_ds26522: Remove unused macro DRV_NAMEYueHaibing1-2/+0
2020-08-31drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He1-0/+1
2020-08-27drivers/net/wan/lapbether: Set network_header before transmittingXie He1-0/+2
2020-08-25wan: sbni: Avoid comma separated statementsJoe Perches1-43/+58
2020-08-25drivers/net/wan/lapbether: Added needed_tailroomXie He1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-3/+3
2020-08-15net: wan: dlci: Remove set but not used variable 'err'Lee Jones1-2/+1
2020-08-15drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len checkXie He2-1/+17
2020-08-11drivers/net/wan/x25_asy: Added needed_headroom and a skb->len checkXie He1-0/+14
2020-08-07drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He1-1/+9
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds8-54/+51
2020-08-05farsync: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-13/+12
2020-08-05wan: wanxl: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-27/+27
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1