summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
AgeCommit message (Expand)AuthorLines
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
2018-02-26hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du-1/+4
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-10/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-1/+1
2017-11-28lmc: Use memdup_user() as a cleanupVasyl Gomonovych-10/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-3/+3
2017-11-11net: wan: x25_asy: mark expected switch fall-throughGustavo A. R. Silva-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+8
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+8
2017-11-02wan: wanxl: remove redundant assignment to statColin Ian King-1/+0
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+0
2017-11-01net: lapbether: fix double freePan Bian-1/+0
2017-10-27drivers/net: wan/sdla: Convert timers to use timer_setup()Kees Cook-7/+5
2017-10-27drivers/net: wan/lmc: Convert timers to use timer_setup()Kees Cook-5/+5
2017-10-27drivers/net: wan/dscc4: Remove unused timerKees Cook-20/+0
2017-10-25drivers/net: wan/sbni: Convert timers to use timer_setup()Kees Cook-13/+8
2017-10-18hdlc: Convert timers to use timer_setup()Kees Cook-13/+12
2017-09-21net: wan : hdlc: use setup_timer() helperAllen Pais-3/+2
2017-09-21drivers: net: lmc: use setup_timer() helper.Allen Pais-3/+1
2017-09-21drivers: net: hdlc_ppp: use setup_timer() helper.Allen Pais-3/+1
2017-09-21drivers: net: dscc: use setup_timer() helper.Allen Pais-3/+1
2017-09-21drivers: net: cisco_hdlc: use setup_timer() helper.Allen Pais-3/+1
2017-09-21drivers: net: sdla: use setup_timer() helper.Allen Pais-3/+1
2017-09-07Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-16/+14
2017-08-11wan: dscc4: convert to plain DMA APIAlexey Khoroshilov-45/+51
2017-08-11wan: dscc4: add checks for dma mapping errorsAlexey Khoroshilov-16/+37
2017-08-01drivers/net/wan/z85230.c: Use designated initializersKees Cook-16/+14
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-4/+4
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller-3/+3