summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2011-09-19igb: Remove multi_tx_table and simplify igb_xmit_frameAlexander Duyck2-17/+23
2011-09-19igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESCAlexander Duyck3-20/+20
2011-09-19igb: drop the "adv" off function names relating to descriptorsAlexander Duyck3-36/+36
2011-09-19igb: Refactor clean_rx_irq to reduce overhead and improve performanceAlexander Duyck1-49/+47
2011-09-19igb: update ring and adapter structure to improve performanceAlexander Duyck2-41/+46
2011-09-19igb: streamline Rx buffer allocation and cleanupAlexander Duyck2-88/+104
2011-09-19igb: drop support for single buffer modeAlexander Duyck3-86/+28
2011-09-19igb: Update max_frame_size to account for an optional VLAN tag if presentAlexander Duyck2-9/+12
2011-09-19igb: Update RXDCTL/TXDCTL configurationsAlexander Duyck2-16/+12
2011-09-16ixgbe: remove duplicate netif_tx_start_all_queuesEmil Tantilov1-2/+0
2011-09-16ixgbe: fix FCRTL/H register dump for X540Emil Tantilov1-0/+1
2011-09-16ixgbe: cleanup some register readsEmil Tantilov1-9/+21
2011-09-16ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCAlexander Duyck3-19/+35
2011-09-16ixgbe: drop adapter from ixgbe_fso call documentationAlexander Duyck1-1/+0
2011-09-16ixgbe: Add SFP support for missed 82598 PHYAlexander Duyck1-0/+3
2011-09-16ixgbe: Add missing code for enabling overheat sensor interruptAlexander Duyck1-0/+4
2011-09-16ixgbe: make ixgbe_up and ixgbe_up_complete void functionsAlexander Duyck2-18/+7
2011-09-16v2 ixgbe: Update packet buffer reservation to correct fdir headroom sizeAlexander Duyck1-4/+6
2011-09-16ixgbe: remove redundant configuration of tx_sample_rateAlexander Duyck1-9/+4
2011-09-16ixgb: convert to ndo_fix_featuresMichał Mirosław3-61/+31
2011-09-16ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALLBen Hutchings1-0/+2
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings1-3/+2
2011-09-16Merge git://github.com/Jkirsher/net-nextDavid S. Miller7-580/+341
2011-09-16Merge branch 'master' of ../netdev-next/David S. Miller7-30/+22
2011-09-15ixgbe: Correctly name and handle MSI-X other interruptAlexander Duyck2-95/+97
2011-09-15ixgbe: cleanup configuration of EITRSEL and VF reset pathAlexander Duyck1-12/+13
2011-09-15ixgbe: cleanup reset pathsAlexander Duyck4-83/+43
2011-09-15ixgbe: Update TXDCTL configuration to correctly handle WTHRESHAlexander Duyck1-17/+18
2011-09-15ixgbe: combine PCI_VDEVICE and board declaration to same lineAlexander Duyck1-53/+26
2011-09-15ixgbe: Drop unnecessary adapter->hw dereference in loopback test setupAlexander Duyck1-9/+9
2011-09-15ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt typesAlexander Duyck1-54/+34
2011-09-15ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCAAlexander Duyck1-4/+4
2011-09-15ixgbe: cleanup allocation and freeing of IRQ affinity hintAlexander Duyck1-40/+36
2011-09-15v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into oneAlexander Duyck1-216/+63
2011-09-15ixgbe: Change default Tx work limit size to 256 buffersAlexander Duyck2-4/+5
2011-09-15MII: fix Kconfig dependencies for MIIJeff Kirsher1-0/+1
2011-08-30intel: convert to SKB paged frag API.Ian Campbell7-30/+22
2011-08-29ixgbe: clear RNBC only for 82598Emil Tantilov1-2/+3
2011-08-29ixgbe: add check for supported modesEmil Tantilov1-3/+7
2011-08-29ixgbe: fix ixgbe_fc_autoneg_fiber bugDon Skidmore1-2/+2
2011-08-29ixgbe: cleanup feature flags in ixgbe_probeDon Skidmore1-1/+0
2011-08-29ixgbe: PFC not cleared on X540 devicesJohn Fastabend2-1/+4
2011-08-29ixgbe: consolidate, setup for multiple traffic classesJohn Fastabend2-49/+27
2011-08-29ixgbe: remove unneeded fdir pb alloc caseJohn Fastabend1-87/+0
2011-08-29ixgbe: fixup remaining call sites for arbitrary TCsJohn Fastabend1-2/+2
2011-08-29ixgbe: Always tag VLAN tagged packetsAlexander Duyck1-1/+2
2011-08-29ixgbe: Add support for setting CC bit when SR-IOV is enabledAlexander Duyck2-2/+16
2011-08-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller1-0/+1
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-27ixgbe: convert rings from q_vector bit indexed array to linked listAlexander Duyck2-139/+60