summaryrefslogtreecommitdiff
path: root/drivers/net/wan
AgeCommit message (Expand)Author
2019-02-06net: fsl_ucc_hdlc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei
2019-02-06net: dscc4: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2019-01-04soc/fsl/qe: fix err handling of ucc_of_parse_tdmWen Yang
2018-12-30net/wan: fix a double free in x25_asy_open_tty()Cong Wang
2018-12-27net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang
2018-11-07net/wan/fsl_ucc_hdlc: add BQL supportMathias Thore
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-22net/wan/fsl_ucc_hdlc: error countersMathias Thore
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro
2018-09-18net: wan: remove redundant includezhong jiang
2018-09-03net/wan/fsl_ucc_hdlc: tx timeout handlerDavid Gounaris
2018-09-03net/wan/fsl_ucc_hdlc: GUMR for non tsa modeDavid Gounaris
2018-09-03net/wan/fsl_ucc_hdlc: hmaskDavid Gounaris
2018-09-03net/wan/fsl_ucc_hdlc: Adding ARPHRD_ETHERDavid Gounaris
2018-09-03net/wan/fsl_ucc_hdlc: allow PARITY_CRC16_PR0_CCITT parityDavid Gounaris
2018-09-03net/wan/fsl_ucc_hdlc: allow ucc index up to 7David Gounaris
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-02drivers: net: lmc: fix case value for target abort errorColin Ian King
2018-07-23wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing
2018-07-07drivers: net: lmc: remove redundant variable next_rxColin Ian King
2018-07-07farsync: remove redundant variable txq_lengthColin Ian King
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-04wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing
2018-02-26hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-28lmc: Use memdup_user() as a cleanupVasyl Gomonovych
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-11net: wan: x25_asy: mark expected switch fall-throughGustavo A. R. Silva
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02wan: wanxl: remove redundant assignment to statColin Ian King
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-01net: lapbether: fix double freePan Bian
2017-10-27drivers/net: wan/sdla: Convert timers to use timer_setup()Kees Cook
2017-10-27drivers/net: wan/lmc: Convert timers to use timer_setup()Kees Cook
2017-10-27drivers/net: wan/dscc4: Remove unused timerKees Cook
2017-10-25drivers/net: wan/sbni: Convert timers to use timer_setup()Kees Cook
2017-10-18hdlc: Convert timers to use timer_setup()Kees Cook
2017-09-21net: wan : hdlc: use setup_timer() helperAllen Pais
2017-09-21drivers: net: lmc: use setup_timer() helper.Allen Pais
2017-09-21drivers: net: hdlc_ppp: use setup_timer() helper.Allen Pais
2017-09-21drivers: net: dscc: use setup_timer() helper.Allen Pais
2017-09-21drivers: net: cisco_hdlc: use setup_timer() helper.Allen Pais
2017-09-21drivers: net: sdla: use setup_timer() helper.Allen Pais
2017-09-07Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds