aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-12ixgbe: add support for VF Transmit rate limit using iproute2Lior Levy1-0/+1
2011-03-12ixgbe: DCB during ifup use correct CEE or IEEE modeJohn Fastabend1-10/+20
2011-03-12ixgbe: DCB: enable RSS to be used with DCBJohn Fastabend1-7/+25
2011-03-12ixgbe: enable ndo_tc_setupJohn Fastabend1-1/+23
2011-03-12ixgbe: DCB, use multiple Tx rings per traffic classJohn Fastabend1-166/+173
2011-03-12ixgbe: DCB, implement capabilities flagsJohn Fastabend1-0/+1
2011-03-07ixgbe: Enable flow control pause parameter auto-negotiation supportEmil Tantilov1-1/+2
2011-03-07ixgbe: add support to FCoE DDP in target modeYi Zou1-0/+1
2011-03-03ixgbe: cleanup copyright string for 2011Don Skidmore1-2/+3
2011-03-03ixgbe: set media type for 82599 T3 LOMEmil Tantilov1-1/+1
2011-03-03ixgbe: balance free_irq calls with request_irq callsAlexander Duyck1-0/+5
2011-02-24ixgbe: Enable Jumbo Frames on the X540 10Gigabit ControllerGreg Rose1-2/+16
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2011-02-17ixgbe: fix panic due to uninitialised pointerAndy Gospodarek1-2/+4
2011-02-11ixgbe: Adding 100MB FULL support in ethtoolAtita Shirwaikar1-1/+4
2011-02-11ixgbe: cleanup namespace complaint by removing little used functionDon Skidmore1-10/+0
2011-02-11ixgbe: fix namespace issue with ixgbe_dcb_txq_to_tcDon Skidmore1-1/+1
2011-02-11ixgbe: DCB, implement 802.1Qaz routinesJohn Fastabend1-0/+4
2011-02-11ixgbe: DCB, remove round robin mode on 82598 devicesJohn Fastabend1-1/+0
2011-02-08ixgbe: update version stringDon Skidmore1-1/+1
2011-02-08ixgbe: fix for 82599 erratum on Header SplittingDon Skidmore1-2/+9
2011-02-08ixgbe: fix variable set but not used warnings by gcc 4.6Emil Tantilov1-3/+0
2011-01-13net: remove dev_txq_stats_fold()Eric Dumazet1-7/+16
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