summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix PHY link setup for 82599Emil Tantilov2011-08-041-0/+1
* ixgbe: fix __ixgbe_notify_dca() bail out codeDon Skidmore2011-08-041-1/+1
* intel drivers: repair missing flush operationsJesse Brandeburg2011-08-045-0/+11
* ixgbe: convert to ndo_fix_featuresDon Skidmore2011-07-223-217/+111Star
* 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-223-42/+37Star
* ixgbe: Move interrupt related values out of ring and into q_vectorAlexander Duyck2011-07-223-138/+62Star
* ixgbe: add structure for containing RX/TX rings to q_vectorAlexander Duyck2011-07-223-84/+88
* 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: implement DCB ops dcb_ieee_del()John Fastabend2011-06-251-6/+42
* ixgbe: remove unused fcoe.tc field and fcoe_setapp()John Fastabend2011-06-254-57/+1Star
* ixgbe: complete FCoE initialization from setapp() routineJohn Fastabend2011-06-251-13/+25
* ixgbe: A fix to VF TX rate limitLior Levy2011-06-252-1/+17
* ixgbe: Update method used for determining descriptor count for an skbAlexander Duyck2011-06-252-29/+33
* ixgbe: Add one function that handles most of context descriptor setupAlexander Duyck2011-06-253-222/+162Star
* 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-252-8/+12
* ixgbe: pass adapter struct instead of netdev for interrupt dataAlexander Duyck2011-06-251-11/+7Star
* ixgbe: update driver version stringDon Skidmore2011-06-242-5/+6
* ixgbe: fix ring assignment issues for SR-IOV and drop casesAlexander Duyck2011-06-242-3/+7
* ixgbe: disable RSC when Rx checksum is offEmil Tantilov2011-06-241-11/+33
* ixgbe: move reset code into a separate functionEmil Tantilov2011-06-241-12/+14
* ixgbe: move setting RSC into a separate functionEmil Tantilov2011-06-241-16/+18
* ixgbe: add support for nfc addition and removal of filtersAlexander Duyck2011-06-242-0/+290
* ixgbe: add support for displaying ntuple filters via the nfc interfaceAlexander Duyck2011-06-242-0/+113
* ixgbe: add basic support for setting and getting nfc controlsAlexander Duyck2011-06-241-0/+19
* ixgbe: update perfect filter framework to support retaining filtersAlexander Duyck2011-06-244-280/+368
* ixgbe: fix flags relating to perfect filters to support coexistenceAlexander Duyck2011-06-243-41/+30Star
* ixgbe: remove ntuple filteringAlexander Duyck2011-06-241-136/+0Star
* ixgbe: setup per CPU PCI pool for FCoE DDPVasu Dev2011-06-212-36/+82
* ixgbe: add support for Dell CEMEmil Tantilov2011-06-217-0/+229
* ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routineJohn Fastabend2011-06-211-57/+1Star
* ixgbe: DCB and perfect filters can coexistJohn Fastabend2011-06-211-1/+0Star
* 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-212-60/+49Star
* ixgbe: configure minimal packet buffers to support TCJohn Fastabend2011-06-213-114/+138
* ixgbe: consolidate MRQC and MTQC handlingJohn Fastabend2011-06-212-57/+7Star
* ixgbe: consolidate packet buffer allocationJohn Fastabend2011-06-2113-170/+160Star
* ixgbe: dcbnl reduce duplicated code and indentationJohn Fastabend2011-06-211-26/+23Star
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-072-0/+2
* drivers/net: Remove unnecessary semicolonsJoe Perches2011-06-052-4/+4
* 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-2017-951/+2024
|\
| * ixgbe: Add support for new 82599 adapterDon Skidmore2011-05-153-0/+7
| * ixgbe: fix sparse warningEmil Tantilov2011-05-151-1/+1