index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
arm
/
ixp4xx_eth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-06
net: ixp4xx_eth: Return proper error for eth_init_one
Axel Lin
1
-1
/
+3
2010-08-11
Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...
Linus Torvalds
1
-1
/
+1
2010-07-18
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
Richard Cochran
1
-1
/
+2
2010-06-01
ixp4xx: Support the all multicast flag on the NPE devices.
Richard Cochran
1
-0
/
+11
2010-05-27
IXP4xx: Make mdio_bus struct static in the Ethernet driver.
Krzysztof Hałasa
1
-1
/
+1
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-1
/
+0
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
1
-4
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-22
net/arm: convert to use netdev_for_each_mc_addr
Jiri Pirko
1
-5
/
+8
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-1
/
+1
2009-12-05
IXP4xx: Fix normally-disabled debugging text in drivers/net/arm/ixp4xx_eth.c.
Krzysztof Hałasa
1
-1
/
+1
2009-09-02
netdev: drivers should make ethtool_ops const
Stephen Hemminger
1
-1
/
+1
2009-07-12
netdev: restore MTU change operation
Ben Hutchings
1
-0
/
+1
2009-07-12
netdev: restore MAC address set and validate operations
Ben Hutchings
1
-1
/
+2
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-12
/
+14
2009-05-29
net: replace dma_sync_single with dma_sync_single_for_cpu
FUJITA Tomonori
1
-2
/
+2
2009-05-26
ixp4xx_eth: Remove references to BUS_ID_SIZE.
David S. Miller
1
-2
/
+2
2009-05-25
IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the com...
Krzysztof Hałasa
1
-7
/
+6
2009-05-23
IXP4xx: Whitespace fixes in the Ethernet driver.
Krzysztof Hałasa
1
-5
/
+5
2009-05-23
IXP4xx: Ethernet and WAN drivers now support "high" hardware queues.
Krzysztof Hałasa
1
-6
/
+9
2009-05-09
IXP4xx: complete Ethernet netdev setup before calling register_netdev().
Krzysztof Hałasa
1
-12
/
+13
2009-05-09
IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization.
Krzysztof Hałasa
1
-3
/
+3
2009-03-28
Merge branch 'origin' into devel
Russell King
1
-6
/
+6
2009-03-17
IXP4xx: add Ethernet and NPE support for IXP43x CPU.
Krzysztof Hałasa
1
-7
/
+13
2009-01-21
net: Remove redundant NAPI functions
Ben Hutchings
1
-6
/
+6
2008-12-29
net: Fix more NAPI interface netdev argument drop fallout.
Kamalesh Babulal
1
-1
/
+1
2008-12-25
Merge branch 'for-david' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...
David S. Miller
1
-164
/
+173
2008-12-22
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
1
-3
/
+3
2008-12-22
Convert ixp4xx_eth driver to use net_device_ops.
Krzysztof Hałasa
1
-5
/
+10
2008-12-22
IXP4xx: move common debugging from network drivers to QMGR module.
Krzysztof Hałasa
1
-43
/
+12
2008-12-22
IXP4xx: Add ethtool support to Ethernet driver.
Krzysztof Hałasa
1
-0
/
+45
2008-12-22
IXP4xx: Add PHYLIB MII ioctl to the Ethernet driver.
Krzysztof Hałasa
1
-1
/
+3
2008-12-22
IXP4xx: Add PHYLIB support to Ethernet driver.
Krzysztof Hałasa
1
-99
/
+95
2008-12-22
IXP4xx: Make the Ethernet driver use built-in netdev stats.
Krzysztof Hałasa
1
-16
/
+8
2008-12-22
IXP4xx: Silence section mismatch warning in Ethernet driver.
Krzysztof Hałasa
1
-3
/
+3
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-08-14
Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...
David S. Miller
1
-3
/
+3
2008-08-14
ixp4xx_eth: fix dma_mapping_error() compile errors
Mikael Pettersson
1
-3
/
+3
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-2
/
+2
2008-07-11
ARM: IXP4xx Ethernet NAPI fix
Krzysztof Halasa
1
-2
/
+1
2008-04-29
Driver for IXP4xx built-in Ethernet ports
Krzysztof Halasa
1
-0
/
+1265