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