summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He2020-11-101-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-143-0/+5
* drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He2020-10-141-2/+2
* hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter2020-10-011-5/+11
* drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He2020-09-231-0/+1
* drivers/net/wan/lapbether: Set network_header before transmittingXie He2020-09-231-0/+2
* drivers/net/wan/lapbether: Added needed_tailroomXie He2020-09-231-0/+1
* drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He2020-08-211-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-311-1/+8
* wan: ixp4xx_hss: fix compile-testing on 64-bitArnd Bergmann2020-02-281-2/+2
* net/wan/fsl_ucc_hdlc: reject muram offsets above 64KRasmus Villemoes2020-02-281-0/+5
* net: wan: sdla: Fix cast from pointer to integer of different sizeKrzysztof Kozlowski2020-02-051-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
* wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing2018-09-261-3/+3
* drivers: net: lmc: fix case value for target abort errorColin Ian King2018-09-051-1/+1
* net/wan/fsl_ucc_hdlc: fix muram allocation errorHolger Brunck2018-04-131-1/+1
* net/wan/fsl_ucc_hdlc: fix incorrect memory allocationHolger Brunck2018-04-131-6/+6
* net/wan/fsl_ucc_hdlc: fix unitialized variable warningsHolger Brunck2018-04-131-2/+2
* wan: pc300too: abort path on failurePan Bian2018-03-241-0/+1
* hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du2018-03-111-1/+4
* net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabledJavier Martinez Canillas2016-10-141-1/+1
* net: wan: slic_ds26522: Export OF module alias informationJavier Martinez Canillas2016-10-141-0/+1
* net: wan: slic_ds26522: add SPI device ID table to fix module autoloadJavier Martinez Canillas2016-10-141-0/+7
* wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()Christophe Jaillet2016-10-081-4/+4
* net: wan: sbni: Spelling s/acknoweledge/acknowledge/, GrammarGeert Uytterhoeven2016-08-311-2/+2
* wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"Colin Ian King2016-08-281-1/+1
* wan/fsl_ucc_hdlc: avoid possible NULL pointer dereferencexypron.glpk@gmx.de2016-08-011-1/+2
* wan/fsl_ucc_hdlc: use module_platform_driver to simplify the codeWei Yongjun2016-07-201-12/+1
* wan/fsl_ucc_hdlc: remove .owner field for driverWei Yongjun2016-07-201-1/+0
* wan/fsl_ucc_hdlc: rewrite error handling to make it clearerZhao Qiang2016-07-161-28/+27
* wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv'Zhao Qiang2016-07-161-1/+0
* wan/fsl_ucc_hdlc: info leak in uhdlc_ioctl()Dan Carpenter2016-07-151-2/+1
* Maxim/driver: Add driver for maxim ds26522Zhao Qiang2016-06-294-0/+401
* drivers/net/fsl_ucc: Do not prefix header guard with CONFIG_Andreas Ziegler2016-06-081-2/+2
* drivers/net: support hdlc function for QE-UCCZhao Qiang2016-06-074-0/+1351
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-044-9/+9
* farsync: fix off-by-one bug in fst_add_oneArnd Bergmann2016-03-141-1/+1
* wan: lmc: Switch to using managed resourcesAmitoj Kaur Chawla2016-03-021-20/+7
* dscc4: Undefined signed int shiftMichael McConville2016-02-131-1/+1
* x25_asy: Free x25_asy on x25_asy_open() failure.David S. Miller2016-01-131-1/+3
* wan: wanxl: add pci_disable_device in case of errorSaurabh Sengar2015-12-141-0/+1
* WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn2015-12-057-2/+23
* WAN: HDLC: Detach protocol before unregistering deviceAndrew Lunn2015-12-051-1/+1
* wan/x25: Fix use-after-free in x25_asy_open_tty()Peter Hurley2015-12-011-5/+1
* hdlc: fix null-deref on allocation failurestephen hemminger2015-11-181-5/+5