aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-30ixgbe: Fix netpoll to be properly multiqueue awarePeter P Waskiewicz Jr1-3/+10
2009-07-26ixgbe: fix for 82599 errata marking UDP checksum errorsDon Skidmore1-2/+15
2009-07-23ixgbe: remove unnecessary call to device_init_wakeupAndy Gospodarek1-1/+0
2009-07-23ixgbe: Don't priority tag control frames in DCB modeLucy Liu1-6/+12
2009-07-23ixgbe: Enable FCoE offload when DCB is enabled for 82599Yi Zou1-10/+6
2009-07-09ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou1-8/+11
2009-07-03ixgbe: fix inconsistent SFP/SFP+ failure results.Don Skidmore1-5/+5
2009-07-03ixgbe: fix regression on some 82598 adaptersDon Skidmore1-10/+14
2009-07-03ixgbe: fix issues with failing to detect insert of unsupported moduleDon Skidmore1-2/+6
2009-06-30ixgbe: fix unmap length bugJesse Brandeburg1-6/+11
2009-06-30ixgbe: Fix link capabilities during adapter resetsMallikarjuna R Chilakala1-1/+2
2009-06-30ixgbe: Fix SFP log messagesDon Skidmore1-8/+17
2009-06-18net: group address list and its countJiri Pirko1-3/+3
2009-06-09ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599Yi Zou1-4/+36
2009-06-08net: skb_shared_info optimizationEric Dumazet1-2/+2
2009-06-07ixgbe: Increase the driver version numberPeter P Waskiewicz Jr1-1/+1
2009-06-07ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr1-1/+19
2009-06-07ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr1-1/+214
2009-06-07ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr1-6/+6
2009-06-07ixgbe: move tx processing into NAPI contextAlexander Duyck1-34/+107
2009-06-07ixgbe: move v_idx into q_vector and use as index onlyAlexander Duyck1-116/+111
2009-06-07ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmapAlexander Duyck1-1/+1
2009-06-07ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala1-3/+3
2009-06-07ixgbe: Add ethtool offline test supportPeter P Waskiewicz Jr1-3/+10
2009-06-07ixgbe: Enable ACPI WoL capabilities for 82599Peter P Waskiewicz Jr1-0/+3
2009-05-29net: convert unicast addr listJiri Pirko1-5/+1
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-1/+0
2009-05-26ixgbe: Fix build warningPeter P Waskiewicz Jr1-1/+0
2009-05-26ixgbe: fix 82598 SFP initialization after driver load.Don Skidmore1-16/+17
2009-05-21ixgbe: only register DCA requester onceAlexander Duyck1-20/+4
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