Jeff Garzik
7282d491ec
drivers/net: const-ify ethtool_ops declarations
...
Signed-off-by: Jeff Garzik <jeff@garzik.org >
2006-09-13 14:30:00 -04:00
Jesse Brandeburg
a91bb6a8b4
ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off)
...
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com >
2006-08-31 14:27:50 -07:00
Auke Kok
d3f464b538
ixgb: update version, dates
...
increase the year dates to 2006 and bump the version to 1.0.109-k2
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
2006-05-26 09:38:10 -07:00
Auke Kok
25943071b4
ixgb: replace netdev->priv with netdev_priv()
...
fix netdev->priv ==> netdev_priv(netdev)
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
2006-05-26 09:35:57 -07:00
Auke Kok
9b8118df48
ixgb: add tx timeout counter
...
This adds a TX timeout counter to the ethtool stats, a tx timeout
debug message, and sets the timer to 5 seconds.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
2006-05-23 10:35:04 -07:00
Auke Kok
ec9c3f5d3b
ixgb: use DPRINTK and msglvl, and ethtool to control it
...
Use DPRINTK and msglvl, and ethtool to control it. Add proper names
to netdev structs and mappings.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
2006-05-23 10:34:59 -07:00
Auke Kok
c85fd6f0de
ixgb: remove hardcoded number
...
This adds a define for an awkward and uncommented value.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
2006-05-23 10:30:02 -07:00
Auke Kok
4de17c8c72
ixgb: remove duplicate code setting duplex and speed
...
Removed duplicate code. Create ixgb_set_speed_duplex function to contain
duplicate code.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
2006-05-23 10:29:46 -07:00
Adrian Bunk
e9ab1d1453
[PATCH] drivers/net/ixgb/: make some code static
...
This patch makes some needlessly global code static.
Signed-off-by: Adrian Bunk <bunk@stusta.de >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2005-11-05 21:00:01 -05:00
Nishanth Aravamudan
3173c8907f
[PATCH] drivers/net: fix-up schedule_timeout() usage
...
Use schedule_timeout_interruptible() instead of
set_current_state()/schedule_timeout() to reduce kernel size.
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com >
Cc: Jeff Garzik <jgarzik@pobox.com >
Cc: "David S. Miller" <davem@davemloft.net >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2005-09-14 08:33:24 -04:00
John W. Linville
df859c519e
[PATCH] ixgb: support ETHTOOL_GPERMADDR
...
Add support for ETHTOOL_GPERMADDR to ixgb.
Signed-off-by: John W. Linville <linville@tuxdriver.com >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2005-09-14 08:29:32 -04:00
Malli Chilakala
ab707da7cf
[PATCH] ixgb: Driver version, white space, comments
...
Driver version, white space, comments & added Module_version Patch from linville
Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com >
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2005-08-11 17:09:25 -04:00
Malli Chilakala
db0bacaa83
[PATCH] ixgb: Ethtool cleanup patch from Stephen Hemminger
...
Ethtool cleanup patch from Stephen Hemminger
* use ADVERTISED_xxx fields when setting advertised fields
Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com >
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2005-08-11 17:09:19 -04:00
Malli Chilakala
9ef2eec393
[PATCH] ixgb: Fix data output by ethtool -d
...
Fix data output by ethtool -d
Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com >
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2005-08-11 17:09:19 -04:00
Malli Chilakala
8908c6cd1d
[PATCH] ixgb: Use netdev_priv() instead of netdev->priv
...
Use netdev_priv() instead of netdev->priv
Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com >
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2005-08-11 17:09:19 -04:00
Malli Chilakala
51b54b512c
[PATCH] ixgb: Fix unnecessary link state messages
...
Fix unnecessary link state messages
Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com >
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
Signed-off-by: Jeff Garzik <jgarzik@pobox.com >
2005-08-11 17:09:19 -04:00
Malli Chilakala
5e3c30deb2
[PATCH] ixgb: Support for ethtool -d
...
ixgb support for ethtool -d
Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com >
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com >
Signed-off-by: John Ronciak <john.ronciak@intel.com >
diff -up net-drivers-2.6/drivers/net/ixgb/ixgb_ethtool.c net-drivers-2.6/drivers/net/ixgb.new/ixgb_ethtool.c
2005-05-12 20:54:42 -04:00
Linus Torvalds
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
2005-04-16 15:20:36 -07:00