summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe/ixgbe.h
AgeCommit message (Expand)Author
2011-03-12ixgbe: DCB, implement capabilities flagsJohn Fastabend
2011-03-08ixgbe: 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-10ixgbe: update ntuple filter configurationAlexander Duyck
2011-01-10ixgbe: further flow director performance optimizationsAlexander Duyck
2011-01-10ixgbe: cleanup flow director hash computation to improve performanceAlexander Duyck
2011-01-10ixgbe: make sure per Rx queue is disabled before unmapping the receive bufferYi Zou
2010-11-17ixgbe: add support for x540 MACDon Skidmore
2010-11-17ixgbe: add MAC and PHY support for x540Don Skidmore
2010-11-17ixgbe: rework Tx hang detection to fix reoccurring false Tx hangsJohn Fastabend
2010-11-17ixgbe: cleanup ixgbe_map_rings_to_vectorsAlexander Duyck
2010-11-17ixgbe: cleanup use of ixgbe_rsc_count and RSC_CBAlexander Duyck
2010-11-17ixgbe: add a state flags to ringAlexander Duyck
2010-11-17ixgbe: move CPU variable from ring into q_vector, add ring->q_vectorAlexander Duyck
2010-11-17ixgbe: add a netdev pointer to the ring structureAlexander Duyck
2010-11-17ixgbe: combine some stats into a union to allow for Tx/Rx stats overlapAlexander Duyck
2010-11-17ixgbe: move device pointer into the ring structureAlexander Duyck
2010-11-17ixgbe: drop ring->head, make ring->tail a pointer instead of offsetAlexander Duyck
2010-11-17ixgbe: cleanup ixgbe_alloc_rx_buffersAlexander Duyck
2010-11-17ixgbe: move GSO segments and byte count processing into ixgbe_tx_mapAlexander Duyck
2010-11-17ixgbe: DCB set PFC high and low water marks per data sheet specsJohn Fastabend
2010-11-17ixgbe: 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-07ixgbe: 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-04ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov
2010-05-21ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala
2010-05-06ixgbe: 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-28ixgbe: disable MSI-X by default on certain Cisco adaptersNicholas Nunley
2010-03-26ixgbe: cleanup maximum number of tx queuesJohn Fastabend
2010-02-11ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz
2010-02-04ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz
2010-02-04ixgbe: Allocate driver resources per NUMA nodeJesse Brandeburg
2010-02-04ixgbe: only process one ixgbe_watchdog_task at a time.John Fastabend
2010-01-23ixgbe: Remove unused emulation MAC storage from the per VF data structure.Greg Rose
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-14ixgbe: update copyright datesShannon Nelson
2010-01-10ixgbe: Add SR-IOV register, structure and bit definesGreg Rose
2009-12-03ixgbe: performance tweaksJesse Brandeburg
2009-12-03ixgbe: change default ring sizeJesse Brandeburg
2009-12-03ixgbe: remove skb_dma_map/unmap calls from driverAlexander Duyck
2009-11-23ixgbe: Modify 82599 HWRSC statistics countersMallikarjuna R Chilakala
2009-10-29ixgbe: Add support for netdev_ops.ndo_fcoe_get_wwn to 82599Yi Zou