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
2011-12-19
net: fix assignment of 0/1 to bool variables.
Rusty Russell
6
-26
/
+26
2011-12-08
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
7
-29
/
+57
2011-12-05
ixgbe: Remove function prototype for non-existent function
Greg Rose
1
-1
/
+0
2011-12-05
ixgbe: DCB: IEEE transitions may fail to reprogram hardware.
John Fastabend
1
-11
/
+10
2011-12-05
ixgbe: DCBnl set_all, order of operations fix
John Fastabend
1
-48
/
+29
2011-12-05
igb: Update DMA Coalescing threshold calculation.
Matthew Vick
1
-7
/
+19
2011-12-05
e1000e: hitting BUG_ON() from napi_enable
Bruce Allan
1
-2
/
+2
2011-12-05
e1000e: Avoid wrong check on TX hang
Jeff Kirsher
2
-3
/
+21
2011-11-29
e1000e: Support for byte queue limits
Tom Herbert
1
-0
/
+9
2011-11-22
net: remove netdev_alloc_page and use __GFP_COLD
Eric Dumazet
3
-3
/
+3
2011-11-22
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
5
-10
/
+5
2011-11-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
12
-299
/
+340
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
7
-20
/
+31
2011-11-16
net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines
Rick Jones
1
-1
/
+1
2011-11-16
intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN
Joe Perches
5
-10
/
+6
2011-11-16
igb: Convert bare printk to pr_notice
Joe Perches
1
-2
/
+3
2011-11-16
igb: Convert printks to pr_<level>
Jeff Kirsher
1
-85
/
+80
2011-11-16
ixgbevf: Convert printks to pr_<level>
Jeff Kirsher
2
-15
/
+18
2011-11-16
igbvf: Convert printks to pr_<level>
Jeff Kirsher
1
-7
/
+7
2011-11-16
ixgbe: fix LED blink logic to check for link
Emil Tantilov
1
-7
/
+11
2011-11-16
e1000e: Convert printks to pr_<level>
Jeff Kirsher
1
-129
/
+101
2011-11-16
e1000e: convert to real ndo_set_rx_mode
Jesse Brandeburg
1
-44
/
+114
2011-11-14
Sweep the last of the active .get_drvinfo floors under ethernet/
Rick Jones
6
-43
/
+40
2011-11-14
Sweep additional floors of strcpy in .get_drvinfo routines
Rick Jones
1
-4
/
+5
2011-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-3
/
+9
2011-11-07
ixgbe: Fix compile for kernel without CONFIG_PCI_IOV defined
Rose, Gregory V
2
-2
/
+4
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-04
i825xx:xscale:8390:freescale: Fix Kconfig dependancies
Jeff Kirsher
1
-1
/
+5
2011-11-02
ixgbevf: Update release version
Greg Rose
1
-1
/
+1
2011-11-02
ixgbe: DCB, return max for IEEE traffic classes
John Fastabend
1
-4
/
+6
2011-11-02
ixgbe: fix reading of the buffer returned by the firmware
Emil Tantilov
1
-9
/
+11
2011-11-02
ixgbe: Fix compiler warnings
Greg Rose
1
-0
/
+2
2011-11-02
ixgbe: fix smatch splat due to missing NULL check
John Fastabend
1
-21
/
+12
2011-11-02
ixgbe: fix disabling of Tx laser at probe
Emil Tantilov
1
-7
/
+7
2011-11-02
ixgbe: Fix link issues caused by a reset while interface is down
Emil Tantilov
1
-1
/
+0
2011-11-02
igb: Fix for I347AT4 PHY cable length unit detection
Kantecki, Tomasz
1
-1
/
+1
2011-11-02
e100: make sure vlan support isn't advertised on old adapters
Jesse Brandeburg
1
-0
/
+4
2011-11-02
e1000e: demote a debugging WARN to a debug log message
Bruce Allan
1
-2
/
+1
2011-10-31
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
1
-0
/
+1
2011-10-25
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2011-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
96
-0
/
+111599
2011-10-21
igb: VFTA Table Fix for i350 devices
Carolyn Wyborny
5
-4
/
+65
2011-10-21
igb: Move DMA Coalescing init code to separate function.
Carolyn Wyborny
1
-56
/
+68
2011-10-21
igb: Fix for Alt MAC Address feature on 82580 and later devices
Carolyn Wyborny
1
-0
/
+7
2011-10-21
igbvf: Bump version number
Williams, Mitch A
1
-1
/
+1
2011-10-21
igbvf: Update module identification strings
Williams, Mitch A
1
-5
/
+7
2011-10-20
igb: fix a compile warning
RongQing Li
1
-0
/
+3
2011-10-20
igbvf: fix truesize underestimation
Eric Dumazet
1
-1
/
+1
2011-10-19
net: add skb frag size accessors
Eric Dumazet
7
-16
/
+16
2011-10-17
ixgbe: change the eeprom version reported by ethtool
Emil Tantilov
3
-10
/
+13
[next]