aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAge
* NET/ixgbe: Fix powering off during shutdownRafael J. Wysocki2009-04-16
* ixgbe: update real_num_tx_queues on changing num_rx_queuesWu Fengguang2009-04-15
* ixgbe: fix tx queue indexWu Fengguang2009-04-15
* ixgbe: only allow WOL for 82599 KX4 NICAlexander Duyck2009-04-11
* ixgbe: Move the LED blink code to common, since 82599 also uses itPJ Waskiewicz2009-04-11
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-07
* ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ...Mallikarjuna R Chilakala2009-04-02
* ixgbe: fix ethtool -A|a behaviorDon Skidmore2009-04-02
* ixgbe: Patch to fix driver panic while freeing up tx & rx resourcesMallikarjuna R Chilakala2009-04-02
* ixgbe: refactor tx buffer processing to use skb_dma_map/unmapAlexander Duyck2009-04-02
* ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU coresPJ Waskiewicz2009-04-02
* ixgbe: feature - driver to default with FC on.Don Skidmore2009-04-02
* ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow ControlPJ Waskiewicz2009-04-02
* ixgbe: Fix ethtool output with advertised mode.Don Skidmore2009-04-02
* ixgbe: fix build when DEBUG is definedAlexander Duyck2009-04-02
* ixgbe: Allow Priority Flow Control settings to survive a device resetPJ Waskiewicz2009-03-26
* ixgbe: fix select_queue managementStephen Hemminger2009-03-21
* ixgbe: Fixup the watchdog interrupt scheduling on 82599Jesse Brandeburg2009-03-20
* ixgbe: Correctly report Wake On LAN for 82599 KX4 devicesPJ Waskiewicz2009-03-20
* ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 mergePJ Waskiewicz2009-03-20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-17
|\
| * ixgbe: fix multiple unicast address supportChris Leech2009-03-13
* | ixgbe: Cleanup some whitespace issues, fixup and add some commentsJesse Brandeburg2009-03-14
* | ixgbe: Two small fixes for 82599 when bringing the device down and for WoLPJ Waskiewicz2009-03-14
* | ixgbe: Add a few safety nets for register writes and descriptor cleanupsJesse Brandeburg2009-03-14
* | ixgbe: Cleanup on the Rx init pathJesse Brandeburg2009-03-14
* | ixgbe: Fix the Tx clean logic to return proper statusJesse Brandeburg2009-03-14
* | ixgbe: fix bug with napi add before request_irqJesse Brandeburg2009-03-14
* | ixgbe: Fix interrupt configuration for 82599Jesse Brandeburg2009-03-14
* | ixgbe: Disable DROP_EN for Rx queuesPJ Waskiewicz2009-03-14
* | ixgbe: Fix an accounting problem when the Rx FIFO is fullPJ Waskiewicz2009-03-14
* | ixgbe: Fix get_supported_physical_layer() due to new 82599 PHY typesPJ Waskiewicz2009-03-14
* | ixgbe: Fix some compiler warnings.David S. Miller2009-03-01
* | ixgbe: Add 82599 device id's, hook it up into the main driver.PJ Waskiewicz2009-03-01
* | ixgbe: Add DCB for 82599, remove BCN supportPJ Waskiewicz2009-03-01
* | ixgbe: Add hardware specific initialization code for 82599 devicesPJ Waskiewicz2009-03-01
* | ixbge: fix bug when using large pages and jumbo framesJesse Brandeburg2009-02-24
* | ixgbe: Move ring features into an enum, allowing easier future maintenanceShannon Nelson2009-02-24
* | ixgbe: fix for 82598 Si errata causing buffer overflowDon Skidmore2009-02-21
* | drivers/net/ixgbe: fix sparse warning: Should it be static?Hannes Eder2009-02-17
* | ixgbe: Removing the unused PAGE_USE_COUNT() macro.Breno Leitão2009-02-10
* | ixgbe: Fix a set_num_queues() bug that can result in num_(r|t)x_queues = 0Peter P Waskiewicz Jr2009-02-07
* | ixgbe: Defeature Tx Head writebackPeter P Waskiewicz Jr2009-02-07
* | ixgbe: Update flow control state machine in link setupPeter P Waskiewicz Jr2009-02-07
* | ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr2009-02-06
* | ixgbe: Update link setup code to better support autonegotiation of speedPeter P Waskiewicz Jr2009-02-06
* | ixgbe: Refactor set_num_queues() and cache_ring_register()Peter P Waskiewicz Jr2009-02-06
* | ixgbe: Update copyright dates, bump the driver version numberPeter P Waskiewicz Jr2009-02-01
* | ixgbe: Refactor MSI-X allocation mechanismPeter P Waskiewicz Jr2009-02-01