aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-28ixgbe: enable HW RSC for 82599Alexander Duyck4-12/+152
2009-04-28ixgbe: enable hardware offload for sctpJesse Brandeburg2-2/+18
2009-04-28igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARYAlexander Duyck1-12/+5
2009-04-27ixgbe: Disallow SFP 1G modules in the SFP+ cages for 82598 and 82599Waskiewicz Jr, Peter P2-5/+18
2009-04-27ixgbe: Fix WoL functionality for 82599 KX4 devicesWaskiewicz Jr, Peter P2-55/+6
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-15/+65
2009-04-20ixgbe: fix link down initial stateJesse Brandeburg1-2/+5
2009-04-17ixgbe: Fix the DCB PFC thresholds for 82599PJ Waskiewicz1-11/+17
2009-04-17ixgbe: Fix DCB traffic class mapping for 82599PJ Waskiewicz1-4/+48
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-110/+128
2009-04-16ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task()Tony Breeds1-1/+1
2009-04-16NET/ixgbe: Fix powering off during shutdownRafael J. Wysocki1-4/+32
2009-04-14ixgbe: update real_num_tx_queues on changing num_rx_queuesWu Fengguang1-9/+10
2009-04-14ixgbe: fix tx queue indexWu Fengguang1-1/+1
2009-04-11ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task()Tony Breeds1-1/+1
2009-04-11ixgbe: Update get_physical_layer() calls, plus a version bumpPeter P Waskiewicz Jr5-70/+169
2009-04-11ixgbe: Update the usage of orig_autoc to be more consistentPJ Waskiewicz2-13/+39
2009-04-11ixgbe: Remove unnecessary PHY reset, properly identify multispeed fiber modulesPJ Waskiewicz4-8/+29
2009-04-11ixgbe: Move PHY ops initialization to centralize bus accessesPJ Waskiewicz4-50/+107
2009-04-11ixgbe: Don't return error in flow control configuration if FC is offPJ Waskiewicz2-6/+10
2009-04-11ixgbe: add define to support 82599 64 IVAR registersDon Skidmore1-0/+1
2009-04-11ixgbe: add support for addition VT_CTL definesDon Skidmore1-0/+2
2009-04-11ixgbe: fix IXGBE_MTQC valuesDon Skidmore1-1/+2
2009-04-11ixgbe: Enable another bit for flow control operationPJ Waskiewicz2-0/+2
2009-04-11ixgbe: only allow WOL for 82599 KX4 NICAlexander Duyck1-1/+23
2009-04-11ixgbe: Move the LED blink code to common, since 82599 also uses itPJ Waskiewicz4-95/+62
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-4/+4
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-02ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ring parametersMallikarjuna R Chilakala1-43/+58
2009-04-02ixgbe: fix ethtool -A|a behaviorDon Skidmore5-5/+23
2009-04-02ixgbe: Patch to fix driver panic while freeing up tx & rx resourcesMallikarjuna R Chilakala1-2/+2
2009-04-02ixgbe: refactor tx buffer processing to use skb_dma_map/unmapAlexander Duyck1-38/+41
2009-04-02ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU coresPJ Waskiewicz1-5/+6
2009-04-02ixgbe: feature - driver to default with FC on.Don Skidmore1-1/+1
2009-04-02ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow ControlPJ Waskiewicz1-1/+5
2009-04-02ixgbe: Fix ethtool output with advertised mode.Don Skidmore1-0/+9
2009-04-02ixgbe: fix build when DEBUG is definedAlexander Duyck2-6/+15
2009-03-26ixgbe: Allow Priority Flow Control settings to survive a device resetPJ Waskiewicz5-6/+26
2009-03-21ixgbe: fix select_queue managementStephen Hemminger2-8/+11
2009-03-20ixgbe: Fixup the watchdog interrupt scheduling on 82599Jesse Brandeburg1-32/+81
2009-03-20ixgbe: Correctly report Wake On LAN for 82599 KX4 devicesPJ Waskiewicz1-1/+40
2009-03-20ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 mergePJ Waskiewicz1-0/+3
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-03-14ixgbe: Cleanup some whitespace issues, fixup and add some commentsJesse Brandeburg2-7/+29
2009-03-14ixgbe: Two small fixes for 82599 when bringing the device down and for WoLPJ Waskiewicz1-1/+6
2009-03-14ixgbe: Add a few safety nets for register writes and descriptor cleanupsJesse Brandeburg1-6/+12
2009-03-14ixgbe: Cleanup on the Rx init pathJesse Brandeburg1-15/+14
2009-03-14ixgbe: Fix the Tx clean logic to return proper statusJesse Brandeburg1-9/+10
2009-03-14ixgbe: fix bug with napi add before request_irqJesse Brandeburg1-3/+5
2009-03-14ixgbe: Fix interrupt configuration for 82599Jesse Brandeburg4-31/+71