index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-04-27
ixgbe: Fix WoL functionality for 82599 KX4 devices
Waskiewicz Jr, Peter P
2
-55
/
+6
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-17
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-15
ixgbe: update real_num_tx_queues on changing num_rx_queues
Wu Fengguang
1
-9
/
+10
2009-04-15
ixgbe: fix tx queue index
Wu Fengguang
1
-1
/
+1
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-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
[next]