summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/fsl_ucc_hdlc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* net: fsl_ucc_hdlc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei2019-02-071-1/+1
* 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/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
* net/wan/fsl_ucc_hdlc: error countersMathias Thore2018-10-231-7/+44
* 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-041-1/+4
* 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
* wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing2018-07-231-3/+3
* 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
* 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-181-0/+32
* net/wan/fsl_ucc_hdlc: call qe_setbrg only for loopback modeHolger Brunck2017-05-181-4/+3Star
* 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/+0Star
* ucc/hdlc: fix two little issueZhao Qiang2017-03-141-2/+2
* net/wan: add MODULE_LICENSE for fsl_ucc_hdlcValentin Longchamp2017-02-171-0/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-1/+0Star
* wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()Christophe Jaillet2016-10-081-4/+4
* wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"Colin Ian King2016-08-291-1/+1
* wan/fsl_ucc_hdlc: avoid possible NULL pointer dereferencexypron.glpk@gmx.de2016-08-011-1/+2
* wan/fsl_ucc_hdlc: use module_platform_driver to simplify the codeWei Yongjun2016-07-201-12/+1Star
* wan/fsl_ucc_hdlc: remove .owner field for driverWei Yongjun2016-07-201-1/+0Star
* wan/fsl_ucc_hdlc: rewrite error handling to make it clearerZhao Qiang2016-07-171-28/+27Star
* wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv'Zhao Qiang2016-07-171-1/+0Star
* wan/fsl_ucc_hdlc: info leak in uhdlc_ioctl()Dan Carpenter2016-07-151-2/+1Star
* drivers/net: support hdlc function for QE-UCCZhao Qiang2016-06-081-0/+1192