aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wan
AgeCommit message (Expand)AuthorFilesLines
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-10/+3
2017-11-28lmc: Use memdup_user() as a cleanupGravatar Vasyl Gomonovych 1-10/+3
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-3/+3
2017-11-11net: wan: x25_asy: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 8-0/+8
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 8-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 8-0/+8
2017-11-02wan: wanxl: remove redundant assignment to statGravatar Colin Ian King 1-1/+0
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+0
2017-11-01net: lapbether: fix double freeGravatar Pan Bian 1-1/+0
2017-10-27drivers/net: wan/sdla: Convert timers to use timer_setup()Gravatar Kees Cook 1-7/+5
2017-10-27drivers/net: wan/lmc: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+5
2017-10-27drivers/net: wan/dscc4: Remove unused timerGravatar Kees Cook 1-20/+0
2017-10-25drivers/net: wan/sbni: Convert timers to use timer_setup()Gravatar Kees Cook 1-13/+8
2017-10-18hdlc: Convert timers to use timer_setup()Gravatar Kees Cook 2-13/+12
2017-09-21net: wan : hdlc: use setup_timer() helperGravatar Allen Pais 1-3/+2
2017-09-21drivers: net: lmc: use setup_timer() helper.Gravatar Allen Pais 1-3/+1
2017-09-21drivers: net: hdlc_ppp: use setup_timer() helper.Gravatar Allen Pais 1-3/+1
2017-09-21drivers: net: dscc: use setup_timer() helper.Gravatar Allen Pais 1-3/+1
2017-09-21drivers: net: cisco_hdlc: use setup_timer() helper.Gravatar Allen Pais 1-3/+1
2017-09-21drivers: net: sdla: use setup_timer() helper.Gravatar Allen Pais 1-3/+1
2017-09-07Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-16/+14
2017-08-11wan: dscc4: convert to plain DMA APIGravatar Alexey Khoroshilov 1-45/+51
2017-08-11wan: dscc4: add checks for dma mapping errorsGravatar Alexey Khoroshilov 1-16/+37
2017-08-01drivers/net/wan/z85230.c: Use designated initializersGravatar Kees Cook 1-16/+14
2017-06-16networking: make skb_pull & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 3-4/+4
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-3/+3
2017-06-07net: Fix inconsistent teardown and release of private netdev state.Gravatar David S. Miller 3-3/+3
2017-05-22net/wan/fsl_ucc_hdlc: fix muram allocation errorGravatar Holger Brunck 1-1/+1
2017-05-18net/wan/fsl_ucc_hdlc: add hdlc-bus supportGravatar Holger Brunck 2-0/+33
2017-05-18net/wan/fsl_ucc_hdlc: call qe_setbrg only for loopback modeGravatar Holger Brunck 1-4/+3
2017-05-18net/wan/fsl_ucc_hdlc: fix incorrect memory allocationGravatar Holger Brunck 1-6/+6
2017-05-18net/wan/fsl_ucc_hdlc: fix wrong indentationGravatar Holger Brunck 1-1/+1
2017-05-18net/wan/fsl_ucc_hdlc: fix unitialized variable warningsGravatar Holger Brunck 1-2/+2
2017-05-18net/wan/fsl_ucc_hdlc: cleanup debug tracesGravatar Holger Brunck 1-33/+0
2017-05-18net: make struct net_device::tx_queue_len unsigned intGravatar Alexey Dobriyan 1-1/+2
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-12/+12
2017-04-24wan: pc300too: abort path on failureGravatar Pan Bian 1-0/+1
2017-04-20Annotate hardware config module parameters in drivers/net/wan/Gravatar David Howells 4-12/+12
2017-03-13ucc/hdlc: fix two little issueGravatar Zhao Qiang 1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-02-17net/wan: add MODULE_LICENSE for fsl_ucc_hdlcGravatar Valentin Longchamp 1-0/+1
2017-02-07net: wan: slic_ds26522: Remove .owner field for driverGravatar Wei Yongjun 1-1/+0
2017-02-07net: wan: slic_ds26522: Use module_spi_driver to simplify the codeGravatar Wei Yongjun 1-12/+1
2017-01-30drivers: net: generalize napi_complete_done()Gravatar Eric Dumazet 2-2/+2
2016-12-28net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured"Gravatar Colin Ian King 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 10-10/+10
2016-12-17WAN: use designated initializersGravatar Kees Cook 1-48/+49