summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* 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-093-5/+42
* 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-074-8/+85
* ixgbe: Re-adjust ring layouts to have better cacheline efficiencyJesse Brandeburg2009-06-071-16/+19
* ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr2009-06-073-1/+228
* ixgbe: Add Flow Director init and modify functions for 82599Peter P Waskiewicz Jr2009-06-072-0/+980
* ixgbe: Add hardware defines for Flow Director for 82599Peter P Waskiewicz Jr2009-06-071-0/+147
* ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr2009-06-073-11/+12
* 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-073-126/+117Star
* ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmapAlexander Duyck2009-06-071-1/+1
* ixgbe: ethtool support to change advertised link modes of 82599 adaptersMallikarjuna R Chilakala2009-06-072-18/+33
* ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala2009-06-078-227/+193Star
* ixgbe: Harden the 82599 multispeed fiber autotry mechanismPeter P Waskiewicz Jr2009-06-074-23/+106
* ixgbe: Add ethtool offline test supportPeter P Waskiewicz Jr2009-06-073-3/+842
* ixgbe: Change the 82599 PHY DSP restart logicPeter P Waskiewicz Jr2009-06-071-4/+3Star
* ixgbe: Enable ACPI WoL capabilities for 82599Peter P Waskiewicz Jr2009-06-071-0/+3
* net: convert unicast addr listJiri Pirko2009-05-304-16/+12Star
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-1/+0Star
* ixgbe: Fix build warningPeter P Waskiewicz Jr2009-05-271-1/+0Star
* ixgbe: fix 82598 SFP initialization after driver load.Don Skidmore2009-05-273-19/+39
* ixgbe: Remove device ID 0x10d8Peter P Waskiewicz Jr2009-05-272-2/+0Star
* ixgbe: only register DCA requester onceAlexander Duyck2009-05-221-20/+4Star
* ixgbe: Cleanup feature setup code to make the code more readableJesse Brandeburg2009-05-201-35/+50
* ixgbe: Change Direct Attach Twinax cable detection for SFP+ NICsPeter P Waskiewicz Jr2009-05-202-13/+11Star
* ixgbe: Add semaphore access for PHY initialization for 82599Peter P Waskiewicz Jr2009-05-201-0/+12
* ixgbe: Increase the driver version numberPeter P Waskiewicz Jr2009-05-191-1/+1
* ixgbe: Add generic XAUI support to 82599Peter P Waskiewicz Jr2009-05-193-0/+7
* ixgbe: set max desc to prevent total RSC packet size of 64KAlexander Duyck2009-05-192-11/+20
* ixgbe: Don't reset the hardware when switching between LFC and PFCPeter P Waskiewicz Jr2009-05-181-17/+49
* ixgbe: When in DCB mode with PFC enabled, show LFC is disabledPeter P Waskiewicz Jr2009-05-181-0/+7
* ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr2009-05-187-7/+66
* ixgbe: Set Priority Flow Control low water threshhold for DCBPeter P Waskiewicz Jr2009-05-181-11/+37
* ixgbe: Enable jumbo frame for FCoE feature in 82599Yi Zou2009-05-182-0/+26
* ixgbe: Enable FCoE redirection table feature in 82599Yi Zou2009-05-181-4/+24
* ixgbe: Add RING_F_FCOE for FCoE feature in 82599Yi Zou2009-05-182-0/+102
* ixgbe: Add SAN MAC address to the RAR, return the address to DCBWaskiewicz Jr, Peter P2009-05-184-7/+29
* ixgbe: Add FCoE Storage MAC Address supportPJ Waskiewicz2009-05-183-0/+126
* ixgbe: Add FCoE related statistics to 82599Yi Zou2009-05-173-0/+22
* ixgbe: Implement FCoE Rx side large receive offload feature to 82599Yi Zou2009-05-172-0/+23
* ixgbe: Add infrastructure code for FCoE large receive offload to 82599Yi Zou2009-05-173-1/+344
* ixgbe: Implement FCoE Tx side offload features in base driver of 82599Yi Zou2009-05-175-20/+101
* ixgbe: Add infrastructure code for FCoE large send offload to 82599Yi Zou2009-05-171-0/+132
* ixgbe: Add FCoE feature code to 82599Yi Zou2009-05-171-0/+60
* ixgbe: Add FCoE feature header to 82599Yi Zou2009-05-171-0/+66
* ixgbe: Add FCoE feature register defines to 82599Yi Zou2009-05-171-0/+84
* ixgbe: Typecase '1' for 64 bit shiftNelson, Shannon2009-05-071-3/+3
* ixgbe: fix failing to log fan failuresDon Skidmore2009-05-071-2/+26