index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
au1000_eth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2010-02-28
1
-218
/
+223
|
\
|
*
NET: au1000-eth: Convert to platform_driver model
Florian Fainelli
2010-02-27
1
-218
/
+223
*
|
net: convert multiple drivers to use netdev_for_each_mc_addr, part3
Jiri Pirko
2010-02-22
1
-4
/
+1
*
|
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
2010-02-12
1
-2
/
+2
|
/
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-29
1
-7
/
+8
|
\
|
*
Au1x00: fix crash when trying register_netdev()
Alexander Beregalov
2009-11-22
1
-7
/
+8
*
|
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
2009-11-18
1
-1
/
+1
|
/
*
net: au1000_eth: add missing capability.h
Manuel Lauss
2009-10-22
1
-0
/
+1
*
au1000_eth: Duplicate test of RX_OVERLEN bit in update_rx_stats()
roel kluin
2009-10-07
1
-3
/
+1
*
au1000_eth: possible NULL dereference of aup->mii_bus->irq in au1000_probe()
roel kluin
2009-09-01
1
-0
/
+3
*
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
1
-1
/
+1
*
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-07-05
1
-1
/
+1
*
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
2009-06-13
1
-1
/
+1
*
au1000: convert to net_device_ops
Alexander Beregalov
2009-04-14
1
-8
/
+15
*
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-26
1
-4
/
+4
*
au1000: reorder functions
Florian Fainelli
2009-01-22
1
-532
/
+511
*
drivers/net/au1000_eth.c: Remove redundant test
Julia Lawall
2008-12-25
1
-1
/
+0
*
netdevice: safe convert to netdev_priv() #part-1
Wang Chen
2008-11-12
1
-24
/
+24
*
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
2008-11-03
1
-1
/
+0
*
net/au1000_eth.c MDIO namespace fixes
Adrian Bunk
2008-10-12
1
-13
/
+14
*
phylib: move to dynamic allocation of struct mii_bus
Lennert Buytenhek
2008-10-08
1
-16
/
+27
*
[netdrvr] au1000_eth: Spinlock initialisation fix
Martin Gebert
2008-09-24
1
-1
/
+2
*
au1000_eth: use 'unsigned long' for irqflags
Vegard Nossum
2008-08-14
1
-1
/
+1
*
netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328
Anton Vorontsov
2008-07-22
1
-3
/
+2
*
netdev: Convert all drivers away from netif_schedule().
David S. Miller
2008-07-17
1
-1
/
+1
*
au1000_eth: remove useless check
Francois Romieu
2008-05-22
1
-6
/
+1
*
phy: Change mii_bus id field to a string
Andy Fleming
2008-04-16
1
-3
/
+3
*
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
2007-10-19
1
-1
/
+1
*
add new prom.h for AU1x00
Yoichi Yuasa
2007-10-15
1
-5
/
+5
*
update AU1000 get_ethernet_addr()
Yoichi Yuasa
2007-10-15
1
-16
/
+4
*
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
Jeff Garzik
2007-10-10
1
-19
/
+4
*
[NET]: Kill eth_copy_and_sum().
David S. Miller
2007-07-10
1
-2
/
+2
*
au1000_eth: Fix warnings.
Ralf Baechle
2007-06-27
1
-1
/
+1
*
PCI: Cleanup the includes of <linux/pci.h>
Jean Delvare
2007-05-02
1
-1
/
+0
*
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+0
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
[PATCH] PHY: Add support for configuring the PHY connection interface
Andy Fleming
2006-12-02
1
-1
/
+2
*
[MIPS] Sort out missuse of __init for prom_getcmdline()
Ralf Baechle
2006-10-31
1
-1
/
+1
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-2
/
+2
*
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
2006-09-13
1
-1
/
+1
*
drivers/net: Trim trailing whitespace
Jeff Garzik
2006-09-13
1
-33
/
+33
*
[PATCH] Remove more unnecessary driver printk's
Andy Gospodarek
2006-09-12
1
-2
/
+1
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] net: au1000_eth: PHY framework conversion
Herbert Valerio Riedel
2006-06-11
1
-1234
/
+368
*
Merge branch 'master' into upstream
Jeff Garzik
2006-05-20
1
-17
/
+1
|
\
|
*
au1000_eth.c: use ether_crc() from <linux/crc32.h>
Herbert Valerio Riedel
2006-05-08
1
-17
/
+1
*
|
[PATCH] au1000_eth.c probe code straightened up
Sergei Shtylyov
2006-04-20
1
-119
/
+87
|
/
*
[PATCH] AMD Au1xx0: fix Ethernet TX stats
Sergei Shtylylov
2006-03-22
1
-11
/
+7
*
[PATCH] au1000_eth: Include <linux/config.h>
Ralf Baechle
2005-11-18
1
-0
/
+1
[next]