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-08-11treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2023-06-21net: lapbether: only support ethernet devicesEric Dumazet1-0/+3
2023-01-18net: farsync: Fix kmemleak when rmmods farsyncLi Zetao1-0/+2
2022-11-25net: lapbether: fix issue of dev reference count leakage in lapbeth_device_ev...Zhengchao Shao1-1/+1
2021-05-22net: lapbether: Prevent racing when checking whether the netif is runningXie He1-7/+25
2021-04-07net: wan/lmc: unregister device when no matching device is foundTong Zhang1-0/+2
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-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-18cosa: Add missing kfree in error path of cosa_writeWang Hai1-0/+1
2020-11-05drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He1-47/+51
2020-10-29net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He1-0/+1
2020-10-29net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He1-1/+9
2020-10-14drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He3-0/+5
2020-10-14drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He1-2/+2
2020-10-14drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devicesXie He1-1/+2
2020-10-01hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter1-5/+11
2020-09-23drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He1-0/+1
2020-09-23drivers/net/wan/lapbether: Set network_header before transmittingXie He1-0/+2
2020-09-23drivers/net/wan/lapbether: Added needed_tailroomXie He1-0/+1
2020-08-21drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He1-1/+9
2020-07-31drivers/net/wan/x25_asy: Fix to make it workXie He1-7/+14
2020-07-29drivers/net/wan/lapbether: Fixed the value of hard_header_lenXie He1-1/+8
2020-02-28wan: ixp4xx_hss: fix compile-testing on 64-bitArnd Bergmann1-2/+2
2020-02-28net/wan/fsl_ucc_hdlc: reject muram offsets above 64KRasmus Villemoes1-0/+5
2020-02-05net: wan: sdla: Fix cast from pointer to integer of different sizeKrzysztof Kozlowski1-1/+1
2020-01-23net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_infoColin Ian King1-1/+1
2019-12-05net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang1-1/+0
2019-01-09net/wan: fix a double free in x25_asy_open_tty()Cong Wang1-0/+2
2018-09-26wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing1-3/+3
2018-09-05drivers: net: lmc: fix case value for target abort errorColin Ian King1-1/+1
2018-03-09hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du1-1/+4
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-11-01net: lapbether: fix double freePan Bian1-1/+0
2017-09-08Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-16/+14
2017-08-12wan: dscc4: convert to plain DMA APIAlexey Khoroshilov1-45/+51
2017-08-12wan: dscc4: add checks for dma mapping errorsAlexey Khoroshilov1-16/+37
2017-08-02drivers/net/wan/z85230.c: Use designated initializersKees Cook1-16/+14
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg3-4/+4
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+3
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller3-3/+3
2017-05-22net/wan/fsl_ucc_hdlc: fix muram allocation errorHolger Brunck1-1/+1
2017-05-18net/wan/fsl_ucc_hdlc: add hdlc-bus supportHolger Brunck2-0/+33
2017-05-18net/wan/fsl_ucc_hdlc: call qe_setbrg only for loopback modeHolger Brunck1-4/+3
2017-05-18net/wan/fsl_ucc_hdlc: fix incorrect memory allocationHolger Brunck1-6/+6