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-07drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He
2020-10-07drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He
2020-10-07drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devicesXie He
2020-09-26net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) for rebuilding firmwareMasahiro Yamada
2020-09-26net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmwareMasahiro Yamada
2020-09-26hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter
2020-09-17drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He
2020-09-17drivers/net/wan/lapbether: Set network_header before transmittingXie He
2020-09-17drivers/net/wan/lapbether: Added needed_tailroomXie He
2020-08-19drivers/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-24wan: ixp4xx_hss: fix compile-testing on 64-bitArnd Bergmann
2020-02-24net/wan/fsl_ucc_hdlc: reject muram offsets above 64KRasmus Villemoes
2020-02-01net: 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-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-02drivers: net: lmc: fix case value for target abort errorColin Ian King
2018-07-23wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing
2018-07-07drivers: net: lmc: remove redundant variable next_rxColin Ian King
2018-07-07farsync: remove redundant variable txq_lengthColin Ian King
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-04wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing
2018-02-26hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-28lmc: Use memdup_user() as a cleanupVasyl Gomonovych
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-11net: wan: x25_asy: mark expected switch fall-throughGustavo A. R. Silva
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-02wan: wanxl: remove redundant assignment to statColin Ian King
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-01net: lapbether: fix double freePan Bian
2017-10-27drivers/net: wan/sdla: Convert timers to use timer_setup()Kees Cook
2017-10-27drivers/net: wan/lmc: Convert timers to use timer_setup()Kees Cook