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
/
ixgbe
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-29
ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake()
Don Skidmore
1
-11
/
+6
2009-04-28
ixgbe: Clear out stray tx work on link down
Nelson, Shannon
1
-0
/
+22
2009-04-28
ixgbe: Interrupt management update for 82599
Nelson, Shannon
1
-40
/
+50
2009-04-28
ixgbe: enable HW RSC for 82599
Alexander Duyck
4
-12
/
+152
2009-04-28
ixgbe: enable hardware offload for sctp
Jesse Brandeburg
2
-2
/
+18
2009-04-28
igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARY
Alexander Duyck
1
-12
/
+5
2009-04-27
ixgbe: Disallow SFP 1G modules in the SFP+ cages for 82598 and 82599
Waskiewicz Jr, Peter P
2
-5
/
+18
2009-04-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-15
/
+65
2009-04-20
ixgbe: fix link down initial state
Jesse Brandeburg
1
-2
/
+5
2009-04-17
ixgbe: Fix the DCB PFC thresholds for 82599
PJ Waskiewicz
1
-11
/
+17
2009-04-17
ixgbe: Fix DCB traffic class mapping for 82599
PJ Waskiewicz
1
-4
/
+48
2009-04-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
6
-110
/
+128
2009-04-16
ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task()
Tony Breeds
1
-1
/
+1
2009-04-16
NET/ixgbe: Fix powering off during shutdown
Rafael J. Wysocki
1
-4
/
+32
2009-04-14
ixgbe: update real_num_tx_queues on changing num_rx_queues
Wu Fengguang
1
-9
/
+10
2009-04-14
ixgbe: fix tx queue index
Wu Fengguang
1
-1
/
+1
2009-04-11
ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task()
Tony Breeds
1
-1
/
+1
2009-04-11
ixgbe: Update get_physical_layer() calls, plus a version bump
Peter P Waskiewicz Jr
5
-70
/
+169
2009-04-11
ixgbe: Update the usage of orig_autoc to be more consistent
PJ Waskiewicz
2
-13
/
+39
2009-04-11
ixgbe: Remove unnecessary PHY reset, properly identify multispeed fiber modules
PJ Waskiewicz
4
-8
/
+29
2009-04-11
ixgbe: Move PHY ops initialization to centralize bus accesses
PJ Waskiewicz
4
-50
/
+107
2009-04-11
ixgbe: Don't return error in flow control configuration if FC is off
PJ Waskiewicz
2
-6
/
+10
2009-04-11
ixgbe: add define to support 82599 64 IVAR registers
Don Skidmore
1
-0
/
+1
2009-04-11
ixgbe: add support for addition VT_CTL defines
Don Skidmore
1
-0
/
+2
2009-04-11
ixgbe: fix IXGBE_MTQC values
Don Skidmore
1
-1
/
+2
2009-04-11
ixgbe: Enable another bit for flow control operation
PJ Waskiewicz
2
-0
/
+2
2009-04-11
ixgbe: only allow WOL for 82599 KX4 NIC
Alexander Duyck
1
-1
/
+23
2009-04-11
ixgbe: Move the LED blink code to common, since 82599 also uses it
PJ Waskiewicz
4
-95
/
+62
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-4
/
+4
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
1
-2
/
+2
2009-04-02
ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ...
Mallikarjuna R Chilakala
1
-43
/
+58
2009-04-02
ixgbe: fix ethtool -A|a behavior
Don Skidmore
5
-5
/
+23
2009-04-02
ixgbe: Patch to fix driver panic while freeing up tx & rx resources
Mallikarjuna R Chilakala
1
-2
/
+2
2009-04-02
ixgbe: refactor tx buffer processing to use skb_dma_map/unmap
Alexander Duyck
1
-38
/
+41
2009-04-02
ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU cores
PJ Waskiewicz
1
-5
/
+6
2009-04-02
ixgbe: feature - driver to default with FC on.
Don Skidmore
1
-1
/
+1
2009-04-02
ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow Control
PJ Waskiewicz
1
-1
/
+5
2009-04-02
ixgbe: Fix ethtool output with advertised mode.
Don Skidmore
1
-0
/
+9
2009-04-02
ixgbe: fix build when DEBUG is defined
Alexander Duyck
2
-6
/
+15
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-17
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
[next]