index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cirrus
/
cs89x0.c
Age
Commit message (
Expand
)
Author
2023-05-17
net: isa: include net/Space.h
Arnd Bergmann
2022-05-22
cirrus: cs89x0: fix typo in comment
Julia Lawall
2021-10-18
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-08-03
ethernet: isa: convert to module_init/module_exit
Arnd Bergmann
2021-08-03
cs89x0: rework driver configuration
Arnd Bergmann
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-08-25
cirrus: cs89x0: remove set but not used variable 'lp'
YueHaibing
2019-08-21
cirrus: cs89x0: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2018-01-15
net: cs89x0: add MODULE_LICENSE
Arnd Bergmann
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2017-05-10
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-04-20
Annotate hardware config module parameters in drivers/net/ethernet/
David Howells
2017-04-18
net: cx89x0: move attribute declaration before struct keyword
Stefan Agner
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-06-15
net: cx89x0: Add DT support
Alexander Shiyan
2015-03-08
ethernet: codespell comment spelling fixes
Joe Perches
2014-12-15
cirrus: cs89x0: fix time comparison
Asaf Vertz
2014-10-20
net: ethernet: cirrus: drop owner assignment from platform_drivers
Wolfram Sang
2014-08-02
cirrus: cs89x0: Use managed interfaces
Himangi Saraogi
2014-03-24
cs89x0: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2013-03-29
cirrus: cs89x0: remove two obsolete Kconfig macros
Paul Bolle
2013-03-09
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
2013-03-05
net: cs89x0: use module_platform_driver_probe()
Jingoo Han
2012-08-31
cs89x0 : packet reception not working
Jaccon Bastiaansen
2012-05-18
cirrus: cs89x0: Remove function prototypes and reorder declarations
Joe Perches
2012-05-18
cirrus: cs89x0: Neaten debugging and logging
Joe Perches
2012-05-18
cirrus: cs89x0: Code neatening
Joe Perches
2012-05-18
cirrus: cs89x0: Convert printks to pr_<level>
Joe Perches
2012-05-18
cirrus: cs89x0: Code style neatening
Joe Perches
2012-05-17
CS89x0 : Use ioread16/iowrite16 on all platforms
Jaccon Bastiaansen
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2012-03-27
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
2012-02-01
CS89x0 : add CS89x0 platform device to the iMX31ADS board
Jaccon Bastiaansen
2012-02-01
CS89x0 : remove QQ2440 board support from the CS89x0 driver
Jaccon Bastiaansen
2012-02-01
CS89x0 : add platform driver support
Jaccon Bastiaansen
2011-10-18
cs89x0: Move the driver into the Cirrus dir
Jeff Kirsher