aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-09ixgbe: update ntuple filter configurationAlexander Duyck1-10/+11
2011-01-09ixgbe: further flow director performance optimizationsAlexander Duyck1-30/+77
2011-01-09ixgbe: cleanup flow director hash computation to improve performanceAlexander Duyck1-6/+5
2011-01-09ixgbe: make sure per Rx queue is disabled before unmapping the receive bufferYi Zou1-4/+36
2010-12-24ixgbe: Add anti-spoofing feature supportGreg Rose1-0/+24
2010-12-24ixgbe: Add SR-IOV feature support to X540Greg Rose1-1/+1
2010-12-12igb[v],ixgbe: don't use flush_scheduled_work()Tejun Heo1-4/+7
2010-12-10ixgbe: cleanup string function calls to use bound checking versions.Don Skidmore1-8/+8
2010-12-10ixgbe: fix X540 to use it's own info structDon Skidmore1-8/+8
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2010-12-06ixgbe: fix enum type mismatch on disable laserDon Skidmore1-3/+3
2010-12-06ixgbe: fix possible NULL pointer deference in shutdown pathDon Skidmore1-0/+3
2010-12-03ixgbe: add support for new format of PBA numbersDon Skidmore1-8/+10
2010-12-03ixgbe: add support for 82599 FCoE SKUDon Skidmore1-0/+4
2010-12-03ixgbe: add WOL support for SFP+ subdeviceDon Skidmore1-5/+10
2010-12-03ixgbe: fix link behavior for SFP+ when driver is brought downDon Skidmore1-8/+18
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-6/+4
2010-11-21ixgbe: update version number for ixgbeDon Skidmore1-1/+1
2010-11-16ixgbe: refactor ixgbe_alloc_queues()Eric Dumazet1-44/+28
2010-11-16ixgbe: add support for x540 MACDon Skidmore1-5/+54
2010-11-16ixgbe: add MAC and PHY support for x540Don Skidmore1-0/+1
2010-11-16ixgbe: rework Tx hang detection to fix reoccurring false Tx hangsJohn Fastabend1-79/+171
2010-11-16ixgbe: Resolve null function pointer accesses on 82598 w/ multi-speed fiberAlexander Duyck1-3/+3
2010-11-16ixgbe: populate the ring->q_vector pointer during ring mappingAlexander Duyck1-0/+4
2010-11-16ixgbe: cleanup ixgbe_map_rings_to_vectorsAlexander Duyck1-27/+28
2010-11-16ixgbe: simplify math and improve stack use of ixgbe_set_itr functionsAlexander Duyck1-9/+8
2010-11-16ixgbe: cleanup unclear references to reg_idxAlexander Duyck1-60/+60
2010-11-16ixgbe: cleanup unnecessary return value in ixgbe_cache_ring_rssAlexander Duyck1-11/+8
2010-11-16ixgbe: add WOL support for backplane adaptersAlexander Duyck1-0/+7
2010-11-16ixgbe: change mac_type if statements to switch statementsAlexander Duyck1-134/+217
2010-11-16ixgbe: cleanup use of ixgbe_rsc_count and RSC_CBAlexander Duyck1-27/+28
2010-11-16ixgbe: cleanup ATR filter setup functionAlexander Duyck1-28/+22
2010-11-16ixgbe: cleanup ixgbe_clean_rx_irqAlexander Duyck1-71/+78
2010-11-16ixgbe: change vector numbering so that queues end up on correct CPUsAlexander Duyck1-2/+4
2010-11-16ixgbe: reorder Tx cleanup so that if adapter will reset we don't rearmAlexander Duyck1-19/+18
2010-11-16ixgbe: cleanup race conditions in link setupAlexander Duyck1-28/+19
2010-11-16ixgbe: add a state flags to ringAlexander Duyck1-28/+39
2010-11-16ixgbe: move CPU variable from ring into q_vector, add ring->q_vectorAlexander Duyck1-67/+107
2010-11-16ixgbe: move adapter into pci_dev driver data instead of netdevAlexander Duyck1-16/+14
2010-11-16ixgbe: remove residual code left over from earlier combining of TXDCTLAlexander Duyck1-12/+3
2010-11-16ixgbe: move ixgbe_clear_interrupt_scheme to before pci_save_stateAlexander Duyck1-2/+2
2010-11-16ixgbe: add a netdev pointer to the ring structureAlexander Duyck1-26/+29
2010-11-16ixgbe: combine some stats into a union to allow for Tx/Rx stats overlapAlexander Duyck1-23/+45
2010-11-16ixgbe: move device pointer into the ring structureAlexander Duyck1-84/+73
2010-11-16ixgbe: drop ring->head, make ring->tail a pointer instead of offsetAlexander Duyck1-25/+10
2010-11-16ixgbe: cleanup ixgbe_alloc_rx_buffersAlexander Duyck1-39/+42
2010-11-16ixgbe: move GSO segments and byte count processing into ixgbe_tx_mapAlexander Duyck1-32/+25
2010-11-16ixgbe: DCB: credit max only needs to be gt TSO size for 82598John Fastabend1-2/+2
2010-11-16ixgbe: DCB set PFC high and low water marks per data sheet specsJohn Fastabend1-2/+7
2010-11-16ixgbe: delay rx_ring freeingEric Dumazet1-10/+24