index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
e1000
Age
Commit message (
Expand
)
Author
Lines
2005-03-30
[PATCH] e1000: add MODULE_VERSION
John W. Linville
-1
/
+3
2005-03-22
[PATCH] e1000: flush work queues on remove
John W. Linville
-0
/
+2
2005-03-22
[PATCH] e1000: avoid sleeping in watchdog timer context
John W. Linville
-2
/
+14
2005-03-05
Merge nuts.davemloft.net:/disk1/BK/net-2.6.12
David S. Miller
-4
/
+18
2005-02-23
[NET]: Add skb_header_cloned and use it in e1000/tg3
Herbert Xu
-4
/
+18
2005-02-20
[PATCH] e1000: Driver version white space,
Mallikarjuna R Chilakala
-14
/
+26
2005-02-20
[PATCH] e1000: Fixes related to Cable length
Mallikarjuna R Chilakala
-37
/
+42
2005-02-20
[PATCH] e1000: Report failure code when loopback
Mallikarjuna R Chilakala
-5
/
+6
2005-02-20
[PATCH] e1000: Checks for desc ring/rx data
Mallikarjuna R Chilakala
-2
/
+133
2005-02-20
[PATCH] e1000: Patch from Peter Kjellstroem --
Mallikarjuna R Chilakala
-0
/
+18
2005-02-20
[PATCH] e1000: Fix WOL settings in 82544 based
Mallikarjuna R Chilakala
-1
/
+8
2005-02-20
[PATCH] e1000: Delay clean-up of last Tx buffer
Mallikarjuna R Chilakala
-1
/
+31
2005-02-20
[PATCH] e1000: Avoid race between e1000_watchdog
Mallikarjuna R Chilakala
-7
/
+13
2005-02-20
[PATCH] e1000: use netif_poll_{enable|disable}
Mallikarjuna R Chilakala
-0
/
+7
2005-02-20
[PATCH] e1000: Robert Olsson's fix and refinement
Mallikarjuna R Chilakala
-7
/
+4
2005-01-19
Cset exclude: davem@nuts.davemloft.net|ChangeSet|20050120063740|10274
David S. Miller
-11
/
+23
2005-01-19
[NET]: Close NETIF_F_LLTX race conditions.
David S. Miller
-23
/
+11
2005-01-10
e1000/ixgb net drivers: rename global symbol to fix 'make allyesconfig'
Jeff Garzik
-3
/
+3
2005-01-06
[PATCH] e1000: Driver version number, white spaces, comments, device id
Ganesh Venkatesan
-82
/
+92
2005-01-06
[PATCH] e1000: Applied smart speed fix where the code was forcing smart
Ganesh Venkatesan
-7
/
+29
2005-01-06
[PATCH] e1000: Applied eeprom fix where it was possible to read/write
Ganesh Venkatesan
-2
/
+2
2005-01-06
[PATCH] e1000: Added workaround to prevent inadvertent gigabit waveform
Ganesh Venkatesan
-4
/
+77
2005-01-06
[PATCH] e1000: Kernel API change for Module_param_array_named
Ganesh Venkatesan
-1
/
+1
2005-01-06
[PATCH] e1000: {set, get}_wol is now symmetric for 82545EM adapters
Ganesh Venkatesan
-0
/
+2
2005-01-06
[PATCH] e1000: Fix tx resource cleanup logic
Ganesh Venkatesan
-26
/
+20
2005-01-06
[PATCH] e1000: Replace schedule_timeout() with
Ganesh Venkatesan
-10
/
+3
2005-01-06
[PATCH] e1000: remove a redundant assignment to a local nr_frags in e1000_xmi...
Ganesh Venkatesan
-1
/
+0
2005-01-06
[PATCH] e1000: Avoid filling tx_ring completely - shemminger@osdl.org
Ganesh Venkatesan
-0
/
+4
2005-01-06
[PATCH] e1000: Enabling NETIF_F_SG without checksum offload is illegal
Ganesh Venkatesan
-2
/
+0
2005-01-06
[PATCH] e1000: Fix ethtool diagnostics -- specifically for blade server
Ganesh Venkatesan
-25
/
+37
2005-01-06
[PATCH] e1000: Fix kernel panic when the interface is brought down while
Ganesh Venkatesan
-1
/
+4
2005-01-06
[PATCH] e1000: ITR does not default correctly on 2.6.x kernels
Ganesh Venkatesan
-4
/
+2
2004-11-11
[PATCH] E1000 stop working after resume
Andrew Morton
-1
/
+3
2004-10-25
Merge pobox.com:/garz/repo/netdev-2.6/misc
Jeff Garzik
-115
/
+242
2004-10-25
[PATCH] e1000 module_param build fix
Andrew Morton
-1
/
+1
2004-10-25
Merge pobox.com:/garz/repo/linux-2.6
Jeff Garzik
-115
/
+242
2004-10-25
Merge pobox.com:/garz/repo/linux-2.6
Jeff Garzik
-0
/
+2
2004-10-19
[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>
Adrian Bunk
-1
/
+1
2004-10-19
Merge PCI updates
Linus Torvalds
-3
/
+2
2004-10-16
[PATCH] bunch of trivial iomem annotations in drivers/net
Alexander Viro
-1
/
+1
2004-10-15
[PATCH] e1000: white space corrections
Ganesh Venkatesan
-1
/
+0
2004-10-15
[PATCH] e1000: driver version update
Ganesh Venkatesan
-1
/
+1
2004-10-15
[PATCH] e1000: fix set ringparam for ethtool returning error code on bad input
Ganesh Venkatesan
-0
/
+3
2004-10-15
[PATCH] e1000: remove unused function e1000_enable_mng_pass_thru
Ganesh Venkatesan
-25
/
+0
2004-10-15
[PATCH] e1000: modified ethtool_set_pauseparam to use e1000_setup_link
Ganesh Venkatesan
-1
/
+2
2004-10-05
[PATCH] PCI: remove driver private PCI state, 1 arg for pci_{save,restore}_state
Roger Luethi
-3
/
+2
2004-09-30
[PATCH] e1000 sparc64 dma_mapping build fix
Andrew Morton
-0
/
+1
2004-09-30
[PATCH] e1000 update -- fix MODULE_PARM, module_param, module_param_array
Ganesh Venkatesan
-64
/
+104
2004-09-17
[PATCH] e1000 - Ethtool -- 82545 do not support WoL
Ganesh Venkatesan
-0
/
+2
2004-09-17
[PATCH] e1000 - Polarity reversal workaround for 10F/10H links
Ganesh Venkatesan
-0
/
+121
[next]