aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wan/fsl_ucc_hdlc.c
AgeCommit message (Expand)Author
2022-05-08net: wan: switch to netif_napi_add_weight()Jakub Kicinski
2021-11-15net/wan/fsl_ucc_hdlc: fix sparse warningsChristophe Leroy
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann
2021-05-18net: wan: remove redundant braces {}Peng Li
2021-03-08net: wan: fix error return code of uhdlc_init()Jia-Ju Bai
2020-08-31net/wan/fsl_ucc_hdlc: Add MODULE_DESCRIPTIONYueHaibing
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-15net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_infoColin Ian King
2019-12-28net/wan/fsl_ucc_hdlc: remove set but not used variables 'ut_info' and 'ret'Chen Zhou
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09net/wan/fsl_ucc_hdlc: reject muram offsets above 64KRasmus Villemoes
2019-12-09net/wan/fsl_ucc_hdlc: fix reading of __be16 registersRasmus Villemoes
2019-12-09net/wan/fsl_ucc_hdlc: avoid use of IS_ERR_VALUE()Rasmus Villemoes
2019-12-09soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpersRasmus Villemoes
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-06net: fsl_ucc_hdlc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2019-01-04soc/fsl/qe: fix err handling of ucc_of_parse_tdmWen Yang
2018-12-27net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang
2018-11-07net/wan/fsl_ucc_hdlc: add BQL supportMathias Thore
2018-10-22net/wan/fsl_ucc_hdlc: error countersMathias Thore
2018-09-03net/wan/fsl_ucc_hdlc: tx timeout handlerDavid Gounaris
2018-09-03net/wan/fsl_ucc_hdlc: GUMR for non tsa modeDavid Gounaris
2018-09-03net/wan/fsl_ucc_hdlc: hmaskDavid Gounaris
2018-09-03net/wan/fsl_ucc_hdlc: Adding ARPHRD_ETHERDavid Gounaris
2018-09-03net/wan/fsl_ucc_hdlc: allow PARITY_CRC16_PR0_CCITT parityDavid Gounaris
2018-09-03net/wan/fsl_ucc_hdlc: allow ucc index up to 7David Gounaris
2018-07-23wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-04wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing
2017-05-22net/wan/fsl_ucc_hdlc: fix muram allocation errorHolger Brunck
2017-05-18net/wan/fsl_ucc_hdlc: add hdlc-bus supportHolger Brunck
2017-05-18net/wan/fsl_ucc_hdlc: call qe_setbrg only for loopback modeHolger Brunck
2017-05-18net/wan/fsl_ucc_hdlc: fix incorrect memory allocationHolger Brunck
2017-05-18net/wan/fsl_ucc_hdlc: fix wrong indentationHolger Brunck
2017-05-18net/wan/fsl_ucc_hdlc: fix unitialized variable warningsHolger Brunck
2017-05-18net/wan/fsl_ucc_hdlc: cleanup debug tracesHolger Brunck
2017-03-13ucc/hdlc: fix two little issueZhao Qiang
2017-02-17net/wan: add MODULE_LICENSE for fsl_ucc_hdlcValentin Longchamp
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson
2016-10-08wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()Christophe Jaillet
2016-08-28wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"Colin Ian King
2016-08-01wan/fsl_ucc_hdlc: avoid possible NULL pointer dereferencexypron.glpk@gmx.de
2016-07-20wan/fsl_ucc_hdlc: use module_platform_driver to simplify the codeWei Yongjun
2016-07-20wan/fsl_ucc_hdlc: remove .owner field for driverWei Yongjun
2016-07-16wan/fsl_ucc_hdlc: rewrite error handling to make it clearerZhao Qiang
2016-07-16wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv'Zhao Qiang