Commit Graph

189 Commits (1eb99d5ac44e2a9ac0b2856c579ba4d7cc349ada)

Author SHA1 Message Date
PJ Waskiewicz 1eb99d5ac4 ixgbe: Update the usage of orig_autoc to be more consistent 16 years ago
PJ Waskiewicz 553b449784 ixgbe: Remove unnecessary PHY reset, properly identify multispeed fiber modules 16 years ago
PJ Waskiewicz 04f165ef4f ixgbe: Move PHY ops initialization to centralize bus accesses 16 years ago
PJ Waskiewicz d3e9c56caf ixgbe: Don't return error in flow control configuration if FC is off 16 years ago
Don Skidmore e80e887a95 ixgbe: add define to support 82599 64 IVAR registers 16 years ago
Don Skidmore 6e4e87d68a ixgbe: add support for addition VT_CTL defines 16 years ago
Don Skidmore d988eadbe2 ixgbe: fix IXGBE_MTQC values 16 years ago
PJ Waskiewicz 2132d38133 ixgbe: Enable another bit for flow control operation 16 years ago
Yang Hongyang 284901a90a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) 16 years ago
Yang Hongyang 6a35528a83 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) 16 years ago
Mallikarjuna R Chilakala f9ed88549e ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ring parameters 16 years ago
Don Skidmore 71fd570b23 ixgbe: fix ethtool -A|a behavior 16 years ago
Mallikarjuna R Chilakala a20a1199a8 ixgbe: Patch to fix driver panic while freeing up tx & rx resources 16 years ago
Alexander Duyck 44df32c592 ixgbe: refactor tx buffer processing to use skb_dma_map/unmap 16 years ago
PJ Waskiewicz 8be0e4671d ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU cores 16 years ago
Don Skidmore cd7664f69f ixgbe: feature - driver to default with FC on. 16 years ago
PJ Waskiewicz ea4af4f447 ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow Control 16 years ago
Don Skidmore 7c5b83230a ixgbe: Fix ethtool output with advertised mode. 16 years ago
Alexander Duyck b453368dfd ixgbe: fix build when DEBUG is defined 16 years ago
PJ Waskiewicz bb3daa4a59 ixgbe: Allow Priority Flow Control settings to survive a device reset 16 years ago
Stephen Hemminger 09a3b1f8b1 ixgbe: fix select_queue management 16 years ago
Jesse Brandeburg 22d5a71b50 ixgbe: Fixup the watchdog interrupt scheduling on 82599 16 years ago
PJ Waskiewicz e63d976292 ixgbe: Correctly report Wake On LAN for 82599 KX4 devices 16 years ago
PJ Waskiewicz 03cfa20548 ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 merge 16 years ago
Jesse Brandeburg 4df1046622 ixgbe: Cleanup some whitespace issues, fixup and add some comments 16 years ago
PJ Waskiewicz 885125399e ixgbe: Two small fixes for 82599 when bringing the device down and for WoL 16 years ago
Jesse Brandeburg 9891ca7cdc ixgbe: Add a few safety nets for register writes and descriptor cleanups 16 years ago
Jesse Brandeburg 2a41ff8116 ixgbe: Cleanup on the Rx init path 16 years ago
Jesse Brandeburg 9a1a69adad ixgbe: Fix the Tx clean logic to return proper status 16 years ago
Jesse Brandeburg 4dd64df895 ixgbe: fix bug with napi add before request_irq 16 years ago
Jesse Brandeburg 509ee935ec ixgbe: Fix interrupt configuration for 82599 16 years ago
PJ Waskiewicz 40dcd79a7b ixgbe: Disable DROP_EN for Rx queues 16 years ago
PJ Waskiewicz d51019a4da ixgbe: Fix an accounting problem when the Rx FIFO is full 16 years ago
PJ Waskiewicz 1339b9e975 ixgbe: Fix get_supported_physical_layer() due to new 82599 PHY types 16 years ago
Chris Leech e90d400c2b ixgbe: fix multiple unicast address support 16 years ago
David S. Miller fc1f209514 ixgbe: Fix some compiler warnings. 16 years ago
PJ Waskiewicz e8e26350f1 ixgbe: Add 82599 device id's, hook it up into the main driver. 16 years ago
PJ Waskiewicz 235ea828a1 ixgbe: Add DCB for 82599, remove BCN support 16 years ago
PJ Waskiewicz 11afc1b1fd ixgbe: Add hardware specific initialization code for 82599 devices 16 years ago
Jesse Brandeburg 32344a3940 ixbge: fix bug when using large pages and jumbo frames 16 years ago
Shannon Nelson c7e4358ae8 ixgbe: Move ring features into an enum, allowing easier future maintenance 16 years ago
Don Skidmore 54037505a5 ixgbe: fix for 82598 Si errata causing buffer overflow 16 years ago
Hannes Eder 1aef47c411 drivers/net/ixgbe: fix sparse warning: Should it be static? 16 years ago
Breno Leitão 367681f4ec ixgbe: Removing the unused PAGE_USE_COUNT() macro. 16 years ago
Peter P Waskiewicz Jr 3e450669cc ixgbe: Fix a set_num_queues() bug that can result in num_(r|t)x_queues = 0 16 years ago
Peter P Waskiewicz Jr 12207e498b ixgbe: Defeature Tx Head writeback 16 years ago
Peter P Waskiewicz Jr 0ecc061d19 ixgbe: Update flow control state machine in link setup 16 years ago
Peter P Waskiewicz Jr 34b0368c68 ixgbe: Display EEPROM version in ethtool -i queries 16 years ago
Peter P Waskiewicz Jr 3201d3130e ixgbe: Update link setup code to better support autonegotiation of speed 16 years ago
Peter P Waskiewicz Jr bc97114d3f ixgbe: Refactor set_num_queues() and cache_ring_register() 16 years ago