summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/fsl_ucc_hdlc.c
Commit message (Expand)AuthorAgeFilesLines
* net: wan/fsl_ucc_hdlc: Convert to platform remove callback returning voidUwe Kleine-König2023-12-051-4/+2
* drivers/net: process the result of hdlc_open() and add call of hdlc_close() i...Alexandra Diupina2023-09-221-2/+10
* net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-8/+3
* net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regsEsina Ekaterina2023-01-131-2/+4
* net: wan: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+1
* net/wan/fsl_ucc_hdlc: fix sparse warningsChristophe Leroy2021-11-151-30/+32
* net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-11/+8
* net: wan: remove redundant braces {}Peng Li2021-05-181-2/+1
* net: wan: fix error return code of uhdlc_init()Jia-Ju Bai2021-03-081-2/+6
* net/wan/fsl_ucc_hdlc: Add MODULE_DESCRIPTIONYueHaibing2020-08-311-0/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-081-9/+14
|\
| * net/wan/fsl_ucc_hdlc: reject muram offsets above 64KRasmus Villemoes2019-12-091-0/+5
| * net/wan/fsl_ucc_hdlc: fix reading of __be16 registersRasmus Villemoes2019-12-091-2/+2
| * net/wan/fsl_ucc_hdlc: avoid use of IS_ERR_VALUE()Rasmus Villemoes2019-12-091-5/+5
| * soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpersRasmus Villemoes2019-12-091-2/+2
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-1/+1
|\ \
| * | net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_infoColin Ian King2020-01-151-1/+1
| |/
* | net/wan/fsl_ucc_hdlc: remove set but not used variables 'ut_info' and 'ret'Chen Zhou2019-12-281-9/+5
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: fsl_ucc_hdlc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei2019-02-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-161-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/+3
|/
* net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang2018-12-271-1/+0
* net/wan/fsl_ucc_hdlc: add BQL supportMathias Thore2018-11-071-0/+8
* net/wan/fsl_ucc_hdlc: error countersMathias Thore2018-10-221-7/+44
* net/wan/fsl_ucc_hdlc: tx timeout handlerDavid Gounaris2018-09-031-0/+7
* net/wan/fsl_ucc_hdlc: GUMR for non tsa modeDavid Gounaris2018-09-031-0/+6
* net/wan/fsl_ucc_hdlc: hmaskDavid Gounaris2018-09-031-1/+4
* net/wan/fsl_ucc_hdlc: Adding ARPHRD_ETHERDavid Gounaris2018-09-031-0/+5
* net/wan/fsl_ucc_hdlc: allow PARITY_CRC16_PR0_CCITT parityDavid Gounaris2018-09-031-0/+1
* net/wan/fsl_ucc_hdlc: allow ucc index up to 7David Gounaris2018-09-031-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-121-2/+4
* wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-06-041-7/+4
* 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/+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
* ucc/hdlc: fix two little issueZhao Qiang2017-03-131-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/+0
* 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-281-1/+1
* wan/fsl_ucc_hdlc: avoid possible NULL pointer dereferencexypron.glpk@gmx.de2016-08-011-1/+2