summaryrefslogtreecommitdiff
path: root/drivers/net/wan/ixp4xx_hss.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-12net: ixp4xx_hss: Check features using sysconLinus Walleij1-17/+22
2021-11-30net: ixp4xx_hss: drop kfree for memory allocated with devm_kzallocWei Yongjun1-1/+0
2021-11-29net: ixp4xx_hss: Convert to use DT probingLinus Walleij1-75/+185
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-11/+8
2021-07-26net: ixp4xx_hss: use dma_pool_zallocJason Wang1-2/+1
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-0/+1
2021-06-17soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann1-0/+1
2021-06-10net: ixp4xx_hss: add braces {} to all arms of the statementPeng Li1-2/+2
2021-06-10net: ixp4xx_hss: fix the comments style issuePeng Li1-5/+7
2021-06-10net: ixp4xx_hss: remove redundant spacesPeng Li1-15/+15
2021-06-10net: ixp4xx_hss: add some required spacesPeng Li1-4/+4
2021-06-10net: ixp4xx_hss: move out assignment in if conditionPeng Li1-23/+43
2021-06-10net: ixp4xx_hss: fix the code style issue about "foo* bar"Peng Li1-3/+3
2021-06-10net: ixp4xx_hss: add blank line after declarationsPeng Li1-0/+5
2021-06-10net: ixp4xx_hss: remove redundant blank linesPeng Li1-11/+0
2021-01-06net: wan: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-3/+1
2020-01-12wan: ixp4xx_hss: prepare compile testingArnd Bergmann1-15/+20
2020-01-12wan: ixp4xx_hss: fix compile-testing on 64-bitArnd Bergmann1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-04-23ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij1-2/+2
2019-02-26net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...Yang Wei1-1/+1
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-1/+0
2013-05-28net: wan: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2012-12-03ixp4xx_hss: remove __dev* attributesBill Pemberton1-2/+2
2012-11-30Merge tag 'ixp4xx-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+1
2012-11-22WAN: Remove redundant HDLC info printed by IXP4xx HSS driver.Krzysztof Hałasa1-1/+1
2012-11-21ixp4xx_hss: avoid calling dma_pool_create() with NULL devXi Wang1-3/+5
2012-09-11ixp4xx_hss: fix build failure due to missing linux/module.h inclusionFlorian Fainelli1-0/+1
2011-06-27ixp4xx_hss: Update to current logging formsJoe Perches1-15/+13
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-08-11Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds1-1/+1
2010-05-27IXP4xx: Prevent HSS transmitter lockup by disabling FRaMe signals.Krzysztof Hałasa1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-07IXP42x HSS support for setting internal clock rateKrzysztof Halasa1-4/+91
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-5/+6
2009-05-29net: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori1-2/+2
2009-05-25IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the com...Krzysztof Hałasa1-5/+4
2009-05-24IXP4xx: Ethernet and WAN drivers now support "high" hardware queues.Krzysztof Hałasa1-4/+6
2009-05-09IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization.Krzysztof Hałasa1-2/+2
2009-01-22net: Remove redundant NAPI functionsBen Hutchings1-6/+6
2009-01-22WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa1-3/+9
2009-01-13WAN: Fix NAPI interface in IXP4xx HSS driver.Krzysztof Hałasa1-3/+3
2008-12-30net: Fix more NAPI interface netdev argument drop fallout.Kamalesh Babulal1-1/+1
2008-12-22IXP4xx: move common debugging from network drivers to QMGR module.Krzysztof Hałasa1-43/+11
2008-12-22WAN: Add IXP4xx HSS HDLC driver.Krzysztof Hałasa1-0/+1357