summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Move the Intel wired LAN driversJeff Kirsher2011-08-111-7934/+0Star
* ixgbe: fix __ixgbe_notify_dca() bail out codeDon Skidmore2011-08-041-1/+1
* intel drivers: repair missing flush operationsJesse Brandeburg2011-08-041-0/+1
* ixgbe: convert to ndo_fix_featuresDon Skidmore2011-07-221-25/+110
* ixgbe: only enable WoL for magic packet by defaultAndy Gospodarek2011-07-221-6/+3Star
* ixgbe: remove ifdef check for non-existent defineEmil Tantilov2011-07-221-2/+0Star
* ixgbe: Pass staterr instead of re-reading status and error bits from descriptorAlexander Duyck2011-07-221-11/+28
* ixgbe: Move interrupt related values out of ring and into q_vectorAlexander Duyck2011-07-221-125/+45Star
* ixgbe: add structure for containing RX/TX rings to q_vectorAlexander Duyck2011-07-221-75/+75
* ixgbe: inline the ixgbe_maybe_stop_tx functionAlexander Duyck2011-07-221-1/+1
* ixgbe: Update ATR to use recorded TX queues instead of CPU for routingAlexander Duyck2011-07-221-4/+3Star
* ixgbe: Make certain to initialize the fdir_perfect_lock in all casesAlexander Duyck2011-07-121-2/+3
* ixgbe: remove unused fcoe.tc field and fcoe_setapp()John Fastabend2011-06-251-1/+0Star
* ixgbe: Update method used for determining descriptor count for an skbAlexander Duyck2011-06-251-29/+26Star
* ixgbe: Add one function that handles most of context descriptor setupAlexander Duyck2011-06-251-166/+129Star
* ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16Alexander Duyck2011-06-251-6/+7
* ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline functionAlexander Duyck2011-06-251-5/+5
* ixgbe: pass adapter struct instead of netdev for interrupt dataAlexander Duyck2011-06-251-11/+7Star
* ixgbe: update driver version stringDon Skidmore2011-06-241-4/+4
* ixgbe: fix ring assignment issues for SR-IOV and drop casesAlexander Duyck2011-06-241-3/+5
* ixgbe: add support for nfc addition and removal of filtersAlexander Duyck2011-06-241-0/+45
* ixgbe: update perfect filter framework to support retaining filtersAlexander Duyck2011-06-241-1/+1
* ixgbe: fix flags relating to perfect filters to support coexistenceAlexander Duyck2011-06-241-22/+12Star
* ixgbe: add support for Dell CEMEmil Tantilov2011-06-211-0/+4
* ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routineJohn Fastabend2011-06-211-57/+1Star
* ixgbe: fix bit mask for DCB versionJohn Fastabend2011-06-211-1/+1
* ixgbe: setup redirection table for multiple packet buffersJohn Fastabend2011-06-211-1/+5
* ixgbe: DCB 82598 devices, tx_idx and rx_idx swappedJohn Fastabend2011-06-211-2/+2
* ixgbe: DCB use existing TX and RX queuesJohn Fastabend2011-06-211-58/+49Star
* ixgbe: configure minimal packet buffers to support TCJohn Fastabend2011-06-211-100/+135
* ixgbe: consolidate MRQC and MTQC handlingJohn Fastabend2011-06-211-0/+7
* ixgbe: consolidate packet buffer allocationJohn Fastabend2011-06-211-1/+15
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-231-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-151-0/+2
| * ixgbe: cleanup some minor issues in ixgbe_down()Alexander Duyck2011-05-151-18/+16Star
| * ixgbe: Merge over-temp task into service taskAlexander Duyck2011-05-151-35/+52
| * ixgbe: Merge ATR reinit into the service taskAlexander Duyck2011-05-151-31/+34
| * ixgbe: merge reset task into service taskAlexander Duyck2011-05-151-23/+37
| * ixgbe: Merge watchdog functionality into service taskAlexander Duyck2011-05-151-164/+200
| * ixgbe: Combine SFP and multi-speed fiber task into single service taskAlexander Duyck2011-05-151-188/+200
| * ixgbe: Add macvlan support for VFGreg Rose2011-05-151-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