index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wan
/
ixp4xx_hss.c
Age
Commit message (
Expand
)
Author
2023-12-05
net: wan/ixp4xx_hss: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-11
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
2022-05-08
net: wan: switch to netif_napi_add_weight()
Jakub Kicinski
2022-02-12
net: ixp4xx_hss: Check features using syscon
Linus Walleij
2021-11-30
net: ixp4xx_hss: drop kfree for memory allocated with devm_kzalloc
Wei Yongjun
2021-11-29
net: ixp4xx_hss: Convert to use DT probing
Linus Walleij
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
2021-07-26
net: ixp4xx_hss: use dma_pool_zalloc
Jason Wang
2021-07-10
Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2021-06-17
soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.h
Arnd Bergmann
2021-06-10
net: ixp4xx_hss: add braces {} to all arms of the statement
Peng Li
2021-06-10
net: ixp4xx_hss: fix the comments style issue
Peng Li
2021-06-10
net: ixp4xx_hss: remove redundant spaces
Peng Li
2021-06-10
net: ixp4xx_hss: add some required spaces
Peng Li
2021-06-10
net: ixp4xx_hss: move out assignment in if condition
Peng Li
2021-06-10
net: ixp4xx_hss: fix the code style issue about "foo* bar"
Peng Li
2021-06-10
net: ixp4xx_hss: add blank line after declarations
Peng Li
2021-06-10
net: ixp4xx_hss: remove redundant blank lines
Peng Li
2021-01-05
net: wan: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
2020-01-12
wan: ixp4xx_hss: prepare compile testing
Arnd Bergmann
2020-01-12
wan: ixp4xx_hss: fix compile-testing on 64-bit
Arnd Bergmann
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2019-04-23
ARM: ixp4xx: Move IXP4xx QMGR and NPE headers
Linus Walleij
2019-02-25
net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...
Yang Wei
2016-10-20
net: use core MTU range checking in WAN drivers
Jarod Wilson
2013-05-27
net: wan: remove unnecessary platform_set_drvdata()
Jingoo Han
2012-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-12-03
ixp4xx_hss: remove __dev* attributes
Bill Pemberton
2012-11-30
Merge tag 'ixp4xx-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2012-11-22
WAN: Remove redundant HDLC info printed by IXP4xx HSS driver.
Krzysztof Hałasa
2012-11-20
ixp4xx_hss: avoid calling dma_pool_create() with NULL dev
Xi Wang
2012-09-10
ixp4xx_hss: fix build failure due to missing linux/module.h inclusion
Florian Fainelli
2011-06-27
ixp4xx_hss: Update to current logging forms
Joe Perches
2011-03-31
Fix common misspellings
Lucas De Marchi
2010-08-11
Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...
Linus Torvalds
2010-05-27
IXP4xx: Prevent HSS transmitter lockup by disabling FRaMe signals.
Krzysztof Hałasa
2010-05-10
net: trans_start cleanups
Eric Dumazet
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-09-07
IXP42x HSS support for setting internal clock rate
Krzysztof Halasa
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2009-05-29
net: replace dma_sync_single with dma_sync_single_for_cpu
FUJITA Tomonori
2009-05-25
IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the com...
Krzysztof Hałasa
2009-05-23
IXP4xx: Ethernet and WAN drivers now support "high" hardware queues.
Krzysztof Hałasa
2009-05-09
IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization.
Krzysztof Hałasa
2009-01-21
net: Remove redundant NAPI functions
Ben Hutchings
2009-01-21
WAN: Convert generic HDLC drivers to netdev_ops.
Krzysztof Hałasa
2009-01-12
WAN: Fix NAPI interface in IXP4xx HSS driver.
Krzysztof Hałasa
2008-12-29
net: Fix more NAPI interface netdev argument drop fallout.
Kamalesh Babulal
2008-12-22
IXP4xx: move common debugging from network drivers to QMGR module.
Krzysztof Hałasa
2008-12-22
WAN: Add IXP4xx HSS HDLC driver.
Krzysztof Hałasa