summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/ixp4xx_hss.c
Commit message (Expand)AuthorAgeFilesLines
* net: wan/ixp4xx_hss: Convert to platform remove callback returning voidUwe Kleine-König2023-12-051-3/+2
* netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-111-2/+2
* net: wan: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+1
* net: ixp4xx_hss: Check features using sysconLinus Walleij2022-02-121-17/+22
* net: ixp4xx_hss: drop kfree for memory allocated with devm_kzallocWei Yongjun2021-11-301-1/+0
* net: ixp4xx_hss: Convert to use DT probingLinus Walleij2021-11-291-75/+185
* net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-11/+8
* net: ixp4xx_hss: use dma_pool_zallocJason Wang2021-07-261-2/+1
* Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-07-101-0/+1
|\
| * soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann2021-06-171-0/+1
* | net: ixp4xx_hss: add braces {} to all arms of the statementPeng Li2021-06-101-2/+2
* | net: ixp4xx_hss: fix the comments style issuePeng Li2021-06-101-5/+7
* | net: ixp4xx_hss: remove redundant spacesPeng Li2021-06-101-15/+15
* | net: ixp4xx_hss: add some required spacesPeng Li2021-06-101-4/+4
* | net: ixp4xx_hss: move out assignment in if conditionPeng Li2021-06-101-23/+43
* | net: ixp4xx_hss: fix the code style issue about "foo* bar"Peng Li2021-06-101-3/+3
* | net: ixp4xx_hss: add blank line after declarationsPeng Li2021-06-101-0/+5
* | net: ixp4xx_hss: remove redundant blank linesPeng Li2021-06-101-11/+0
|/
* net: wan: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-051-3/+1
* wan: ixp4xx_hss: prepare compile testingArnd Bergmann2020-01-121-15/+20
* wan: ixp4xx_hss: fix compile-testing on 64-bitArnd Bergmann2020-01-121-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij2019-04-231-2/+2
* net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...Yang Wei2019-02-251-1/+1
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-1/+0
* net: wan: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-271-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-2/+2
|\
| * ixp4xx_hss: remove __dev* attributesBill Pemberton2012-12-031-2/+2
* | Merge tag 'ixp4xx-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2012-11-301-1/+1
|\ \ | |/ |/|
| * WAN: Remove redundant HDLC info printed by IXP4xx HSS driver.Krzysztof Hałasa2012-11-221-1/+1
* | ixp4xx_hss: avoid calling dma_pool_create() with NULL devXi Wang2012-11-201-3/+5
|/
* ixp4xx_hss: fix build failure due to missing linux/module.h inclusionFlorian Fainelli2012-09-101-0/+1
* ixp4xx_hss: Update to current logging formsJoe Perches2011-06-271-15/+13
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2010-08-111-1/+1
|\
| * IXP4xx: Prevent HSS transmitter lockup by disabling FRaMe signals.Krzysztof Hałasa2010-05-271-1/+1
* | net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* IXP42x HSS support for setting internal clock rateKrzysztof Halasa2009-09-071-4/+91
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-5/+6
|\
| * IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the com...Krzysztof Hałasa2009-05-251-5/+4
| * IXP4xx: Ethernet and WAN drivers now support "high" hardware queues.Krzysztof Hałasa2009-05-231-4/+6
* | net: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori2009-05-291-2/+2
|/
* IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization.Krzysztof Hałasa2009-05-091-2/+2
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-6/+6
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-211-3/+9
* WAN: Fix NAPI interface in IXP4xx HSS driver.Krzysztof Hałasa2009-01-121-3/+3
* net: Fix more NAPI interface netdev argument drop fallout.Kamalesh Babulal2008-12-291-1/+1
* IXP4xx: move common debugging from network drivers to QMGR module.Krzysztof Hałasa2008-12-221-43/+11
* WAN: Add IXP4xx HSS HDLC driver.Krzysztof Hałasa2008-12-221-0/+1357