aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-12ixgbe: add support for VF Transmit rate limit using iproute2Lior Levy1-0/+2
2011-03-12ixgbe: DCB, use multiple Tx rings per traffic classJohn Fastabend1-1/+3
2011-03-12ixgbe: DCB, implement capabilities flagsJohn Fastabend1-0/+1
2011-03-07ixgbe: add support to FCoE DDP in target modeYi Zou1-0/+2
2011-03-03ixgbe: cleanup copyright string for 2011Don Skidmore1-1/+1
2011-02-11ixgbe: fix namespace issue with ixgbe_dcb_txq_to_tcDon Skidmore1-1/+0
2011-02-11ixgbe: DCB, implement 802.1Qaz routinesJohn Fastabend1-0/+4
2011-01-09ixgbe: update ntuple filter configurationAlexander Duyck1-14/+0
2011-01-09ixgbe: further flow director performance optimizationsAlexander Duyck1-1/+2
2011-01-09ixgbe: cleanup flow director hash computation to improve performanceAlexander Duyck1-9/+9
2011-01-09ixgbe: make sure per Rx queue is disabled before unmapping the receive bufferYi Zou1-0/+2
2010-11-16ixgbe: add support for x540 MACDon Skidmore1-0/+4
2010-11-16ixgbe: add MAC and PHY support for x540Don Skidmore1-0/+2
2010-11-16ixgbe: rework Tx hang detection to fix reoccurring false Tx hangsJohn Fastabend1-0/+4
2010-11-16ixgbe: cleanup ixgbe_map_rings_to_vectorsAlexander Duyck1-1/+2
2010-11-16ixgbe: cleanup use of ixgbe_rsc_count and RSC_CBAlexander Duyck1-0/+7
2010-11-16ixgbe: add a state flags to ringAlexander Duyck1-11/+33
2010-11-16ixgbe: move CPU variable from ring into q_vector, add ring->q_vectorAlexander Duyck1-5/+4
2010-11-16ixgbe: add a netdev pointer to the ring structureAlexander Duyck1-4/+2
2010-11-16ixgbe: combine some stats into a union to allow for Tx/Rx stats overlapAlexander Duyck1-6/+18
2010-11-16ixgbe: move device pointer into the ring structureAlexander Duyck1-5/+6
2010-11-16ixgbe: drop ring->head, make ring->tail a pointer instead of offsetAlexander Duyck1-2/+1
2010-11-16ixgbe: cleanup ixgbe_alloc_rx_buffersAlexander Duyck1-1/+1
2010-11-16ixgbe: move GSO segments and byte count processing into ixgbe_tx_mapAlexander Duyck1-1/+3
2010-11-16ixgbe: DCB set PFC high and low water marks per data sheet specsJohn Fastabend1-2/+0
2010-11-16ixgbe: delay rx_ring freeingEric Dumazet1-0/+1
2010-10-21ixgbe: fix stats handlingEric Dumazet1-1/+2
2010-10-21ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross1-1/+3
2010-10-06ixgbe: Use affinity_hint when Flow Director is enabledPeter Waskiewicz1-0/+2
2010-08-19ixgbe: rewrite ethtool test to use standard config functionsAlexander Duyck1-0/+11
2010-08-19ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck1-3/+3
2010-08-19ixgbe: bump PS header size to 512 bytesAlexander Duyck1-4/+9
2010-06-15ixgbe: update set_rx_mode to fix issues w/ macvlanAlexander Duyck1-1/+0
2010-06-03ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov1-5/+3
2010-05-20ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala1-0/+3
2010-05-05ixgbe: Add support for VF MAC and VLAN configurationGreg Rose1-0/+3
2010-05-03Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"David S. Miller1-4/+0
2010-04-27ixgbe: disable MSI-X by default on certain Cisco adaptersNicholas Nunley1-0/+4
2010-03-26ixgbe: cleanup maximum number of tx queuesJohn Fastabend1-2/+5
2010-02-10ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz1-0/+4
2010-02-03ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz1-2/+3
2010-02-03ixgbe: Allocate driver resources per NUMA nodeJesse Brandeburg1-0/+2
2010-02-03ixgbe: only process one ixgbe_watchdog_task at a time.John Fastabend1-9/+8
2010-01-23ixgbe: Remove unused emulation MAC storage from the per VF data structure.Greg Rose1-1/+0
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-01-13ixgbe: update copyright datesShannon Nelson1-1/+1
2010-01-10ixgbe: Add SR-IOV register, structure and bit definesGreg Rose1-2/+29
2009-12-03ixgbe: performance tweaksJesse Brandeburg1-11/+9
2009-12-03ixgbe: change default ring sizeJesse Brandeburg1-2/+2
2009-12-02ixgbe: remove skb_dma_map/unmap calls from driverAlexander Duyck1-0/+1