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
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-07
e1000e: minor whitespace and indentation cleanup
Bruce Allan
2
-37
/
+43
2012-02-07
e1000e: fix sparse warnings with -D__CHECK_ENDIAN__
Bruce Allan
2
-8
/
+9
2012-02-07
e1000e: fix checkpatch warning from MINMAX test
Bruce Allan
1
-1
/
+1
2012-02-07
e1000e: cleanup - use braces in both branches of a conditional statement
Bruce Allan
1
-1
/
+2
2012-02-07
e1000e: cleanup e1000_set_phys_id
Bruce Allan
1
-2
/
+2
2012-02-07
e1000e: cleanup e1000_init_mac_params_82571()
Bruce Allan
1
-42
/
+30
2012-02-07
e1000e: cleanup e1000_init_mac_params_80003es2lan()
Bruce Allan
1
-21
/
+7
2012-02-07
e1000e: cleanup - check return values consistently
Bruce Allan
2
-5
/
+5
2012-02-07
e1000e: add missing initializers reported when compiling with W=1
Bruce Allan
1
-3
/
+5
2012-02-07
e1000: Adding e1000_dump function
Tushar Dave
3
-0
/
+235
2012-02-07
igbvf: refactor Interrupt Throttle Rate code
Mitch A Williams
3
-78
/
+99
2012-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
45
-56
/
+74
2012-02-03
ixgbe: Fix typo in ixgbe_common.h
Masanari Iida
1
-1
/
+1
2012-02-03
igbvf: change copyright date
Mitch A Williams
10
-11
/
+11
2012-02-03
ixgbevf: Update copyright notices
Greg Rose
10
-11
/
+11
2012-02-03
ixgbevf: Fix mailbox interrupt ack bug
Greg Rose
2
-6
/
+21
2012-02-03
ixgbe: make ethtool strings table const
Stephen Hemminger
1
-1
/
+1
2012-02-03
ixgbe: Add warning when no space left for more MAC filters
Greg Rose
1
-0
/
+3
2012-02-03
ixgbe: update copyright to 2012
Don Skidmore
25
-26
/
+26
2012-02-01
ixgbe: Add module parameter to allow untested and unsafe SFP+ modules
Peter P Waskiewicz Jr
3
-3
/
+20
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-4
/
+1
2012-01-31
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
3
-11
/
+3
2012-01-26
e1000e: update copyright year
Bruce Allan
14
-15
/
+15
2012-01-26
e1000e: split lib.c into three more-appropriate files
Bruce Allan
4
-995
/
+1051
2012-01-26
e1000e: call er16flash() instead of __er16flash()
Bruce Allan
1
-1
/
+1
2012-01-26
e1000e: increase version number
Bruce Allan
1
-1
/
+1
2012-01-26
e1000e: convert final strncpy() to strlcpy()
Bruce Allan
1
-3
/
+3
2012-01-26
e1000e: concatenate long debug strings which span multiple lines
Bruce Allan
4
-26
/
+15
2012-01-26
e1000e: conditionally restart autoneg on 82577/8/9 when setting LPLU state
Bruce Allan
1
-1
/
+3
2012-01-26
e1000e: increase Rx PBA to prevent dropping received packets on 82566/82567
Bruce Allan
1
-2
/
+2
2012-01-26
e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to Sx
Bruce Allan
1
-4
/
+5
2012-01-26
e1000e: update workaround for 82579 intermittently disabled during S0->Sx
Bruce Allan
1
-54
/
+49
2012-01-26
e1000e: disable Early Receive DMA on ICH LOMs
Bruce Allan
3
-39
/
+25
2012-01-26
e1000e: Need to include vmalloc.h
David S. Miller
1
-0
/
+1
2012-01-25
e1000e: 82574/82583 Tx hang workaround
Bruce Allan
1
-0
/
+4
2012-01-25
e1000e: use hardware default values for Transmit Control register
Bruce Allan
1
-9
/
+1
2012-01-25
e1000e: use default settings for Tx Inter Packet Gap timer
Bruce Allan
3
-17
/
+3
2012-01-25
e1000e: 82579: workaround for link drop issue
Bruce Allan
1
-0
/
+22
2012-01-25
e1000e: always set transmit descriptor control registers the same
Bruce Allan
1
-2
/
+2
2012-01-25
e1000e: default IntMode based on kernel config & available hardware support
Bruce Allan
1
-7
/
+41
2012-01-25
e1000e: re-factor ethtool get/set ring parameter
Bruce Allan
1
-59
/
+77
2012-01-25
e1000e: pass pointer to ring struct instead of adapter struct
Bruce Allan
3
-127
/
+136
2012-01-25
e1000e: convert head, tail and itr_register offsets to __iomem pointers
Bruce Allan
3
-32
/
+31
2012-01-25
e1000e: re-enable alternate MAC address for all devices which support it
Bruce Allan
1
-5
/
+2
2012-01-25
e1000e: add Receive Packet Steering (RPS) support
Bruce Allan
4
-6
/
+145
2012-01-25
e1000e: cleanup Rx checksum offload code
Bruce Allan
1
-12
/
+15
2012-01-19
ixgbevf: make operations tables const
Stephen Hemminger
4
-8
/
+8
2012-01-19
ixgbevf: fix sparse warnings
Stephen Hemminger
3
-2
/
+4
2012-01-19
ixgbevf: make ethtool ops and strings const
Stephen Hemminger
1
-2
/
+3
2012-01-19
ixgbevf: Prevent possible race condition by checking for message
Greg Rose
1
-18
/
+21
[next]