summaryrefslogtreecommitdiff
path: root/drivers/net/wan
AgeCommit message (Expand)Author
2019-02-27soc/fsl/qe: fix err handling of ucc_of_parse_tdmWen Yang
2019-01-09net/wan: fix a double free in x25_asy_open_tty()Cong Wang
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
2017-08-11wan: dscc4: convert to plain DMA APIAlexey Khoroshilov
2017-08-11wan: dscc4: add checks for dma mapping errorsAlexey Khoroshilov
2017-08-01drivers/net/wan/z85230.c: Use designated initializersKees Cook
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg