summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix inconsistent SFP/SFP+ failure results.Don Skidmore2009-07-031-5/+5
* ixgbe: fix regression on some 82598 adaptersDon Skidmore2009-07-031-10/+14
* ixgbe: fix issues with failing to detect insert of unsupported moduleDon Skidmore2009-07-031-2/+6
* ixgbe: fix unmap length bugJesse Brandeburg2009-06-301-6/+11
* ixgbe: Fix link capabilities during adapter resetsMallikarjuna R Chilakala2009-06-301-1/+2
* ixgbe: Fix SFP log messagesDon Skidmore2009-06-301-8/+17
* net: group address list and its countJiri Pirko2009-06-181-3/+3
* ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599Yi Zou2009-06-091-4/+36
* net: skb_shared_info optimizationEric Dumazet2009-06-081-2/+2
* ixgbe: Increase the driver version numberPeter P Waskiewicz Jr2009-06-071-1/+1
* ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr2009-06-071-1/+19
* ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr2009-06-071-1/+214
* ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr2009-06-071-6/+6
* ixgbe: move tx processing into NAPI contextAlexander Duyck2009-06-071-34/+107
* ixgbe: move v_idx into q_vector and use as index onlyAlexander Duyck2009-06-071-116/+111
* ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmapAlexander Duyck2009-06-071-1/+1
* ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala2009-06-071-3/+3
* ixgbe: Add ethtool offline test supportPeter P Waskiewicz Jr2009-06-071-3/+10
* ixgbe: Enable ACPI WoL capabilities for 82599Peter P Waskiewicz Jr2009-06-071-0/+3
* net: convert unicast addr listJiri Pirko2009-05-291-5/+1
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-1/+0
* ixgbe: Fix build warningPeter P Waskiewicz Jr2009-05-261-1/+0
* ixgbe: fix 82598 SFP initialization after driver load.Don Skidmore2009-05-261-16/+17
* ixgbe: only register DCA requester onceAlexander Duyck2009-05-211-20/+4
* ixgbe: Cleanup feature setup code to make the code more readableJesse Brandeburg2009-05-191-35/+50
* ixgbe: Increase the driver version numberPeter P Waskiewicz Jr2009-05-181-1/+1
* ixgbe: Add generic XAUI support to 82599Peter P Waskiewicz Jr2009-05-181-0/+2
* ixgbe: set max desc to prevent total RSC packet size of 64KAlexander Duyck2009-05-181-11/+18
* ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr2009-05-171-1/+18
* ixgbe: Enable jumbo frame for FCoE feature in 82599Yi Zou2009-05-171-0/+22
* ixgbe: Add RING_F_FCOE for FCoE feature in 82599Yi Zou2009-05-171-0/+96
* ixgbe: Add FCoE Storage MAC Address supportPJ Waskiewicz2009-05-171-0/+48
* ixgbe: Add FCoE related statistics to 82599Yi Zou2009-05-171-0/+8
* ixgbe: Implement FCoE Rx side large receive offload feature to 82599Yi Zou2009-05-171-0/+16
* ixgbe: Implement FCoE Tx side offload features in base driver of 82599Yi Zou2009-05-171-19/+85
* ixgbe: Typecase '1' for 64 bit shiftNelson, Shannon2009-05-071-3/+3
* ixgbe: fix failing to log fan failuresDon Skidmore2009-05-071-2/+26
* ixgbe: Enable L2 header split in 82599Yi Zou2009-05-071-1/+2
* ixgbe: set queue0 for srrctl configuration correctly for DCBAlexander Duyck2009-05-071-1/+12
* ixgbe: always set header length in SRRCTLAlexander Duyck2009-05-071-18/+10
* ixgbe: Proposed PARCH PCIE legacy I/O port free intel 10Gb NIC drivergouji-new2009-05-061-7/+12
* ixgbe: Return PCI_ERS_RESULT_DISCONNECT when bus is disabledBreno Leitao2009-05-061-0/+3
* ixgbe: skb_record_rx_queue should record rx queue instead of vectorAlexander Duyck2009-05-061-2/+3
* ixgbe: make q_vectors dynamic to reduce netdev sizeAlexander Duyck2009-05-061-116/+152
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-291-6/+4
|\
| * ixgbe: Fix WoL functionality for 82599 KX4 devicesWaskiewicz Jr, Peter P2009-04-271-6/+4
* | ixgbe: Use generic MDIO definitions and functionsBen Hutchings2009-04-291-0/+42
* | ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake()Don Skidmore2009-04-291-11/+6
* | ixgbe: Clear out stray tx work on link downNelson, Shannon2009-04-281-0/+22
* | ixgbe: Interrupt management update for 82599Nelson, Shannon2009-04-281-40/+50
OpenPOWER on IntegriCloud