summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: add support for VF Transmit rate limit using iproute2Lior Levy2011-03-121-0/+1
* ixgbe: DCB during ifup use correct CEE or IEEE modeJohn Fastabend2011-03-121-10/+20
* ixgbe: DCB: enable RSS to be used with DCBJohn Fastabend2011-03-121-7/+25
* ixgbe: enable ndo_tc_setupJohn Fastabend2011-03-121-1/+23
* ixgbe: DCB, use multiple Tx rings per traffic classJohn Fastabend2011-03-121-166/+173
* ixgbe: DCB, implement capabilities flagsJohn Fastabend2011-03-121-0/+1
* ixgbe: Enable flow control pause parameter auto-negotiation supportEmil Tantilov2011-03-081-1/+2
* ixgbe: add support to FCoE DDP in target modeYi Zou2011-03-081-0/+1
* ixgbe: cleanup copyright string for 2011Don Skidmore2011-03-031-2/+3
* ixgbe: set media type for 82599 T3 LOMEmil Tantilov2011-03-031-1/+1
* ixgbe: balance free_irq calls with request_irq callsAlexander Duyck2011-03-031-0/+5
* ixgbe: Enable Jumbo Frames on the X540 10Gigabit ControllerGreg Rose2011-02-241-2/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-201-2/+4
|\
| * ixgbe: fix panic due to uninitialised pointerAndy Gospodarek2011-02-171-2/+4
* | ixgbe: Adding 100MB FULL support in ethtoolAtita Shirwaikar2011-02-111-1/+4
* | ixgbe: cleanup namespace complaint by removing little used functionDon Skidmore2011-02-111-10/+0
* | ixgbe: fix namespace issue with ixgbe_dcb_txq_to_tcDon Skidmore2011-02-111-1/+1
* | ixgbe: DCB, implement 802.1Qaz routinesJohn Fastabend2011-02-111-0/+4
* | ixgbe: DCB, remove round robin mode on 82598 devicesJohn Fastabend2011-02-111-1/+0
|/
* ixgbe: update version stringDon Skidmore2011-02-081-1/+1
* ixgbe: fix for 82599 erratum on Header SplittingDon Skidmore2011-02-081-2/+9
* ixgbe: fix variable set but not used warnings by gcc 4.6Emil Tantilov2011-02-081-3/+0
* net: remove dev_txq_stats_fold()Eric Dumazet2011-01-141-7/+16
* ixgbe: update ntuple filter configurationAlexander Duyck2011-01-101-10/+11
* ixgbe: further flow director performance optimizationsAlexander Duyck2011-01-101-30/+77
* ixgbe: cleanup flow director hash computation to improve performanceAlexander Duyck2011-01-101-6/+5
* ixgbe: make sure per Rx queue is disabled before unmapping the receive bufferYi Zou2011-01-101-4/+36
* ixgbe: Add anti-spoofing feature supportGreg Rose2010-12-251-0/+24
* ixgbe: Add SR-IOV feature support to X540Greg Rose2010-12-251-1/+1
* igb[v],ixgbe: don't use flush_scheduled_work()Tejun Heo2010-12-121-4/+7
* ixgbe: cleanup string function calls to use bound checking versions.Don Skidmore2010-12-111-8/+8
* ixgbe: fix X540 to use it's own info structDon Skidmore2010-12-111-8/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-0/+3
|\
| * ixgbe: fix possible NULL pointer deference in shutdown pathDon Skidmore2010-12-061-0/+3
* | ixgbe: fix enum type mismatch on disable laserDon Skidmore2010-12-061-3/+3
* | ixgbe: add support for new format of PBA numbersDon Skidmore2010-12-031-8/+10
* | ixgbe: add support for 82599 FCoE SKUDon Skidmore2010-12-031-0/+4
* | ixgbe: add WOL support for SFP+ subdeviceDon Skidmore2010-12-031-5/+10
* | ixgbe: fix link behavior for SFP+ when driver is brought downDon Skidmore2010-12-031-8/+18
* | drivers/net: use vzalloc()Eric Dumazet2010-11-281-6/+4
* | ixgbe: update version number for ixgbeDon Skidmore2010-11-211-1/+1
* | ixgbe: refactor ixgbe_alloc_queues()Eric Dumazet2010-11-171-44/+28
* | ixgbe: add support for x540 MACDon Skidmore2010-11-171-5/+54
* | ixgbe: add MAC and PHY support for x540Don Skidmore2010-11-171-0/+1
* | ixgbe: rework Tx hang detection to fix reoccurring false Tx hangsJohn Fastabend2010-11-171-79/+171
* | ixgbe: Resolve null function pointer accesses on 82598 w/ multi-speed fiberAlexander Duyck2010-11-171-3/+3
* | ixgbe: populate the ring->q_vector pointer during ring mappingAlexander Duyck2010-11-171-0/+4
* | ixgbe: cleanup ixgbe_map_rings_to_vectorsAlexander Duyck2010-11-171-27/+28
* | ixgbe: simplify math and improve stack use of ixgbe_set_itr functionsAlexander Duyck2010-11-171-9/+8
* | ixgbe: cleanup unclear references to reg_idxAlexander Duyck2010-11-171-60/+60