index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
atlx
Age
Commit message (
Expand
)
Author
2008-11-25
atlx: fix warning in drivers/net/atlx/atl2.c
Ingo Molnar
2008-11-20
netdev: add more functions to netdevice ops
Stephen Hemminger
2008-11-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-20
atl2: don't request irq on resume if netif running
Alan Jenkins
2008-11-19
atlx: convert to net_device_ops
Stephen Hemminger
2008-11-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-14
atl1: Do not enumerate options unsupported by chip
J. K. Cliburn
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
2008-11-02
atlx: timer cleanup
Stephen Hemminger
2008-11-02
atlx: use embedded net_device_stats
Stephen Hemminger
2008-10-31
atl1: fix vlan tag regression
Jay Cliburn
2008-10-08
atl1: update introductory comments
Jay Cliburn
2008-10-08
atl1: remove LLTX
Jay Cliburn
2008-10-08
atl1: fix transmit timeout bug
Jay Cliburn
2008-10-08
net: remove LLTX in atl2 driver
Kevin Hao
2008-10-08
net: add net poll support for atl2 driver
Kevin Hao
2008-09-24
atl2: add tx bytes statistic
Jay Cliburn
2008-09-18
atl2: add atl2 driver
Chris Snook
2008-08-27
atl1: disable TSO by default
Jay Cliburn
2008-08-07
atl1: deal with hardware rx checksum bug
Jay Cliburn
2008-07-21
atl1: Do not wake queue before queue has been started.
David S. Miller
2008-06-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-17
atl1: relax eeprom mac address error check
Radu Cristescu
2008-06-13
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-10
atl1: fix suspend regression
Jay Cliburn
2008-06-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-04
Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...
David S. Miller
2008-05-30
atl1: fix 4G memory corruption bug
Alexey Dobriyan
2008-05-22
atl1: use netdev_alloc_skb
Stephen Hemminger
2008-05-22
misc drivers/net endianness noise
Al Viro
2008-05-21
misc drivers/net endianness noise
Al Viro
2008-05-13
atl1: bump version number
Jay Cliburn
2008-05-13
atl1: add shutdown callback
Jay Cliburn
2008-05-13
atl1: fix broken suspend and resume
Jay Cliburn
2008-05-13
atl1: add PHY power save mode
Jay Cliburn
2008-04-25
[netdrvr] atlx: code movement: move atl1 parameter parsing
Chris Snook
2008-04-25
atlx: remove flash vendor parameter
Chris Snook
2008-03-22
Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...
David S. Miller
2008-03-17
atl1: reduce forward declarations
Jay Cliburn
2008-03-17
atl1: make functions static
Jay Cliburn
2008-03-17
atl1: print debug info if rrd error
Jay Cliburn
2008-03-17
atl1: use netif_msg
Jay Cliburn
2008-03-17
atl1: use csum_start
Jay Cliburn
2008-03-17
atl1: simplify tx packet descriptor
Jay Cliburn
2008-03-17
atl1: add ethtool register dump
Jay Cliburn
2008-03-17
atl1: fix broken TSO
Jay Cliburn
2008-03-17
atl1: move common functions to atlx files
Jay Cliburn
2008-03-17
atl1: relocate atl1 driver to /drivers/net/atlx
Jay Cliburn