summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe/ixgbe.h
AgeCommit message (Expand)Author
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher
2011-07-21ixgbe: convert to ndo_fix_featuresDon Skidmore
2011-07-21ixgbe: Pass staterr instead of re-reading status and error bits from descriptorAlexander Duyck
2011-07-21ixgbe: Move interrupt related values out of ring and into q_vectorAlexander Duyck
2011-07-21ixgbe: add structure for containing RX/TX rings to q_vectorAlexander Duyck
2011-06-25ixgbe: Update method used for determining descriptor count for an skbAlexander Duyck
2011-06-25ixgbe: Add one function that handles most of context descriptor setupAlexander Duyck
2011-06-25ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline functionAlexander Duyck
2011-06-23ixgbe: add support for displaying ntuple filters via the nfc interfaceAlexander Duyck
2011-06-23ixgbe: update perfect filter framework to support retaining filtersAlexander Duyck
2011-06-21ixgbe: DCB use existing TX and RX queuesJohn Fastabend
2011-05-14ixgbe: Merge over-temp task into service taskAlexander Duyck
2011-05-14ixgbe: Merge ATR reinit into the service taskAlexander Duyck
2011-05-14ixgbe: merge reset task into service taskAlexander Duyck
2011-05-14ixgbe: Merge watchdog functionality into service taskAlexander Duyck
2011-05-14ixgbe: Combine SFP and multi-speed fiber task into single service taskAlexander Duyck
2011-05-14ixgbe: move flags and state into the same cachelineAlexander Duyck
2011-05-14ixgbe: Add macvlan support for VFGreg Rose
2011-04-27ixgbe: convert to ethtool set_phys_idEmil Tantilov
2011-03-12ixgbe: add support for VF Transmit rate limit using iproute2Lior Levy
2011-03-12ixgbe: DCB, use multiple Tx rings per traffic classJohn Fastabend
2011-03-12ixgbe: DCB, implement capabilities flagsJohn Fastabend
2011-03-07ixgbe: add support to FCoE DDP in target modeYi Zou
2011-03-03ixgbe: cleanup copyright string for 2011Don Skidmore
2011-02-11ixgbe: fix namespace issue with ixgbe_dcb_txq_to_tcDon Skidmore
2011-02-11ixgbe: DCB, implement 802.1Qaz routinesJohn Fastabend
2011-01-09ixgbe: update ntuple filter configurationAlexander Duyck
2011-01-09ixgbe: further flow director performance optimizationsAlexander Duyck
2011-01-09ixgbe: cleanup flow director hash computation to improve performanceAlexander Duyck
2011-01-09ixgbe: make sure per Rx queue is disabled before unmapping the receive bufferYi Zou
2010-11-16ixgbe: add support for x540 MACDon Skidmore
2010-11-16ixgbe: add MAC and PHY support for x540Don Skidmore
2010-11-16ixgbe: rework Tx hang detection to fix reoccurring false Tx hangsJohn Fastabend
2010-11-16ixgbe: cleanup ixgbe_map_rings_to_vectorsAlexander Duyck
2010-11-16ixgbe: cleanup use of ixgbe_rsc_count and RSC_CBAlexander Duyck
2010-11-16ixgbe: add a state flags to ringAlexander Duyck
2010-11-16ixgbe: move CPU variable from ring into q_vector, add ring->q_vectorAlexander Duyck
2010-11-16ixgbe: add a netdev pointer to the ring structureAlexander Duyck
2010-11-16ixgbe: combine some stats into a union to allow for Tx/Rx stats overlapAlexander Duyck
2010-11-16ixgbe: move device pointer into the ring structureAlexander Duyck
2010-11-16ixgbe: drop ring->head, make ring->tail a pointer instead of offsetAlexander Duyck
2010-11-16ixgbe: cleanup ixgbe_alloc_rx_buffersAlexander Duyck
2010-11-16ixgbe: move GSO segments and byte count processing into ixgbe_tx_mapAlexander Duyck
2010-11-16ixgbe: DCB set PFC high and low water marks per data sheet specsJohn Fastabend
2010-11-16ixgbe: delay rx_ring freeingEric Dumazet
2010-10-21ixgbe: fix stats handlingEric Dumazet
2010-10-21ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross
2010-10-06ixgbe: Use affinity_hint when Flow Director is enabledPeter Waskiewicz
2010-08-19ixgbe: rewrite ethtool test to use standard config functionsAlexander Duyck
2010-08-19ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck