aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06net: fsl_ucc_hdlc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-06net: dscc4: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+61
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+3
2019-01-04soc/fsl/qe: fix err handling of ucc_of_parse_tdmWen Yang1-1/+61
2018-12-30net/wan: fix a double free in x25_asy_open_tty()Cong Wang1-0/+2
2018-12-27net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang1-1/+0
2018-11-07net/wan/fsl_ucc_hdlc: add BQL supportMathias Thore1-0/+8
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+0
2018-10-22net/wan/fsl_ucc_hdlc: error countersMathias Thore1-7/+44
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro1-19/+0
2018-09-18net: wan: remove redundant includezhong jiang2-2/+0
2018-09-03net/wan/fsl_ucc_hdlc: tx timeout handlerDavid Gounaris1-0/+7
2018-09-03net/wan/fsl_ucc_hdlc: GUMR for non tsa modeDavid Gounaris1-0/+6
2018-09-03net/wan/fsl_ucc_hdlc: hmaskDavid Gounaris2-1/+5
2018-09-03net/wan/fsl_ucc_hdlc: Adding ARPHRD_ETHERDavid Gounaris1-0/+5
2018-09-03net/wan/fsl_ucc_hdlc: allow PARITY_CRC16_PR0_CCITT parityDavid Gounaris1-0/+1
2018-09-03net/wan/fsl_ucc_hdlc: allow ucc index up to 7David Gounaris1-1/+1
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/viro/vfsLinus 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/kernel/git/gregkh/driver-coreLinus Torvalds8-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-11-02wan: wanxl: remove redundant assignment to statColin Ian King1-1/+0
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2017-11-01net: lapbether: fix double freePan Bian1-1/+0
2017-10-27drivers/net: wan/sdla: Convert timers to use timer_setup()Kees Cook1-7/+5
2017-10-27drivers/net: wan/lmc: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-27drivers/net: wan/dscc4: Remove unused timerKees Cook1-20/+0
2017-10-25drivers/net: wan/sbni: Convert timers to use timer_setup()Kees Cook1-13/+8
2017-10-18hdlc: Convert timers to use timer_setup()Kees Cook2-13/+12
2017-09-21net: wan : hdlc: use setup_timer() helperAllen Pais1-3/+2
2017-09-21drivers: net: lmc: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21drivers: net: hdlc_ppp: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21drivers: net: dscc: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21drivers: net: cisco_hdlc: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21drivers: net: sdla: use setup_timer() helper.Allen Pais1-3/+1
2017-09-07Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-16/+14