summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Fix build with PCI_IOV enabled.David S. Miller2012-07-221-1/+1
* ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck2012-07-212-7/+17
* ixgbe: add support for new 82599 deviceDon Skidmore2012-07-212-0/+2
* ixgbe: remove extra unused queues in DCB + FCoE caseJohn Fastabend2012-07-211-5/+8
* ixgbe: fix RAR entry counting for generic and fdb_add()John Fastabend2012-07-211-8/+19
* ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UPAlexander Duyck2012-07-211-4/+8
* ixgbe: Reduce Rx header size to what is actually usedAlexander Duyck2012-07-212-9/+10
* ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck2012-07-212-24/+46
* ixgbe: Change how we check for pre-existing and assigned VFsAlexander Duyck2012-07-214-94/+45
* ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck2012-07-213-32/+28
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-07-2010-248/+344
|\
| * ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flagAlexander Duyck2012-07-192-8/+13
| * ixgbe: Only enable anti-spoof on VF poolsAlexander Duyck2012-07-191-9/+11
| * ixgbe: Correctly set SAN MAC RAR pool to default pool of PFAlexander Duyck2012-07-196-3/+46
| * ixgbe: Make FCoE allocation and configuration closer to how rings workAlexander Duyck2012-07-194-122/+154
| * ixgbe: Merge all FCoE percpu values into a single structureAlexander Duyck2012-07-193-86/+86
| * ixgbe: Cleanup configuration of FCoE registersAlexander Duyck2012-07-192-27/+32
| * ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ APIAlexander Duyck2012-07-192-17/+17
| * ixgbe: Fix memory leak when SR-IOV VFs are direct assignedAlexander Duyck2012-07-191-4/+11
| * ixgbe: Use VMDq offset to indicate the default poolAlexander Duyck2012-07-193-19/+21
* | ixgbe: use PCI_VENDOR_ID_INTELJon Mason2012-07-203-9/+6
|/
* ixgbe: Cleanup holes in flags after removing several of themAlexander Duyck2012-07-181-25/+25
* ixgbe: Retire RSS enabled and capable flagsAlexander Duyck2012-07-184-37/+8
* ixgbe: Add support for SR-IOV w/ DCB or RSSAlexander Duyck2012-07-184-47/+423
* ixgbe: Update configure virtualization to allow for multiple PF poolsAlexander Duyck2012-07-181-12/+12
* ixgbe: Cleanup logic for MRQC and MTQC configurationAlexander Duyck2012-07-171-50/+66
* ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configurationAlexander Duyck2012-07-172-50/+42
* ixgbe: Move configuration of set_real_num_rx/tx_queues into openAlexander Duyck2012-07-172-56/+38
* ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources callsAlexander Duyck2012-07-171-4/+16
* ixgbe: Ping the VFs on link status change to trigger link changeAlexander Duyck2012-07-171-0/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-07-167-212/+226
|\
| * ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB configAlexander Duyck2012-07-142-147/+129
| * ixgbe: Add function for obtaining FCoE TC based on FCoE user priorityAlexander Duyck2012-07-144-15/+22
| * ixgbe: Populate the prio_tc_map in ixgbe_setup_tcAlexander Duyck2012-07-144-23/+35
| * ixgbe: Cleanup unpacking code for DCBAlexander Duyck2012-07-141-25/+22
| * ixgbe: Simplify logic for getting traffic class from user priorityAlexander Duyck2012-07-141-7/+23
* | ethernet: Use eth_random_addrJoe Perches2012-07-161-1/+1
|/
* ixgbe: Merge RSS and flow director ring register caching and configurationAlexander Duyck2012-07-111-74/+24
* ixgbe: Clean up a useless switch statement and dead code in configure_srrctlAlexander Duyck2012-07-111-21/+15
* ixgbe: Add feature offset value to ring featuresAlexander Duyck2012-07-114-18/+16
* ixgbe: Add upper limit to ring featuresAlexander Duyck2012-07-114-8/+14
* ixgbe: count q_vectors instead of MSI-X vectorsAlexander Duyck2012-07-114-89/+59
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-0/+5
|\
| * ixgbe: DCB and SR-IOV can not co-exist and will cause hangsAlexander Duyck2012-07-091-0/+5
* | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-106-50/+52
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-283-7/+13
|\ \ | |/
| * ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck2012-06-263-7/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-252-3/+12
|\ \ | |/
| * ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled ringsAlexander Duyck2012-06-201-1/+1
| * ixgbe: Fix PHC loophole allowing misconfiguration of increment registerJacob Keller2012-06-171-2/+11
OpenPOWER on IntegriCloud