index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
igb: Avoid uninitialized advertised variable in eee_set_cur
Andi Kleen
2013-10-02
1
-0
/
+2
*
i40e: clean up coccicheck reported errors
Jesse Brandeburg
2013-09-27
2
-5
/
+4
*
i40e: better return values
Jesse Brandeburg
2013-09-27
1
-16
/
+21
*
i40e: convert ret to aq_ret
Jesse Brandeburg
2013-09-27
1
-55
/
+52
*
i40e: small clean ups from review
Jesse Brandeburg
2013-09-27
1
-3
/
+3
*
i40e: use common failure flow
Jesse Brandeburg
2013-09-27
1
-6
/
+6
*
igb: Fix ethtool loopback test for 82580 copper
Todd Fujinaka
2013-09-27
1
-0
/
+3
*
e1000e: fix overrun of PHY RAR array
David Ertman
2013-09-13
3
-6
/
+17
*
e1000e: cleanup boolean comparison to true
David Ertman
2013-09-13
1
-1
/
+1
*
ixgbe: fix ethtool reporting of supported links for SFP modules
Emil Tantilov
2013-09-13
1
-0
/
+7
*
ixgbe: limit setting speed to only one at a time for QSFP modules
Emil Tantilov
2013-09-13
2
-1
/
+22
*
ixgbe: fix ethtool loopback diagnostic with DCB enabled
Emil Tantilov
2013-09-13
1
-0
/
+5
*
ixgbe: fully disable hardware RSC logic when disabling RSC
Jacob Keller
2013-09-13
2
-1
/
+9
*
igb: Read flow control for i350 from correct EEPROM section
Fujinaka, Todd
2013-09-12
1
-1
/
+9
*
igb: Add additional get_phy_id call for i354 devices
Carolyn Wyborny
2013-09-12
1
-0
/
+4
*
i40e: include i40e in kernel proper
Jesse Brandeburg
2013-09-11
3
-0
/
+63
*
i40e: debugfs interface
Jesse Brandeburg
2013-09-11
1
-0
/
+2076
*
i40e: init code and hardware support
Jesse Brandeburg
2013-09-11
16
-0
/
+13813
*
i40e: implement virtual device interface
Jesse Brandeburg
2013-09-11
3
-0
/
+2823
*
i40e: driver core headers
Jesse Brandeburg
2013-09-11
3
-0
/
+899
*
i40e: driver ethtool core
Jesse Brandeburg
2013-09-11
1
-0
/
+1449
*
i40e: transmit, receive, and NAPI
Jesse Brandeburg
2013-09-11
1
-0
/
+1817
*
i40e: main driver core
Jesse Brandeburg
2013-09-11
1
-0
/
+7375
*
igb: Update version number
Akeem G Abodunrin
2013-09-04
1
-1
/
+1
*
igb: Implementation to report advertised/supported link on i354 devices
Akeem G Abodunrin
2013-09-04
1
-11
/
+15
*
igb: Get speed and duplex for 1G non_copper devices
Akeem G Abodunrin
2013-09-04
1
-1
/
+26
*
igb: Support to get 2_5G link status for appropriate media type
Akeem G Abodunrin
2013-09-04
2
-18
/
+18
*
igb: No PHPM support in i354 devices
Akeem G Abodunrin
2013-09-04
1
-2
/
+9
*
igb: M88E1543 PHY downshift implementation
Akeem G Abodunrin
2013-09-04
1
-9
/
+20
*
igb: New PHY_ID for i354 device
Akeem G Abodunrin
2013-09-04
3
-14
/
+14
*
igb: Implementation of 1-sec delay for i210 devices
Akeem G Abodunrin
2013-09-04
2
-3
/
+32
*
igb: Don't look for a PBA in the iNVM when flashless
Todd Fujinaka
2013-09-04
1
-1
/
+8
*
drivers/net: Convert uses of compare_ether_addr to ether_addr_equal
Joe Perches
2013-09-04
1
-2
/
+2
*
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
2013-08-30
2
-6
/
+6
*
ixgbe: add support for older QSFP active DA cables
Emil Tantilov
2013-08-29
2
-10
/
+50
*
ixgbe: include QSFP PHY types in ixgbe_is_sfp()
Emil Tantilov
2013-08-29
1
-0
/
+4
*
ixgbe: add 1Gbps support for QSFP+
Emil Tantilov
2013-08-29
3
-11
/
+33
*
ixgbe: fix SFF data dumps of SFP+ modules from an offset
Emil Tantilov
2013-08-29
1
-5
/
+4
*
ixgbe: cleanup some log messages
Don Skidmore
2013-08-29
2
-5
/
+3
*
ixgbe: zero out mailbox buffer on init
Emil Tantilov
2013-08-29
1
-2
/
+2
*
ixgbe: fix link test when connected to 1Gbps link partner
Emil Tantilov
2013-08-29
1
-17
/
+10
*
ixgbe: fix incorrect limit value in ring transverse
Don Skidmore
2013-08-29
1
-1
/
+1
*
ixgbe: Check return value on eeprom reads
Mark Rustad
2013-08-29
4
-39
/
+107
*
ixgbe: disable link when adapter goes down
Jacob Keller
2013-08-29
3
-0
/
+25
*
e1000e: balance semaphore put/get for 82573
Steven La
2013-08-27
1
-0
/
+5
*
e1000e: resolve checkpatch JIFFIES_COMPARISON warning
Bruce Allan
2013-08-22
1
-1
/
+1
*
e1000e: Avoid kernel crash during shutdown
Li Zhang
2013-08-22
1
-0
/
+7
*
e1000e: Add code to check for failure of pci_disable_link_state call
Carolyn Wyborny
2013-08-22
1
-26
/
+59
*
e1000e: cleanup whitespace in recent commit
Bruce Allan
2013-08-22
1
-1
/
+2
*
igb: Expose RSS indirection table for ethtool
Laura Mihaela Vasilescu
2013-08-22
3
-21
/
+97
[next]