aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-19ixgbe: Cleanup feature setup code to make the code more readableJesse Brandeburg1-35/+50
2009-05-18ixgbe: Increase the driver version numberPeter P Waskiewicz Jr1-1/+1
2009-05-18ixgbe: Add generic XAUI support to 82599Peter P Waskiewicz Jr1-0/+2
2009-05-18ixgbe: set max desc to prevent total RSC packet size of 64KAlexander Duyck1-11/+18
2009-05-17ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr1-1/+18
2009-05-17ixgbe: Enable jumbo frame for FCoE feature in 82599Yi Zou1-0/+22
2009-05-17ixgbe: Add RING_F_FCOE for FCoE feature in 82599Yi Zou1-0/+96
2009-05-17ixgbe: Add FCoE Storage MAC Address supportPJ Waskiewicz1-0/+48
2009-05-17ixgbe: Add FCoE related statistics to 82599Yi Zou1-0/+8
2009-05-17ixgbe: Implement FCoE Rx side large receive offload feature to 82599Yi Zou1-0/+16
2009-05-17ixgbe: Implement FCoE Tx side offload features in base driver of 82599Yi Zou1-19/+85
2009-05-07ixgbe: Typecase '1' for 64 bit shiftNelson, Shannon1-3/+3
2009-05-07ixgbe: fix failing to log fan failuresDon Skidmore1-2/+26
2009-05-07ixgbe: Enable L2 header split in 82599Yi Zou1-1/+2
2009-05-07ixgbe: set queue0 for srrctl configuration correctly for DCBAlexander Duyck1-1/+12
2009-05-07ixgbe: always set header length in SRRCTLAlexander Duyck1-18/+10
2009-05-06ixgbe: Proposed PARCH PCIE legacy I/O port free intel 10Gb NIC drivergouji-new1-7/+12
2009-05-06ixgbe: Return PCI_ERS_RESULT_DISCONNECT when bus is disabledBreno Leitao1-0/+3
2009-05-06ixgbe: skb_record_rx_queue should record rx queue instead of vectorAlexander Duyck1-2/+3
2009-05-06ixgbe: make q_vectors dynamic to reduce netdev sizeAlexander Duyck1-116/+152
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+4
2009-04-29ixgbe: Use generic MDIO definitions and functionsBen Hutchings1-0/+42
2009-04-29ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake()Don Skidmore1-11/+6
2009-04-28ixgbe: Clear out stray tx work on link downNelson, Shannon1-0/+22
2009-04-28ixgbe: Interrupt management update for 82599Nelson, Shannon1-40/+50
2009-04-28ixgbe: enable HW RSC for 82599Alexander Duyck1-11/+110
2009-04-28ixgbe: enable hardware offload for sctpJesse Brandeburg1-0/+9
2009-04-28igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARYAlexander Duyck1-12/+5
2009-04-27ixgbe: Fix WoL functionality for 82599 KX4 devicesWaskiewicz Jr, Peter P1-6/+4
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+48
2009-04-20ixgbe: fix link down initial stateJesse Brandeburg1-2/+5
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. Miller1-14/+43
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 Jr1-1/+1
2009-04-11ixgbe: Move PHY ops initialization to centralize bus accessesPJ Waskiewicz1-1/+8
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 ethtool -A|a behaviorDon Skidmore1-0/+2
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 build when DEBUG is definedAlexander Duyck1-0/+12
2009-03-21ixgbe: fix select_queue managementStephen Hemminger1-0/+11
2009-03-20ixgbe: Fixup the watchdog interrupt scheduling on 82599Jesse Brandeburg1-32/+81