summaryrefslogtreecommitdiff
path: root/drivers/net/wan
AgeCommit message (Expand)AuthorFilesLines
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-10drivers/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-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-31drivers/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-04-13net/wan/fsl_ucc_hdlc: fix muram allocation errorHolger Brunck1-1/+1
2018-04-13net/wan/fsl_ucc_hdlc: fix incorrect memory allocationHolger Brunck1-6/+6
2018-04-13net/wan/fsl_ucc_hdlc: fix unitialized variable warningsHolger Brunck1-2/+2
2018-03-24wan: pc300too: abort path on failurePan Bian1-0/+1
2018-03-11hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du1-1/+4
2016-10-14net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabledJavier Martinez Canillas1-1/+1
2016-10-14net: wan: slic_ds26522: Export OF module alias informationJavier Martinez Canillas1-0/+1
2016-10-14net: wan: slic_ds26522: add SPI device ID table to fix module autoloadJavier Martinez Canillas1-0/+7
2016-10-08wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()Christophe Jaillet1-4/+4
2016-08-31net: wan: sbni: Spelling s/acknoweledge/acknowledge/, GrammarGeert Uytterhoeven1-2/+2
2016-08-29wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"Colin Ian King1-1/+1
2016-08-01wan/fsl_ucc_hdlc: avoid possible NULL pointer dereferencexypron.glpk@gmx.de1-1/+2
2016-07-21wan/fsl_ucc_hdlc: use module_platform_driver to simplify the codeWei Yongjun1-12/+1
2016-07-21wan/fsl_ucc_hdlc: remove .owner field for driverWei Yongjun1-1/+0
2016-07-17wan/fsl_ucc_hdlc: rewrite error handling to make it clearerZhao Qiang1-28/+27
2016-07-17wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv'Zhao Qiang1-1/+0
2016-07-15wan/fsl_ucc_hdlc: info leak in uhdlc_ioctl()Dan Carpenter1-2/+1
2016-06-29Maxim/driver: Add driver for maxim ds26522Zhao Qiang4-0/+401
2016-06-08drivers/net/fsl_ucc: Do not prefix header guard with CONFIG_Andreas Ziegler1-2/+2
2016-06-08drivers/net: support hdlc function for QE-UCCZhao Qiang4-0/+1351
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal4-9/+9
2016-03-14farsync: fix off-by-one bug in fst_add_oneArnd Bergmann1-1/+1
2016-03-02wan: lmc: Switch to using managed resourcesAmitoj Kaur Chawla1-20/+7
2016-02-13dscc4: Undefined signed int shiftMichael McConville1-1/+1
2016-01-13x25_asy: Free x25_asy on x25_asy_open() failure.David S. Miller1-1/+3
2015-12-15wan: wanxl: add pci_disable_device in case of errorSaurabh Sengar1-0/+1
2015-12-06WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn7-2/+23