aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman
2012-07-26ixgbe: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov
2012-07-22ixgbe: Fix build with PCI_IOV enabled.David S. Miller
2012-07-22e1000e: advertise transmit time stampingRichard Cochran
2012-07-22e1000: advertise transmit time stampingRichard Cochran
2012-07-21igb: reset PHY in the link_up process to recover PHY setting after power down.Akeem G. Abodunrin
2012-07-21ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck
2012-07-21ixgbe: add support for new 82599 deviceDon Skidmore
2012-07-21ixgbe: remove extra unused queues in DCB + FCoE caseJohn Fastabend
2012-07-21ixgbe: fix RAR entry counting for generic and fdb_add()John Fastabend
2012-07-21ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UPAlexander Duyck
2012-07-21ixgbe: Reduce Rx header size to what is actually usedAlexander Duyck
2012-07-21ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose
2012-07-21ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck
2012-07-21ixgbevf: Add support for PCI error handlingAlexander Duyck
2012-07-21ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck
2012-07-21ixgbe: Change how we check for pre-existing and assigned VFsAlexander Duyck
2012-07-21ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-07-20ixgbe: use PCI_VENDOR_ID_INTELJon Mason
2012-07-20ixgb: use PCI_VENDOR_ID_INTELJon Mason
2012-07-19ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flagAlexander Duyck
2012-07-19ixgbe: Only enable anti-spoof on VF poolsAlexander Duyck
2012-07-19ixgbe: Correctly set SAN MAC RAR pool to default pool of PFAlexander Duyck
2012-07-19ixgbe: Make FCoE allocation and configuration closer to how rings workAlexander Duyck
2012-07-19ixgbe: Merge all FCoE percpu values into a single structureAlexander Duyck
2012-07-19ixgbe: Cleanup configuration of FCoE registersAlexander Duyck
2012-07-19ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ APIAlexander Duyck
2012-07-19ixgbe: Fix memory leak when SR-IOV VFs are direct assignedAlexander Duyck
2012-07-19ixgbe: Use VMDq offset to indicate the default poolAlexander Duyck
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-19net: e100: ucode is optional in some casesBjørn Mork
2012-07-18ixgbe: Cleanup holes in flags after removing several of themAlexander Duyck
2012-07-18ixgbe: Retire RSS enabled and capable flagsAlexander Duyck
2012-07-18ixgbe: Add support for SR-IOV w/ DCB or RSSAlexander Duyck
2012-07-18ixgbe: Update configure virtualization to allow for multiple PF poolsAlexander Duyck
2012-07-18ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparamAlexander Duyck
2012-07-18ixgbevf: Consolidate Tx context descriptor creation codeAlexander Duyck
2012-07-18ixgbevf: Add netdev to ring structureAlexander Duyck
2012-07-18ixgbevf: Do not rewind the Rx ring before bumping tailAlexander Duyck
2012-07-18ixgbevf: fix VF untagging when 802.1 prio is setPascal Bouchareine
2012-07-17ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixAlexander Duyck
2012-07-17ixgbe: Cleanup logic for MRQC and MTQC configurationAlexander Duyck
2012-07-17ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configurationAlexander Duyck
2012-07-17ixgbe: Move configuration of set_real_num_rx/tx_queues into openAlexander Duyck
2012-07-17ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources callsAlexander Duyck
2012-07-17ixgbe: Ping the VFs on link status change to trigger link changeAlexander Duyck
2012-07-17ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck
2012-07-17ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck
2012-07-17ixgbevf: Update q_vector to contain ring pointers instead of bitmapsAlexander Duyck