index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ixgbe
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-26
ixgbe: Allow Priority Flow Control settings to survive a device reset
PJ Waskiewicz
5
-6
/
+26
2009-03-21
ixgbe: fix select_queue management
Stephen Hemminger
2
-8
/
+11
2009-03-20
ixgbe: Fixup the watchdog interrupt scheduling on 82599
Jesse Brandeburg
1
-32
/
+81
2009-03-20
ixgbe: Correctly report Wake On LAN for 82599 KX4 devices
PJ Waskiewicz
1
-1
/
+40
2009-03-20
ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 merge
PJ Waskiewicz
1
-0
/
+3
2009-03-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2009-03-14
ixgbe: Cleanup some whitespace issues, fixup and add some comments
Jesse Brandeburg
2
-7
/
+29
2009-03-14
ixgbe: Two small fixes for 82599 when bringing the device down and for WoL
PJ Waskiewicz
1
-1
/
+6
2009-03-14
ixgbe: Add a few safety nets for register writes and descriptor cleanups
Jesse Brandeburg
1
-6
/
+12
2009-03-14
ixgbe: Cleanup on the Rx init path
Jesse Brandeburg
1
-15
/
+14
2009-03-14
ixgbe: Fix the Tx clean logic to return proper status
Jesse Brandeburg
1
-9
/
+10
2009-03-14
ixgbe: fix bug with napi add before request_irq
Jesse Brandeburg
1
-3
/
+5
2009-03-14
ixgbe: Fix interrupt configuration for 82599
Jesse Brandeburg
4
-31
/
+71
2009-03-14
ixgbe: Disable DROP_EN for Rx queues
PJ Waskiewicz
1
-2
/
+0
2009-03-14
ixgbe: Fix an accounting problem when the Rx FIFO is full
PJ Waskiewicz
1
-1
/
+6
2009-03-14
ixgbe: Fix get_supported_physical_layer() due to new 82599 PHY types
PJ Waskiewicz
1
-0
/
+16
2009-03-13
ixgbe: fix multiple unicast address support
Chris Leech
1
-0
/
+1
2009-03-02
ixgbe: Fix some compiler warnings.
David S. Miller
2
-3
/
+1
2009-03-01
ixgbe: Add 82599 device id's, hook it up into the main driver.
PJ Waskiewicz
4
-135
/
+559
2009-03-01
ixgbe: Add DCB for 82599, remove BCN support
PJ Waskiewicz
5
-219
/
+644
2009-03-01
ixgbe: Add hardware specific initialization code for 82599 devices
PJ Waskiewicz
8
-59
/
+2928
2009-02-25
ixbge: fix bug when using large pages and jumbo frames
Jesse Brandeburg
2
-1
/
+9
2009-02-25
ixgbe: Move ring features into an enum, allowing easier future maintenance
Shannon Nelson
1
-4
/
+10
2009-02-22
ixgbe: fix for 82598 Si errata causing buffer overflow
Don Skidmore
1
-1
/
+16
2009-02-18
drivers/net/ixgbe: fix sparse warning: Should it be static?
Hannes Eder
1
-1
/
+1
2009-02-11
ixgbe: Removing the unused PAGE_USE_COUNT() macro.
Breno Leitão
1
-6
/
+0
2009-02-07
ixgbe: Fix a set_num_queues() bug that can result in num_(r|t)x_queues = 0
Peter P Waskiewicz Jr
1
-4
/
+0
2009-02-07
ixgbe: Defeature Tx Head writeback
Peter P Waskiewicz Jr
1
-37
/
+23
2009-02-07
ixgbe: Update flow control state machine in link setup
Peter P Waskiewicz Jr
7
-122
/
+327
2009-02-06
ixgbe: Display EEPROM version in ethtool -i queries
Peter P Waskiewicz Jr
3
-1
/
+13
2009-02-06
ixgbe: Update link setup code to better support autonegotiation of speed
Peter P Waskiewicz Jr
4
-80
/
+49
2009-02-06
ixgbe: Refactor set_num_queues() and cache_ring_register()
Peter P Waskiewicz Jr
1
-104
/
+118
2009-02-01
ixgbe: Update copyright dates, bump the driver version number
Peter P Waskiewicz Jr
15
-17
/
+17
2009-02-01
ixgbe: Refactor MSI-X allocation mechanism
Peter P Waskiewicz Jr
4
-3
/
+42
2009-02-01
ixgbe: Add 82598 support for BX mezzanine devices
Don Skidmore
4
-1
/
+14
2009-02-01
net: replace uses of __constant_{endian}
Harvey Harrison
1
-2
/
+2
2009-01-28
net: Add skb_record_rx_queue() calls to multiqueue capable drivers.
David S. Miller
1
-0
/
+1
2009-01-27
ixgbe: add support KX/KX4 device
Don Skidmore
4
-0
/
+24
2009-01-27
ixgbe: fix slow load times on 82598 nics
Don Skidmore
1
-7
/
+18
2009-01-22
ixgbe: Replace LRO with GRO
Herbert Xu
3
-88
/
+13
2009-01-22
net: Remove redundant NAPI functions
Ben Hutchings
1
-6
/
+6
2009-01-20
ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()
Peter P Waskiewicz Jr
1
-3
/
+3
2009-01-20
ixgbe: fix tag stripping for VLAN ID 0
Don Skidmore
1
-26
/
+27
2009-01-20
ixgbe: fix dca issue with relaxed ordering turned on
Don Skidmore
2
-0
/
+6
2008-12-26
ixgbe: Fix set_ringparam in ixgbe to use the same memory pools.
Peter P Waskiewicz Jr
1
-34
/
+30
2008-12-26
ixgbe: Fix NAPI enable/disable path when using DCB
Peter P Waskiewicz Jr
2
-5
/
+10
2008-12-26
drivers/net/ixgbe: fix sparse warnings: make symbols static
Hannes Eder
2
-14
/
+14
2008-12-23
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
1
-6
/
+6
2008-12-22
ixgbe: fix the display of DCB control stats in ethtool
Don Skidmore
1
-0
/
+7
2008-12-22
net: add DCNA attribute to the BCN interface for DCB
Don Skidmore
1
-0
/
+20
[next]