summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2009-05-30net: convert unicast addr listJiri Pirko4-16/+12
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-1/+0
2009-05-27ixgbe: Fix build warningPeter P Waskiewicz Jr1-1/+0
2009-05-27ixgbe: fix 82598 SFP initialization after driver load.Don Skidmore3-19/+39
2009-05-27ixgbe: Remove device ID 0x10d8Peter P Waskiewicz Jr2-2/+0
2009-05-22ixgbe: only register DCA requester onceAlexander Duyck1-20/+4
2009-05-20ixgbe: Cleanup feature setup code to make the code more readableJesse Brandeburg1-35/+50
2009-05-20ixgbe: Change Direct Attach Twinax cable detection for SFP+ NICsPeter P Waskiewicz Jr2-13/+11
2009-05-20ixgbe: Add semaphore access for PHY initialization for 82599Peter P Waskiewicz Jr1-0/+12
2009-05-19ixgbe: Increase the driver version numberPeter P Waskiewicz Jr1-1/+1
2009-05-19ixgbe: Add generic XAUI support to 82599Peter P Waskiewicz Jr3-0/+7
2009-05-19ixgbe: set max desc to prevent total RSC packet size of 64KAlexander Duyck2-11/+20
2009-05-18ixgbe: Don't reset the hardware when switching between LFC and PFCPeter P Waskiewicz Jr1-17/+49
2009-05-18ixgbe: When in DCB mode with PFC enabled, show LFC is disabledPeter P Waskiewicz Jr1-0/+7
2009-05-18ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr7-7/+66
2009-05-18ixgbe: Set Priority Flow Control low water threshhold for DCBPeter P Waskiewicz Jr1-11/+37
2009-05-18ixgbe: Enable jumbo frame for FCoE feature in 82599Yi Zou2-0/+26
2009-05-18ixgbe: Enable FCoE redirection table feature in 82599Yi Zou1-4/+24
2009-05-18ixgbe: Add RING_F_FCOE for FCoE feature in 82599Yi Zou2-0/+102
2009-05-18ixgbe: Add SAN MAC address to the RAR, return the address to DCBWaskiewicz Jr, Peter P4-7/+29
2009-05-18ixgbe: 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-08ixgbe: Typecase '1' for 64 bit shiftNelson, Shannon1-3/+3
2009-05-08ixgbe: fix failing to log fan failuresDon Skidmore1-2/+26
2009-05-08ixgbe: Enable L2 header split in 82599Yi Zou2-1/+3
2009-05-08ixgbe: set queue0 for srrctl configuration correctly for DCBAlexander Duyck1-1/+12
2009-05-08ixgbe: always set header length in SRRCTLAlexander Duyck1-18/+10
2009-05-07ixgbe: Proposed PARCH PCIE legacy I/O port free intel 10Gb NIC drivergouji-new1-7/+12
2009-05-07ixgbe: Return PCI_ERS_RESULT_DISCONNECT when bus is disabledBreno Leitao1-0/+3
2009-05-07ixgbe: remove ixgbe_napi_add/del_all referencesAlexander Duyck1-2/+0
2009-05-07ixgbe: skb_record_rx_queue should record rx queue instead of vectorAlexander Duyck1-2/+3
2009-05-07ixgbe: make q_vectors dynamic to reduce netdev sizeAlexander Duyck4-133/+158
2009-04-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-55/+6
2009-04-30ixgbe: 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
2009-04-28ixgbe: enable HW RSC for 82599Alexander Duyck4-12/+152
2009-04-28ixgbe: enable hardware offload for sctpJesse Brandeburg2-2/+18
2009-04-28igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARYAlexander Duyck1-12/+5
2009-04-27ixgbe: Disallow SFP 1G modules in the SFP+ cages for 82598 and 82599Waskiewicz Jr, Peter P2-5/+18
2009-04-27ixgbe: Fix WoL functionality for 82599 KX4 devicesWaskiewicz Jr, Peter P2-55/+6
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-15/+65