summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+2
* ixgbe: change the eeprom version reported by ethtoolEmil Tantilov2011-10-173-10/+13
* ixgbe: allow eeprom writes via ethtoolEmil Tantilov2011-10-172-0/+73
* ixgbe: fix endianess when writing driver version to firmwareEmil Tantilov2011-10-171-8/+8
* ixgbe: Add new netdev op to turn spoof checking on or off per VFGreg Rose2011-10-164-10/+52
* ixgbe: fix skb truesize underestimationEric Dumazet2011-10-131-1/+1
* ixgbe: Correct check for change in FCoE priorityMark Rustad2011-10-121-2/+10
* ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.Amir Hanania2011-10-125-11/+56
* ixgbe: Add protection from VF invalid target DMAGreg Rose2011-10-122-1/+175
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-4/+0
* ixgbe: bump version numberDon Skidmore2011-10-061-2/+2
* ixgbe: X540 devices RX PFC frames pause traffic even if disabledJohn Fastabend2011-10-062-2/+12
* ixgbe: DCB X540 devices support max traffic class of 4John Fastabend2011-10-062-3/+19
* ixgbe: fixup hard dependencies on supporting 8 traffic classesJohn Fastabend2011-10-066-34/+101
* ixgbe: Fix PFC mask generationMark Rustad2011-10-061-1/+1
* ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599Emil Tantilov2011-10-053-8/+1
* ixgbe: get pauseparam autonegMika Lansirinne2011-10-051-7/+1
* ixgbe: do not disable flow control in ixgbe_check_mac_linkEmil Tantilov2011-10-052-11/+0
* ixgbe: send MFLCN to ethtoolEmil Tantilov2011-10-051-1/+4
* ixgbe: add support for new 82599 deviceEmil Tantilov2011-10-053-0/+3
* ixgbe: fix driver version initialization in firmwareJacob Keller2011-10-051-3/+5
* ixgbe: remove return code for functions that always return 0Emil Tantilov2011-10-051-21/+9
* ixgbe: clear the data field in ixgbe_read_i2c_byte_genericEmil Tantilov2011-10-051-1/+2
* ixgbe: prevent link checks while resettingEmil Tantilov2011-10-051-1/+2
* ixgbe: add ECC warning for legacy interruptsDon Skidmore2011-09-281-1/+5
* ixgbe: cleanup ixgbe_setup_gpie() for X540Don Skidmore2011-09-281-2/+12
* ixgbe add thermal sensor support for x540 hardwareJacob Keller2011-09-282-18/+50
* ixgbe: update {P}FC thresholds to account for X540 and loopbackJohn Fastabend2011-09-287-38/+190
* ixgbe: disable LLI for FCoEVasu Dev2011-09-281-3/+1
* ixgbe: Cleanup q_vector interrupt throttle rate logicEmil Tantilov2011-09-283-159/+96
* Merge git://github.com/Jkirsher/net-nextDavid S. Miller2011-09-2314-245/+435
|\
| * ixgbe: remove global reset to the MACEmil Tantilov2011-09-231-17/+2
| * ixgbe: add WOL support for X540Emil Tantilov2011-09-234-2/+30
| * ixgbe: avoid HW lockup when adapter is reset with Tx work pendingEmil Tantilov2011-09-236-85/+104
| * ixgbe: dcb, set priority to traffic class mappingsJohn Fastabend2011-09-231-0/+3
| * ixgbe: cleanup X540 interrupt enablementDon Skidmore2011-09-231-2/+2
| * ixgbe: DCB, do not call set_state() from IEEE modeJohn Fastabend2011-09-234-42/+69
| * ixgbe: Reconfigure SR-IOV InitGreg Rose2011-09-235-97/+225
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-2/+2
|/
* ixgbe: remove duplicate netif_tx_start_all_queuesEmil Tantilov2011-09-161-2/+0
* ixgbe: fix FCRTL/H register dump for X540Emil Tantilov2011-09-161-0/+1
* ixgbe: cleanup some register readsEmil Tantilov2011-09-161-9/+21
* ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCAlexander Duyck2011-09-163-19/+35
* ixgbe: drop adapter from ixgbe_fso call documentationAlexander Duyck2011-09-161-1/+0
* ixgbe: Add SFP support for missed 82598 PHYAlexander Duyck2011-09-161-0/+3
* ixgbe: Add missing code for enabling overheat sensor interruptAlexander Duyck2011-09-161-0/+4
* ixgbe: make ixgbe_up and ixgbe_up_complete void functionsAlexander Duyck2011-09-162-18/+7
* v2 ixgbe: Update packet buffer reservation to correct fdir headroom sizeAlexander Duyck2011-09-161-4/+6
* ixgbe: remove redundant configuration of tx_sample_rateAlexander Duyck2011-09-161-9/+4
* ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALLBen Hutchings2011-09-161-0/+2