summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
Commit message (Expand)AuthorAgeFilesLines
* net/wan/fsl_ucc_hdlc: add BQL supportMathias Thore2018-11-081-0/+8
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-19/+0Star
|\
| * change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-19/+0Star
* | net/wan/fsl_ucc_hdlc: error countersMathias Thore2018-10-231-7/+44
* | net: wan: remove redundant includezhong jiang2018-09-192-2/+0Star
* | net/wan/fsl_ucc_hdlc: tx timeout handlerDavid Gounaris2018-09-041-0/+7
* | net/wan/fsl_ucc_hdlc: GUMR for non tsa modeDavid Gounaris2018-09-041-0/+6
* | net/wan/fsl_ucc_hdlc: hmaskDavid Gounaris2018-09-042-1/+5
* | net/wan/fsl_ucc_hdlc: Adding ARPHRD_ETHERDavid Gounaris2018-09-041-0/+5
* | net/wan/fsl_ucc_hdlc: allow PARITY_CRC16_PR0_CCITT parityDavid Gounaris2018-09-041-0/+1
* | net/wan/fsl_ucc_hdlc: allow ucc index up to 7David Gounaris2018-09-041-1/+1
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-051-1/+1
|\
| * drivers: net: lmc: fix case value for target abort errorColin Ian King2018-08-021-1/+1
* | wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing2018-07-231-3/+3
* | drivers: net: lmc: remove redundant variable next_rxColin Ian King2018-07-071-2/+0Star
* | farsync: remove redundant variable txq_lengthColin Ian King2018-07-071-2/+0Star
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+4
* wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-06-041-7/+4Star
* 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-311-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/+3Star
|\ \ | |/ |/|
| * lmc: Use memdup_user() as a cleanupVasyl Gomonovych2017-11-281-10/+3Star
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-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/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-1/+0Star
|\| |
| * | net: lapbether: fix double freePan Bian2017-11-011-1/+0Star
| |/
* | drivers/net: wan/sdla: Convert timers to use timer_setup()Kees Cook2017-10-271-7/+5Star
* | 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/+0Star
* | drivers/net: wan/sbni: Convert timers to use timer_setup()Kees Cook2017-10-251-13/+8Star
* | hdlc: Convert timers to use timer_setup()Kees Cook2017-10-182-13/+12Star
* | net: wan : hdlc: use setup_timer() helperAllen Pais2017-09-221-3/+2Star
* | drivers: net: lmc: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* | drivers: net: hdlc_ppp: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* | drivers: net: dscc: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* | drivers: net: cisco_hdlc: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* | drivers: net: sdla: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
|/
* Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-081-16/+14Star
|\
| * drivers/net/wan/z85230.c: Use designated initializersKees Cook2017-08-021-16/+14Star
* | 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
|\