aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-07ixgbe: ethtool support to change advertised link modes of 82599 adaptersMallikarjuna R Chilakala2-18/+33
2009-06-07ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala8-227/+193
2009-06-07ixgbe: Harden the 82599 multispeed fiber autotry mechanismPeter P Waskiewicz Jr4-23/+106
2009-06-07ixgbe: Add ethtool offline test supportPeter P Waskiewicz Jr3-3/+842
2009-06-07ixgbe: Change the 82599 PHY DSP restart logicPeter P Waskiewicz Jr1-4/+3
2009-06-07ixgbe: Enable ACPI WoL capabilities for 82599Peter P Waskiewicz Jr1-0/+3
2009-05-29net: convert unicast addr listJiri Pirko4-16/+12
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 Skidmore3-19/+39
2009-05-26ixgbe: Remove device ID 0x10d8Peter P Waskiewicz Jr2-2/+0
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-19ixgbe: Change Direct Attach Twinax cable detection for SFP+ NICsPeter P Waskiewicz Jr2-13/+11
2009-05-19ixgbe: Add semaphore access for PHY initialization for 82599Peter P Waskiewicz Jr1-0/+12
2009-05-18ixgbe: Increase the driver version numberPeter P Waskiewicz Jr1-1/+1
2009-05-18ixgbe: Add generic XAUI support to 82599Peter P Waskiewicz Jr3-0/+7
2009-05-18ixgbe: set max desc to prevent total RSC packet size of 64KAlexander Duyck2-11/+20
2009-05-17ixgbe: Don't reset the hardware when switching between LFC and PFCPeter P Waskiewicz Jr1-17/+49
2009-05-17ixgbe: When in DCB mode with PFC enabled, show LFC is disabledPeter P Waskiewicz Jr1-0/+7
2009-05-17ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr7-7/+66
2009-05-17ixgbe: Set Priority Flow Control low water threshhold for DCBPeter P Waskiewicz Jr1-11/+37
2009-05-17ixgbe: Enable jumbo frame for FCoE feature in 82599Yi Zou2-0/+26
2009-05-17ixgbe: Enable FCoE redirection table feature in 82599Yi Zou1-4/+24
2009-05-17ixgbe: Add RING_F_FCOE for FCoE feature in 82599Yi Zou2-0/+102
2009-05-17ixgbe: Add SAN MAC address to the RAR, return the address to DCBWaskiewicz Jr, Peter P4-7/+29
2009-05-17ixgbe: Add FCoE Storage MAC Address supportPJ Waskiewicz3-0/+126
2009-05-17ixgbe: Add FCoE related statistics to 82599Yi Zou3-0/+22
2009-05-17ixgbe: Implement FCoE Rx side large receive offload feature to 82599Yi Zou2-0/+23
2009-05-17ixgbe: Add infrastructure code for FCoE large receive offload to 82599Yi Zou3-1/+344
2009-05-17ixgbe: Implement FCoE Tx side offload features in base driver of 82599Yi Zou5-20/+101
2009-05-17ixgbe: Add infrastructure code for FCoE large send offload to 82599Yi Zou1-0/+132
2009-05-17ixgbe: Add FCoE feature code to 82599Yi Zou1-0/+60
2009-05-17ixgbe: Add FCoE feature header to 82599Yi Zou1-0/+66
2009-05-17ixgbe: Add FCoE feature register defines to 82599Yi Zou1-0/+84
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 Zou2-1/+3
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: remove ixgbe_napi_add/del_all referencesAlexander Duyck1-2/+0
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 Duyck4-133/+158
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-55/+6
2009-04-29ixgbe: Use generic MDIO definitions and functionsBen Hutchings5-119/+101
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