summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
Commit message (Expand)AuthorAgeFilesLines
* net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...Yang Wei2019-02-251-1/+1
* net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei2019-02-251-1/+1
* net: wan: sbni: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei2019-02-251-1/+1
* net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...Yang Wei2019-02-251-1/+1
* net: wan: wanxl: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...Yang Wei2019-02-251-1/+1
* net: lmc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-251-2/+1Star
* wan: wanxl: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-091-3/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-092-2/+2
|\
| * net: fsl_ucc_hdlc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei2019-02-071-1/+1
| * net: dscc4: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-071-1/+1
* | net: lmc: remove -I. header search pathMasahiro Yamada2019-01-271-1/+1
* | wan: dscc4: fix various indentation issuesColin Ian King2019-01-181-25/+25
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-151-1/+61
|\
| * soc/fsl/qe: fix err handling of ucc_of_parse_tdmWen Yang2019-01-041-1/+61
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+3Star
|/
* net/wan: fix a double free in x25_asy_open_tty()Cong Wang2018-12-311-0/+2
* net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang2018-12-281-1/+0Star
* 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