index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
e1000
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-07
[PATCH] e1000: Fix regression: garbled stats and irq allocation during swsusp
Auke Kok
1
-0
/
+7
2006-10-24
e1000: Increment version to 7.2.9-k4
Auke Kok
1
-1
/
+1
2006-10-24
e1000: FIX: move length adjustment due to crc stripping disabled.
Jesse Brandeburg
1
-3
/
+4
2006-10-24
e1000: FIX: Don't limit descriptor size to 4kb for PCI-E adapters
Jesse Brandeburg
1
-0
/
+5
2006-10-24
e1000: FIX: Disable Packet Split for non jumbo frames
Jesse Brandeburg
1
-2
/
+4
2006-10-24
e1000: FIX: fix wrong txdctl threshold bitmasks
Bruce Allan
1
-3
/
+3
2006-10-24
e1000: FIX: 82542 doesn't support WoL
Auke Kok
1
-0
/
+1
2006-10-24
e1000: FIX: don't poke at manageability registers for incompatible adapters
Jesse Brandeburg
2
-8
/
+16
2006-10-21
[PATCH] e1000: Reset all functions after a PCI error
Linas Vepstas
1
-4
/
+0
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2
-6
/
+4
2006-09-27
e100, e1000, ixgb: increment version numbers
Auke Kok
1
-1
/
+1
2006-09-27
e1000: possible memory leak in e1000_set_ringparam
Vasily Averin
1
-21
/
+17
2006-09-27
e1000: Janitor: Use #defined values for literals
Linas Vepstas
1
-2
/
+2
2006-09-27
e1000: don't strip vlan ID if 8021q claims it
Bruce Allan
1
-1
/
+5
2006-09-27
e1000: rework polarity, NVM, eeprom code and fixes.
Jeff Kirsher
2
-145
/
+155
2006-09-27
e1000: driver state fixes (race fix)
Auke Kok
3
-14
/
+23
2006-09-27
e1000: reduce RAR entries available for ICH8
Jeff Kirsher
1
-3
/
+3
2006-09-27
e1000: add PCI-E capability detection code
Jeff Kirsher
3
-4
/
+35
2006-09-27
e1000: handle manageability for pci-e adapters at PHY powerdown
Bruce Allan
1
-9
/
+32
2006-09-27
e1000: gather hardware bit tweaks.
Jeff Kirsher
3
-38
/
+142
2006-09-27
e1000: Maybe stop TX if not enough free descriptors
Jesse Brandeburg
1
-10
/
+42
2006-09-27
e1000: Jumbo frames fixes for 82573
Bruce Allan
1
-3
/
+7
2006-09-27
e1000: Fix MANC detection for PCIE adapters
Jeff Kirsher
1
-11
/
+4
2006-09-27
e1000: allow ethtool to pass arbitrary speed advertisment
Jeff Kirsher
1
-7
/
+3
2006-09-27
e1000: add multicast stats counters
Mitch Williams
3
-20
/
+25
2006-09-27
e1000: remove unused code and make symbols static
Nicholas Nunley
5
-367
/
+120
2006-09-27
e1000: add enums for several link properties
Jeff Kirsher
1
-36
/
+53
2006-09-27
e1000: rename flow control symbols
Jeff Kirsher
4
-60
/
+60
2006-09-27
e1000: keep .suspend and .resume driver methods in CONFIG_PM
Auke Kok
1
-1
/
+1
2006-09-27
e100, e1000, ixgb: Fix an impossible memory overwrite bug
Auke Kok
1
-1
/
+1
2006-09-27
e100, e1000, ixgb: update copyright header and remove LICENSE
Auke Kok
9
-483
/
+136
2006-09-25
[PATCH] restore __iomem annotations in e1000
Al Viro
1
-2
/
+2
2006-09-24
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-861
/
+951
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-4
/
+4
2006-09-19
e1000, ixgb: Remove pointless wrappers
Jeff Garzik
3
-76
/
+57
2006-09-19
[PATCH] e1000 disable device on PCI error
Linas Vepstas
1
-0
/
+1
2006-09-13
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
1
-1
/
+1
2006-09-12
[PATCH] e1000: revert 'e1000: Remove 0x1000 as supported device'
Auke-Jan H Kok
1
-0
/
+1
2006-09-12
Merge branch 'upstream-fixes' into upstream
Jeff Garzik
1
-4
/
+4
2006-09-12
[PATCH] e1000: fix TX timout hang regression for 82542rev3
Auke Kok
1
-4
/
+4
2006-09-06
[PATCH] make drivers/net/e1000/e1000_hw.c:e1000_phy_igp_get_info() static
Adrian Bunk
1
-1
/
+1
2006-08-31
e1000: Increment driver version to 7.2.7-k2
Auke Kok
1
-1
/
+1
2006-08-31
e1000: clean up skb allocation code
Christoph Hellwig
1
-11
/
+6
2006-08-31
e1000: Add PCI ID 0x10a4 for our new 4-port PCI-Express device
Jesse Brandeburg
4
-0
/
+5
2006-08-31
e1000: unify WoL capability detection code
Jesse Brandeburg
3
-89
/
+127
2006-08-28
e1000: Use module param array code
Auke Kok
1
-51
/
+110
2006-08-28
e1000: remove unused part_num reading code
Auke Kok
3
-37
/
+0
2006-08-28
e1000: error out if we cannot enable PCI device on resume
Auke Kok
1
-2
/
+5
2006-08-28
e1000: ring buffers resources cleanup
Vasily Averin
1
-8
/
+6
2006-08-28
e1000: e1000_probe resources cleanup
Vasily Averin
1
-16
/
+28
[next]