summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
AgeCommit message (Expand)AuthorLines
2019-09-16net/wan: dscc4: remove broken dscc4 driverDan Carpenter-2072/+0
2019-09-11net: lmc: fix spelling mistake "runnin" -> "running"Colin Ian King-1/+1
2019-07-29net: wan: sdla: Mark expected switch fall-throughGustavo A. R. Silva-0/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+5
2019-06-16x25_asy: fixed function name in error message.Jeremy Sowden-2/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-123/+28
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 426Thomas Gleixner-16/+5
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal-6/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner-67/+17
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-56/+11
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-28/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner-6/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+2
2019-04-23ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij-2/+2
2019-02-25net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...Yang Wei-1/+1
2019-02-25net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei-1/+1
2019-02-25net: wan: sbni: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei-1/+1
2019-02-25net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...Yang Wei-1/+1
2019-02-25net: wan: wanxl: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...Yang Wei-1/+1
2019-02-25net: lmc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei-2/+1
2019-02-08wan: wanxl: use struct_size() in kzalloc()Gustavo A. R. Silva-3/+2
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2019-02-06net: fsl_ucc_hdlc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei-1/+1
2019-02-06net: dscc4: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei-1/+1
2019-01-26net: lmc: remove -I. header search pathMasahiro Yamada-1/+1
2019-01-17wan: dscc4: fix various indentation issuesColin Ian King-25/+25
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+61
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-4/+3
2019-01-04soc/fsl/qe: fix err handling of ucc_of_parse_tdmWen Yang-1/+61
2018-12-30net/wan: fix a double free in x25_asy_open_tty()Cong Wang-0/+2
2018-12-27net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang-1/+0
2018-11-07net/wan/fsl_ucc_hdlc: add BQL supportMathias Thore-0/+8
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-19/+0
2018-10-22net/wan/fsl_ucc_hdlc: error countersMathias Thore-7/+44
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro-19/+0
2018-09-18net: wan: remove redundant includezhong jiang-2/+0
2018-09-03net/wan/fsl_ucc_hdlc: tx timeout handlerDavid Gounaris-0/+7
2018-09-03net/wan/fsl_ucc_hdlc: GUMR for non tsa modeDavid Gounaris-0/+6
2018-09-03net/wan/fsl_ucc_hdlc: hmaskDavid Gounaris-1/+5
2018-09-03net/wan/fsl_ucc_hdlc: Adding ARPHRD_ETHERDavid Gounaris-0/+5
2018-09-03net/wan/fsl_ucc_hdlc: allow PARITY_CRC16_PR0_CCITT parityDavid Gounaris-0/+1
2018-09-03net/wan/fsl_ucc_hdlc: allow ucc index up to 7David Gounaris-1/+1
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-08-02drivers: net: lmc: fix case value for target abort errorColin Ian King-1/+1
2018-07-23wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing-3/+3
2018-07-07drivers: net: lmc: remove redundant variable next_rxColin Ian King-2/+0
2018-07-07farsync: remove redundant variable txq_lengthColin Ian King-2/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+4
2018-06-04wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing-7/+4