summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
Commit message (Expand)AuthorAgeFilesLines
* hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du2018-02-261-1/+4
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+1
|\
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-291-10/+3
|\ \ | |/ |/|
| * lmc: Use memdup_user() as a cleanupVasyl Gomonovych2017-11-281-10/+3
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
|/
* net: wan: x25_asy: mark expected switch fall-throughGustavo A. R. Silva2017-11-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-048-0/+8
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-028-0/+8
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* | | wan: wanxl: remove redundant assignment to statColin Ian King2017-11-021-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-1/+0
|\| |
| * | net: lapbether: fix double freePan Bian2017-11-011-1/+0
| |/
* | drivers/net: wan/sdla: Convert timers to use timer_setup()Kees Cook2017-10-271-7/+5
* | drivers/net: wan/lmc: Convert timers to use timer_setup()Kees Cook2017-10-271-5/+5
* | drivers/net: wan/dscc4: Remove unused timerKees Cook2017-10-271-20/+0
* | drivers/net: wan/sbni: Convert timers to use timer_setup()Kees Cook2017-10-251-13/+8
* | hdlc: Convert timers to use timer_setup()Kees Cook2017-10-182-13/+12
* | net: wan : hdlc: use setup_timer() helperAllen Pais2017-09-211-3/+2
* | drivers: net: lmc: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* | drivers: net: hdlc_ppp: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* | drivers: net: dscc: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* | drivers: net: cisco_hdlc: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* | drivers: net: sdla: use setup_timer() helper.Allen Pais2017-09-211-3/+1
|/
* Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-071-16/+14
|\
| * drivers/net/wan/z85230.c: Use designated initializersKees Cook2017-08-011-16/+14
* | wan: dscc4: convert to plain DMA APIAlexey Khoroshilov2017-08-111-45/+51
* | wan: dscc4: add checks for dma mapping errorsAlexey Khoroshilov2017-08-111-16/+37
|/
* networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-163-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-153-3/+3
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-073-3/+3
* | net/wan/fsl_ucc_hdlc: fix muram allocation errorHolger Brunck2017-05-221-1/+1
* | net/wan/fsl_ucc_hdlc: add hdlc-bus supportHolger Brunck2017-05-182-0/+33
* | net/wan/fsl_ucc_hdlc: call qe_setbrg only for loopback modeHolger Brunck2017-05-181-4/+3
* | net/wan/fsl_ucc_hdlc: fix incorrect memory allocationHolger Brunck2017-05-181-6/+6
* | net/wan/fsl_ucc_hdlc: fix wrong indentationHolger Brunck2017-05-181-1/+1
* | net/wan/fsl_ucc_hdlc: fix unitialized variable warningsHolger Brunck2017-05-181-2/+2
* | net/wan/fsl_ucc_hdlc: cleanup debug tracesHolger Brunck2017-05-181-33/+0
* | net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan2017-05-181-1/+2
|/
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-104-12/+12
|\
| * Annotate hardware config module parameters in drivers/net/wan/David Howells2017-04-204-12/+12
* | wan: pc300too: abort path on failurePan Bian2017-04-241-0/+1
|/
* ucc/hdlc: fix two little issueZhao Qiang2017-03-131-2/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* net/wan: add MODULE_LICENSE for fsl_ucc_hdlcValentin Longchamp2017-02-171-0/+1
* net: wan: slic_ds26522: Remove .owner field for driverWei Yongjun2017-02-071-1/+0
* net: wan: slic_ds26522: Use module_spi_driver to simplify the codeWei Yongjun2017-02-071-12/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-302-2/+2