summaryrefslogtreecommitdiff
path: root/drivers/net/wan
AgeCommit message (Expand)AuthorFilesLines
2024-02-23net: remove unneeded breakTom Rix1-4/+0
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-07drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He3-0/+5
2020-10-07drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He1-2/+2
2020-10-07drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devicesXie He1-1/+2
2020-09-26net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) for rebuilding firmwareMasahiro Yamada1-3/+3
2020-09-26net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmwareMasahiro Yamada2-7/+7
2020-09-26hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter1-5/+11
2020-09-17drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He1-0/+1
2020-09-17drivers/net/wan/lapbether: Set network_header before transmittingXie He1-0/+2
2020-09-17drivers/net/wan/lapbether: Added needed_tailroomXie He1-0/+1
2020-08-19drivers/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-24wan: ixp4xx_hss: fix compile-testing on 64-bitArnd Bergmann1-2/+2
2020-02-24net/wan/fsl_ucc_hdlc: reject muram offsets above 64KRasmus Villemoes1-0/+5
2020-02-01net: 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-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-08-02drivers: net: lmc: fix case value for target abort errorColin Ian King1-1/+1
2018-07-23wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing1-3/+3
2018-07-07drivers: net: lmc: remove redundant variable next_rxColin Ian King1-2/+0
2018-07-07farsync: remove redundant variable txq_lengthColin Ian King1-2/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+4
2018-06-04wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-7/+4
2018-02-26hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du1-1/+4
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-10/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-28lmc: Use memdup_user() as a cleanupVasyl Gomonovych1-10/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-11net: wan: x25_asy: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-0/+8
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-0/+8