aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-30e1000e: DoS while TSO enabled caused by link partner with small MSSBruce Allan2-25/+24
2012-08-10ixgbe: add missing bracesEmil Tantilov1-1/+2
2012-08-09igb: Fix register defines for all non-82575 hardwareAlexander Duyck1-2/+6
2012-08-09e1000e: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov1-10/+26
2012-08-09igb: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov1-10/+9
2012-08-07igb: add delay to allow igb loopback test to succeed on 8086:10c9Stefan Assmann1-0/+3
2012-08-07e1000e: 82571 Tx Data Corruption during Tx hang recoveryTushar Dave1-2/+4
2012-08-07e1000e: NIC goes up and immediately goes downTushar Dave1-3/+1
2012-08-04igb: don't break user visible strings over multiple lines in igb_ethtool.cJesper Juhl1-12/+11
2012-08-04igb: correct hardware type (i210/i211) check in igb_loopback_test()Jesper Juhl1-1/+1
2012-08-04igb: Fix for failure to init on some 82576 devices.Carolyn Wyborny1-8/+8
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman3-4/+3
2012-07-26ixgbe: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov1-5/+6
2012-07-22ixgbe: Fix build with PCI_IOV enabled.David S. Miller1-1/+1
2012-07-22e1000e: advertise transmit time stampingRichard Cochran1-0/+1
2012-07-22e1000: advertise transmit time stampingRichard Cochran1-0/+1
2012-07-21igb: reset PHY in the link_up process to recover PHY setting after power down.Akeem G. Abodunrin1-1/+2
2012-07-21ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck2-7/+17
2012-07-21ixgbe: add support for new 82599 deviceDon Skidmore2-0/+2
2012-07-21ixgbe: remove extra unused queues in DCB + FCoE caseJohn Fastabend1-5/+8
2012-07-21ixgbe: fix RAR entry counting for generic and fdb_add()John Fastabend1-8/+19
2012-07-21ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UPAlexander Duyck1-4/+8
2012-07-21ixgbe: Reduce Rx header size to what is actually usedAlexander Duyck2-9/+10
2012-07-21ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose2-25/+19
2012-07-21ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck2-24/+46
2012-07-21ixgbevf: Add support for PCI error handlingAlexander Duyck1-0/+80
2012-07-21ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck2-2/+41
2012-07-21ixgbe: Change how we check for pre-existing and assigned VFsAlexander Duyck4-94/+45
2012-07-21ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck3-32/+28
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller10-248/+344
2012-07-20ixgbe: use PCI_VENDOR_ID_INTELJon Mason3-9/+6
2012-07-20ixgb: use PCI_VENDOR_ID_INTELJon Mason3-12/+8
2012-07-19ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flagAlexander Duyck2-8/+13
2012-07-19ixgbe: Only enable anti-spoof on VF poolsAlexander Duyck1-9/+11
2012-07-19ixgbe: Correctly set SAN MAC RAR pool to default pool of PFAlexander Duyck6-3/+46
2012-07-19ixgbe: Make FCoE allocation and configuration closer to how rings workAlexander Duyck4-122/+154
2012-07-19ixgbe: Merge all FCoE percpu values into a single structureAlexander Duyck3-86/+86
2012-07-19ixgbe: Cleanup configuration of FCoE registersAlexander Duyck2-27/+32
2012-07-19ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ APIAlexander Duyck2-17/+17
2012-07-19ixgbe: Fix memory leak when SR-IOV VFs are direct assignedAlexander Duyck1-4/+11
2012-07-19ixgbe: Use VMDq offset to indicate the default poolAlexander Duyck3-19/+21
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+38
2012-07-19net: e100: ucode is optional in some casesBjørn Mork1-9/+31
2012-07-18ixgbe: Cleanup holes in flags after removing several of themAlexander Duyck1-25/+25
2012-07-18ixgbe: Retire RSS enabled and capable flagsAlexander Duyck4-37/+8
2012-07-18ixgbe: Add support for SR-IOV w/ DCB or RSSAlexander Duyck4-47/+423
2012-07-18ixgbe: Update configure virtualization to allow for multiple PF poolsAlexander Duyck1-12/+12
2012-07-18ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparamAlexander Duyck1-70/+83
2012-07-18ixgbevf: Consolidate Tx context descriptor creation codeAlexander Duyck2-180/+163
2012-07-18ixgbevf: Add netdev to ring structureAlexander Duyck3-34/+28