aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2009-06-18net: group address list and its countJiri Pirko
2009-06-09ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599Yi Zou
2009-06-08net: skb_shared_info optimizationEric Dumazet
2009-06-07ixgbe: Increase the driver version numberPeter P Waskiewicz Jr
2009-06-07ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr
2009-06-07ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr
2009-06-07ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr
2009-06-07ixgbe: move tx processing into NAPI contextAlexander Duyck
2009-06-07ixgbe: move v_idx into q_vector and use as index onlyAlexander Duyck
2009-06-07ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmapAlexander Duyck
2009-06-07ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala
2009-06-07ixgbe: Add ethtool offline test supportPeter P Waskiewicz Jr
2009-06-07ixgbe: Enable ACPI WoL capabilities for 82599Peter P Waskiewicz Jr
2009-05-29net: convert unicast addr listJiri Pirko
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet
2009-05-26ixgbe: Fix build warningPeter P Waskiewicz Jr
2009-05-26ixgbe: fix 82598 SFP initialization after driver load.Don Skidmore
2009-05-21ixgbe: only register DCA requester onceAlexander Duyck
2009-05-19ixgbe: Cleanup feature setup code to make the code more readableJesse Brandeburg
2009-05-18ixgbe: Increase the driver version numberPeter P Waskiewicz Jr
2009-05-18ixgbe: Add generic XAUI support to 82599Peter P Waskiewicz Jr
2009-05-18ixgbe: set max desc to prevent total RSC packet size of 64KAlexander Duyck
2009-05-17ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr
2009-05-17ixgbe: Enable jumbo frame for FCoE feature in 82599Yi Zou
2009-05-17ixgbe: Add RING_F_FCOE for FCoE feature in 82599Yi Zou
2009-05-17ixgbe: Add FCoE Storage MAC Address supportPJ Waskiewicz
2009-05-17ixgbe: Add FCoE related statistics to 82599Yi Zou
2009-05-17ixgbe: Implement FCoE Rx side large receive offload feature to 82599Yi Zou
2009-05-17ixgbe: Implement FCoE Tx side offload features in base driver of 82599Yi Zou
2009-05-07ixgbe: Typecase '1' for 64 bit shiftNelson, Shannon
2009-05-07ixgbe: fix failing to log fan failuresDon Skidmore
2009-05-07ixgbe: Enable L2 header split in 82599Yi Zou
2009-05-07ixgbe: set queue0 for srrctl configuration correctly for DCBAlexander Duyck
2009-05-07ixgbe: always set header length in SRRCTLAlexander Duyck
2009-05-06ixgbe: Proposed PARCH PCIE legacy I/O port free intel 10Gb NIC drivergouji-new
2009-05-06ixgbe: Return PCI_ERS_RESULT_DISCONNECT when bus is disabledBreno Leitao
2009-05-06ixgbe: skb_record_rx_queue should record rx queue instead of vectorAlexander Duyck
2009-05-06ixgbe: make q_vectors dynamic to reduce netdev sizeAlexander Duyck
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-29ixgbe: Use generic MDIO definitions and functionsBen Hutchings
2009-04-29ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake()Don Skidmore
2009-04-28ixgbe: Clear out stray tx work on link downNelson, Shannon
2009-04-28ixgbe: Interrupt management update for 82599Nelson, Shannon
2009-04-28ixgbe: enable HW RSC for 82599Alexander Duyck
2009-04-28ixgbe: enable hardware offload for sctpJesse Brandeburg
2009-04-28igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARYAlexander Duyck
2009-04-27ixgbe: Fix WoL functionality for 82599 KX4 devicesWaskiewicz Jr, Peter P
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-20ixgbe: fix link down initial stateJesse Brandeburg
2009-04-17ixgbe: Fix DCB traffic class mapping for 82599PJ Waskiewicz