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
2014-04-28
i40e/i40evf: Bump build version
Catherine Sullivan
2
-2
/
+2
2014-04-28
i40e/i40evf: Retrieve and store missing link config information
Neerav Parikh
3
-0
/
+13
2014-04-28
i40e: Update function formal parameters
Kevin Scott
3
-6
/
+4
2014-04-28
i40e: Do not expose fd-sb commands from debugfs
Anjali Singhai Jain
1
-6
/
+0
2014-04-28
i40e: Do not enable NTUPLE feature control in MFP mode
Anjali Singhai Jain
1
-1
/
+3
2014-04-28
i40e: Change variable type to avoid typecheck failure
Kevin Scott
1
-1
/
+1
2014-04-28
i40evf: remove debugging message
Mitch Williams
1
-1
/
+0
2014-04-28
i40evf: fix panic on PF driver fail
Mitch Williams
1
-3
/
+9
2014-04-28
i40e: Don't stop driver probe when querying DCB config fails
Neerav Parikh
1
-4
/
+4
2014-04-28
i40e: Redistribute queue vectors after DCB reconfiguration
Neerav Parikh
1
-0
/
+2
2014-04-28
i40e/i40evf: add driver version string to driver version command
Shannon Nelson
4
-1
/
+12
2014-04-28
i40e: Use port VLAN in MAC/VLAN filter configuration
Greg Rose
1
-2
/
+3
2014-04-28
i40evf: support ethtool RSS options
Mitch A Williams
1
-0
/
+316
2014-04-28
i40e: Retain MAC filters when changing port VLAN
Greg Rose
1
-1
/
+5
2014-04-28
i40e: remove ptp_tx_work timestamp work item
Jacob Keller
3
-41
/
+0
2014-04-24
igb: Change memcpy to struct assignment
Carolyn Wyborny
1
-1
/
+1
2014-04-24
igb: Replace 1/0 return values with true/false
Carolyn Wyborny
1
-4
/
+4
2014-04-24
igb: Cleanups to remove unneeded extern declaration
Carolyn Wyborny
1
-1
/
+0
2014-04-24
igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLE
Carolyn Wyborny
1
-1
/
+1
2014-04-24
igb: Cleanups to fix static initialization
Carolyn Wyborny
1
-1
/
+1
2014-04-24
igb: Cleanups to fix msleep warnings
Carolyn Wyborny
5
-21
/
+21
2014-04-24
igb: Cleanups to fix line length warnings
Carolyn Wyborny
2
-8
/
+13
2014-04-24
igb: Cleanups to remove return parentheses
Carolyn Wyborny
1
-3
/
+3
2014-04-24
igb: Cleanups to fix missing break in switch statements
Carolyn Wyborny
3
-0
/
+9
2014-04-24
igb: Cleanups to fix assignment in if error
Carolyn Wyborny
1
-1
/
+2
2014-04-24
igb: Cleanups to change comment style on license headers
Carolyn Wyborny
19
-497
/
+428
2014-04-24
igb: Cleanups to fix for trailing statement
Carolyn Wyborny
1
-2
/
+2
2014-04-24
igb: Cleanups to fix pointer location error
Carolyn Wyborny
1
-1
/
+1
2014-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
14
-78
/
+59
2014-04-23
i40e: report VF link state correctly
Mitch Williams
1
-0
/
+7
2014-04-23
igb: Cleanups to fix incorrect indentation
Carolyn Wyborny
11
-75
/
+95
2014-04-23
igb: Cleanups to fix braces location warnings
Carolyn Wyborny
3
-13
/
+9
2014-04-23
igb: Cleanups for messaging
Carolyn Wyborny
4
-33
/
+18
2014-04-23
e1000e: Cleanup use of deprecated DEFINE_PCI_DEVICE_TABLE
David Ertman
1
-1
/
+1
2014-04-23
e1000e: Cleanup checkpatch extra space
David Ertman
1
-4
/
+4
2014-04-23
e1000e: Cleanup to fix checkpatch missing blank lines
David Ertman
6
-0
/
+23
2014-04-23
e1000e: Cleanup return values in ethtool
David Ertman
2
-6
/
+6
2014-04-23
ixgbevf: remove 82599 from the module description
Emil Tantilov
1
-1
/
+1
2014-04-23
ixgbe: improve mac filter handling
Jacob Keller
3
-68
/
+172
2014-04-22
ixgbe: change handling of multicast filters
Jacob Keller
3
-9
/
+53
2014-04-22
ixgbe: remove vlan_filter_disable and enable functions
Jacob Keller
1
-34
/
+6
2014-04-22
ixgbe: Use out-of-line function for register reads
Mark Rustad
2
-15
/
+28
2014-04-22
ixgbe: convert low_water into an array
Jacob Keller
7
-35
/
+57
2014-04-22
i40e/i40evf: Bump build versions
Catherine Sullivan
2
-2
/
+2
2014-04-22
i40e: Tweak for-loop in i40e_ethtool.c
Catherine Sullivan
1
-3
/
+5
2014-04-22
i40e: Cleanup if/else statements
Catherine Sullivan
1
-26
/
+8
2014-04-22
i40e: rework fdir setup and teardown
Shannon Nelson
1
-40
/
+17
2014-04-22
i40e: use generic vsi_open to unquiesce vsi
Shannon Nelson
1
-1
/
+1
2014-04-22
i40e: abstract the close path for better netdev vsis
Shannon Nelson
1
-15
/
+16
2014-04-22
i40e: prep vsi_open logic for non-netdev cases
Shannon Nelson
1
-15
/
+18
[next]