aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe.h
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Merge over-temp task into service taskAlexander Duyck2011-05-141-1/+1
* ixgbe: Merge ATR reinit into the service taskAlexander Duyck2011-05-141-1/+2
* ixgbe: merge reset task into service taskAlexander Duyck2011-05-141-1/+1
* ixgbe: Merge watchdog functionality into service taskAlexander Duyck2011-05-141-2/+0
* ixgbe: Combine SFP and multi-speed fiber task into single service taskAlexander Duyck2011-05-141-13/+13
* ixgbe: move flags and state into the same cachelineAlexander Duyck2011-05-141-43/+45
* ixgbe: Add macvlan support for VFGreg Rose2011-05-141-0/+13
* ixgbe: convert to ethtool set_phys_idEmil Tantilov2011-04-271-0/+1
* ixgbe: add support for VF Transmit rate limit using iproute2Lior Levy2011-03-121-0/+2
* ixgbe: DCB, use multiple Tx rings per traffic classJohn Fastabend2011-03-121-1/+3
* ixgbe: DCB, implement capabilities flagsJohn Fastabend2011-03-121-0/+1
* ixgbe: add support to FCoE DDP in target modeYi Zou2011-03-071-0/+2
* ixgbe: cleanup copyright string for 2011Don Skidmore2011-03-031-1/+1
* ixgbe: fix namespace issue with ixgbe_dcb_txq_to_tcDon Skidmore2011-02-111-1/+0
* ixgbe: DCB, implement 802.1Qaz routinesJohn Fastabend2011-02-111-0/+4
* ixgbe: update ntuple filter configurationAlexander Duyck2011-01-091-14/+0
* ixgbe: further flow director performance optimizationsAlexander Duyck2011-01-091-1/+2
* ixgbe: cleanup flow director hash computation to improve performanceAlexander Duyck2011-01-091-9/+9
* ixgbe: make sure per Rx queue is disabled before unmapping the receive bufferYi Zou2011-01-091-0/+2
* ixgbe: add support for x540 MACDon Skidmore2010-11-161-0/+4
* ixgbe: add MAC and PHY support for x540Don Skidmore2010-11-161-0/+2
* ixgbe: rework Tx hang detection to fix reoccurring false Tx hangsJohn Fastabend2010-11-161-0/+4
* ixgbe: cleanup ixgbe_map_rings_to_vectorsAlexander Duyck2010-11-161-1/+2
* ixgbe: cleanup use of ixgbe_rsc_count and RSC_CBAlexander Duyck2010-11-161-0/+7
* ixgbe: add a state flags to ringAlexander Duyck2010-11-161-11/+33
* ixgbe: move CPU variable from ring into q_vector, add ring->q_vectorAlexander Duyck2010-11-161-5/+4
* ixgbe: add a netdev pointer to the ring structureAlexander Duyck2010-11-161-4/+2
* ixgbe: combine some stats into a union to allow for Tx/Rx stats overlapAlexander Duyck2010-11-161-6/+18
* ixgbe: move device pointer into the ring structureAlexander Duyck2010-11-161-5/+6
* ixgbe: drop ring->head, make ring->tail a pointer instead of offsetAlexander Duyck2010-11-161-2/+1
* ixgbe: cleanup ixgbe_alloc_rx_buffersAlexander Duyck2010-11-161-1/+1
* ixgbe: move GSO segments and byte count processing into ixgbe_tx_mapAlexander Duyck2010-11-161-1/+3
* ixgbe: DCB set PFC high and low water marks per data sheet specsJohn Fastabend2010-11-161-2/+0
* ixgbe: delay rx_ring freeingEric Dumazet2010-11-161-0/+1
* ixgbe: fix stats handlingEric Dumazet2010-10-211-1/+2
* ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross2010-10-211-1/+3
* ixgbe: Use affinity_hint when Flow Director is enabledPeter Waskiewicz2010-10-061-0/+2
* ixgbe: rewrite ethtool test to use standard config functionsAlexander Duyck2010-08-191-0/+11
* ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck2010-08-191-3/+3
* ixgbe: bump PS header size to 512 bytesAlexander Duyck2010-08-191-4/+9
* ixgbe: update set_rx_mode to fix issues w/ macvlanAlexander Duyck2010-06-151-1/+0
* ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov2010-06-031-5/+3
* ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala2010-05-201-0/+3
* ixgbe: Add support for VF MAC and VLAN configurationGreg Rose2010-05-051-0/+3
* Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"David S. Miller2010-05-031-4/+0
* ixgbe: disable MSI-X by default on certain Cisco adaptersNicholas Nunley2010-04-271-0/+4
* ixgbe: cleanup maximum number of tx queuesJohn Fastabend2010-03-261-2/+5
* ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz2010-02-101-0/+4
* ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz2010-02-031-2/+3
* ixgbe: Allocate driver resources per NUMA nodeJesse Brandeburg2010-02-031-0/+2