summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe/ixgbe.h
AgeCommit message (Expand)Author
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
2010-08-19ixgbe: bump PS header size to 512 bytesAlexander Duyck
2010-06-15ixgbe: update set_rx_mode to fix issues w/ macvlanAlexander Duyck
2010-06-03ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov
2010-05-20ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala
2010-05-05ixgbe: Add support for VF MAC and VLAN configurationGreg Rose
2010-05-03Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"David S. Miller
2010-04-27ixgbe: disable MSI-X by default on certain Cisco adaptersNicholas Nunley
2010-03-26ixgbe: cleanup maximum number of tx queuesJohn Fastabend
2010-02-10ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz
2010-02-03ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz
2010-02-03ixgbe: Allocate driver resources per NUMA nodeJesse Brandeburg