aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix possible null buffer errorJesse Brandeburg2011-10-031-2/+2
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-454/+583
|\
| * ixgbe: Add support for new 82599 adapterDon Skidmore2011-05-141-0/+2
| * ixgbe: cleanup some minor issues in ixgbe_down()Alexander Duyck2011-05-141-18/+16
| * ixgbe: Merge over-temp task into service taskAlexander Duyck2011-05-141-35/+52
| * ixgbe: Merge ATR reinit into the service taskAlexander Duyck2011-05-141-31/+34
| * ixgbe: merge reset task into service taskAlexander Duyck2011-05-141-23/+37
| * ixgbe: Merge watchdog functionality into service taskAlexander Duyck2011-05-141-164/+200
| * ixgbe: Combine SFP and multi-speed fiber task into single service taskAlexander Duyck2011-05-141-188/+200
| * ixgbe: Add macvlan support for VFGreg Rose2011-05-141-2/+26
| * ixgbe: add ethtool counters for OS2BMCEmil Tantilov2011-05-071-1/+6
| * ixgbe: add rxhash supportEmil Tantilov2011-05-071-1/+13
| * ixgbe: Cleanup PCIe bus speed infoDon Skidmore2011-05-041-2/+2
| * ixgbe: fix typo error with software defined pins on 82599Don Skidmore2011-05-041-1/+2
| * ixgbe: Bump versionDon Skidmore2011-04-271-2/+2
| * ixgbe: enable SCTP checksum offload for X540Don Skidmore2011-04-271-1/+7
| * ixgbe: fix static functionsJohn Fastabend2011-04-271-2/+2
| * ixgbe: remove ntuple display supportAlexander Duyck2011-04-271-3/+0
| * ixgbe: add support for new HWEmil Tantilov2011-04-131-0/+2
| * ixgbe: cleanup short msleep's (<20ms) to use usleep_rangeDon Skidmore2011-04-131-4/+4
| * ixgbe: move disabling of relaxed ordering in start_hw()Emil Tantilov2011-04-131-4/+0
| * ixgbe: update version string for Dell CEM useJeff Kirsher2011-04-131-2/+6
* | ixgbe,rcu: convert call_rcu(ring_free_rcu) to kfree_rcu()Lai Jiangshan2011-05-071-6/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* 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-071-1/+2
* ixgbe: add support to FCoE DDP in target modeYi Zou2011-03-071-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-191-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-131-7/+16
* ixgbe: update ntuple filter configurationAlexander Duyck2011-01-091-10/+11
* ixgbe: further flow director performance optimizationsAlexander Duyck2011-01-091-30/+77