summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-18ixgbe: change the eeprom version reported by ethtoolEmil Tantilov3-10/+13
2011-10-17ixgbe: allow eeprom writes via ethtoolEmil Tantilov2-0/+73
2011-10-17ixgbe: fix endianess when writing driver version to firmwareEmil Tantilov1-8/+8
2011-10-17ixgbe: Add new netdev op to turn spoof checking on or off per VFGreg Rose4-10/+52
2011-10-14ixgbe: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-13ixgbe: Correct check for change in FCoE priorityMark Rustad1-2/+10
2011-10-13ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.Amir Hanania5-11/+56
2011-10-13ixgbe: Add protection from VF invalid target DMAGreg Rose2-1/+175
2011-10-08net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-10-07ixgbe: bump version numberDon Skidmore1-2/+2
2011-10-06ixgbe: X540 devices RX PFC frames pause traffic even if disabledJohn Fastabend2-2/+12
2011-10-06ixgbe: DCB X540 devices support max traffic class of 4John Fastabend2-3/+19
2011-10-06ixgbe: fixup hard dependencies on supporting 8 traffic classesJohn Fastabend6-34/+101
2011-10-06ixgbe: Fix PFC mask generationMark Rustad1-1/+1
2011-10-05ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599Emil Tantilov3-8/+1
2011-10-05ixgbe: get pauseparam autonegMika Lansirinne1-7/+1
2011-10-05ixgbe: do not disable flow control in ixgbe_check_mac_linkEmil Tantilov2-11/+0
2011-10-05ixgbe: send MFLCN to ethtoolEmil Tantilov1-1/+4
2011-10-05ixgbe: add support for new 82599 deviceEmil Tantilov3-0/+3
2011-10-05ixgbe: fix driver version initialization in firmwareJacob Keller1-3/+5
2011-10-05ixgbe: remove return code for functions that always return 0Emil Tantilov1-21/+9
2011-10-05ixgbe: clear the data field in ixgbe_read_i2c_byte_genericEmil Tantilov1-1/+2
2011-10-05ixgbe: prevent link checks while resettingEmil Tantilov1-1/+2
2011-09-29ixgbe: add ECC warning for legacy interruptsDon Skidmore1-1/+5
2011-09-29ixgbe: cleanup ixgbe_setup_gpie() for X540Don Skidmore1-2/+12
2011-09-29ixgbe add thermal sensor support for x540 hardwareJacob Keller2-18/+50
2011-09-29ixgbe: update {P}FC thresholds to account for X540 and loopbackJohn Fastabend7-38/+190
2011-09-29ixgbe: disable LLI for FCoEVasu Dev1-3/+1
2011-09-29ixgbe: Cleanup q_vector interrupt throttle rate logicEmil Tantilov3-159/+96
2011-09-23Merge git://github.com/Jkirsher/net-nextDavid S. Miller14-245/+435
2011-09-23ixgbe: remove global reset to the MACEmil Tantilov1-17/+2
2011-09-23ixgbe: add WOL support for X540Emil Tantilov4-2/+30
2011-09-23ixgbe: avoid HW lockup when adapter is reset with Tx work pendingEmil Tantilov6-85/+104
2011-09-23ixgbe: dcb, set priority to traffic class mappingsJohn Fastabend1-0/+3
2011-09-23ixgbe: cleanup X540 interrupt enablementDon Skidmore1-2/+2
2011-09-23ixgbe: DCB, do not call set_state() from IEEE modeJohn Fastabend4-42/+69
2011-09-23ixgbe: Reconfigure SR-IOV InitGreg Rose5-97/+225
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-2/+2
2011-09-17ixgbe: remove duplicate netif_tx_start_all_queuesEmil Tantilov1-2/+0
2011-09-17ixgbe: fix FCRTL/H register dump for X540Emil Tantilov1-0/+1
2011-09-17ixgbe: cleanup some register readsEmil Tantilov1-9/+21
2011-09-17ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCAlexander Duyck3-19/+35
2011-09-17ixgbe: drop adapter from ixgbe_fso call documentationAlexander Duyck1-1/+0
2011-09-17ixgbe: Add SFP support for missed 82598 PHYAlexander Duyck1-0/+3
2011-09-17ixgbe: Add missing code for enabling overheat sensor interruptAlexander Duyck1-0/+4
2011-09-17ixgbe: make ixgbe_up and ixgbe_up_complete void functionsAlexander Duyck2-18/+7
2011-09-17v2 ixgbe: Update packet buffer reservation to correct fdir headroom sizeAlexander Duyck1-4/+6
2011-09-17ixgbe: remove redundant configuration of tx_sample_rateAlexander Duyck1-9/+4
2011-09-17ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALLBen Hutchings1-0/+2