summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
Commit message (Expand)AuthorAgeFilesLines
* net: remove unneeded breakTom Rix2024-02-231-4/+0
* drivers/net: process the result of hdlc_open() and add call of hdlc_close() i...Alexandra Diupina2023-10-101-2/+10
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* net: lapbether: only support ethernet devicesEric Dumazet2023-06-211-0/+3
* net: farsync: Fix kmemleak when rmmods farsyncLi Zetao2023-01-181-0/+2
* net: lapbether: fix issue of dev reference count leakage in lapbeth_device_ev...Zhengchao Shao2022-11-251-1/+1
* net: lapbether: Prevent racing when checking whether the netif is runningXie He2021-05-221-7/+25
* net: wan/lmc: unregister device when no matching device is foundTong Zhang2021-04-071-0/+2
* net: wan: fix error return code of uhdlc_init()Jia-Ju Bai2021-03-301-2/+6
* net: lapbether: Remove netif_start_queue / netif_stop_queueXie He2021-03-171-3/+0
* wan: ds26522: select CONFIG_BITREVERSEArnd Bergmann2021-01-171-0/+1
* net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He2021-01-121-0/+7
* cosa: Add missing kfree in error path of cosa_writeWang Hai2020-11-181-0/+1
* drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He2020-11-051-47/+51
* net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He2020-10-291-0/+1
* net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He2020-10-291-1/+9
* drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He2020-10-073-0/+5
* drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He2020-10-071-2/+2
* drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devicesXie He2020-10-071-1/+2
* net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) for rebuilding firmwareMasahiro Yamada2020-09-261-3/+3
* net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmwareMasahiro Yamada2020-09-262-7/+7
* hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter2020-09-261-5/+11
* drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He2020-09-171-0/+1
* drivers/net/wan/lapbether: Set network_header before transmittingXie He2020-09-171-0/+2
* drivers/net/wan/lapbether: Added needed_tailroomXie He2020-09-171-0/+1
* drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He2020-08-191-1/+9
* drivers/net/wan/x25_asy: Fix to make it workXie He2020-07-311-7/+14
* drivers/net/wan/lapbether: Fixed the value of hard_header_lenXie He2020-07-291-1/+8
* wan: ixp4xx_hss: fix compile-testing on 64-bitArnd Bergmann2020-02-241-2/+2
* net/wan/fsl_ucc_hdlc: reject muram offsets above 64KRasmus Villemoes2020-02-241-0/+5
* net: wan: sdla: Fix cast from pointer to integer of different sizeKrzysztof Kozlowski2020-02-011-1/+1
* net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_infoColin Ian King2020-01-231-1/+1
* net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang2019-12-051-1/+0
* net/wan: fix a double free in x25_asy_open_tty()Cong Wang2019-01-091-0/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-051-1/+1
|\
| * drivers: net: lmc: fix case value for target abort errorColin Ian King2018-08-021-1/+1
* | wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing2018-07-231-3/+3
* | drivers: net: lmc: remove redundant variable next_rxColin Ian King2018-07-071-2/+0
* | farsync: remove redundant variable txq_lengthColin Ian King2018-07-071-2/+0
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+4
* wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-06-041-7/+4
* hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du2018-02-261-1/+4
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+1
|\
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-291-10/+3
|\ \ | |/ |/|
| * lmc: Use memdup_user() as a cleanupVasyl Gomonovych2017-11-281-10/+3
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
|/
* net: wan: x25_asy: mark expected switch fall-throughGustavo A. R. Silva2017-11-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-048-0/+8
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-028-0/+8
| |\