summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Do not read the spoofed packets counter when not in IOV modeGreg Rose2012-09-241-2/+3
* ptp: link the phc device to its parent deviceRichard Cochran2012-09-221-1/+2
* netdev: make address const in device address managementstephen hemminger2012-09-191-2/+2
* ixgbe: Improve statistics accuracy for DDP trafficMark Rustad2012-09-151-16/+16
* ixgbe: added reg_ops file to debugfsCatherine Sullivan2012-09-151-0/+118
* ixgbe: added netdev_ops file to debugfsCatherine Sullivan2012-09-151-2/+105
* ixgbe: add debugfs supportCatherine Sullivan2012-09-154-2/+106
* ixgbe: fix reporting of spoofed packetsEmil Tantilov2012-09-151-1/+1
* ixgbe: Fix VF rate limiting to correctly account for more queues per VFAlexander Duyck2012-09-151-41/+59
* ixgbe: Fix ordering of things so that PF correctly configures its VLANsAlexander Duyck2012-09-152-4/+10
* ixgbe: remove old init remnantEliezer Tamir2012-09-041-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-1/+2
|\
| * ixgbe: add missing bracesEmil Tantilov2012-08-101-1/+2
* | ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptorAlexander Duyck2012-08-162-6/+11
* | ixgbe: Roll RSC code into non-EOP codeAlexander Duyck2012-08-161-32/+19
* | ixgbe: Make allocating skb and placing data in it a separate functionAlexander Duyck2012-08-161-77/+89
* | ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overheadAlexander Duyck2012-08-161-15/+17
* | ixgbe: Make pull tail function separate from rest of cleanup_headersAlexander Duyck2012-08-161-37/+57
* | ixgbe: Have the CPU take ownership of the buffers soonerAlexander Duyck2012-08-161-14/+38
* | ixgbe: Only use double buffering if page size is less than 8KAlexander Duyck2012-08-162-19/+45
* | ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_pageAlexander Duyck2012-08-161-39/+34
* | ixgbe: Remove code that was initializing Rx page offsetAlexander Duyck2012-08-161-26/+1
|/
* netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2012-07-311-2/+2
* ixgbe: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov2012-07-261-5/+6
* 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
OpenPOWER on IntegriCloud