aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
AgeCommit message (Expand)Author
2021-05-22net: lapbether: Prevent racing when checking whether the netif is runningXie He
2021-04-07net: wan/lmc: unregister device when no matching device is foundTong Zhang
2021-03-30net: wan: fix error return code of uhdlc_init()Jia-Ju Bai
2021-03-17net: lapbether: Remove netif_start_queue / netif_stop_queueXie He
2021-01-17wan: ds26522: select CONFIG_BITREVERSEArnd Bergmann
2021-01-12net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He
2020-11-18cosa: Add missing kfree in error path of cosa_writeWang Hai
2020-11-05drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He
2020-10-29net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He
2020-10-29net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He
2020-10-14drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He
2020-10-14drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He
2020-10-14drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devicesXie He
2020-10-01hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter
2020-09-23drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He
2020-09-23drivers/net/wan/lapbether: Set network_header before transmittingXie He
2020-09-23drivers/net/wan/lapbether: Added needed_tailroomXie He
2020-08-21drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He
2020-07-31drivers/net/wan/x25_asy: Fix to make it workXie He
2020-07-29drivers/net/wan/lapbether: Fixed the value of hard_header_lenXie He
2020-02-28wan: ixp4xx_hss: fix compile-testing on 64-bitArnd Bergmann
2020-02-28net/wan/fsl_ucc_hdlc: reject muram offsets above 64KRasmus Villemoes
2020-02-05net: wan: sdla: Fix cast from pointer to integer of different sizeKrzysztof Kozlowski
2020-01-23net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_infoColin Ian King
2019-12-05net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang
2019-01-09net/wan: fix a double free in x25_asy_open_tty()Cong Wang
2018-09-26wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing
2018-09-05drivers: net: lmc: fix case value for target abort errorColin Ian King
2018-03-08hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01net: lapbether: fix double freePan Bian
2017-09-07Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-11wan: dscc4: convert to plain DMA APIAlexey Khoroshilov
2017-08-11wan: dscc4: add checks for dma mapping errorsAlexey Khoroshilov
2017-08-01drivers/net/wan/z85230.c: Use designated initializersKees Cook
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-05-22net/wan/fsl_ucc_hdlc: fix muram allocation errorHolger Brunck
2017-05-18net/wan/fsl_ucc_hdlc: add hdlc-bus supportHolger Brunck
2017-05-18net/wan/fsl_ucc_hdlc: call qe_setbrg only for loopback modeHolger Brunck
2017-05-18net/wan/fsl_ucc_hdlc: fix incorrect memory allocationHolger Brunck
2017-05-18net/wan/fsl_ucc_hdlc: fix wrong indentationHolger Brunck
2017-05-18net/wan/fsl_ucc_hdlc: fix unitialized variable warningsHolger Brunck
2017-05-18net/wan/fsl_ucc_hdlc: cleanup debug tracesHolger Brunck
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds