summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* igb: Fix for I347AT4 PHY cable length unit detectionKantecki, Tomasz2011-11-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-1/+1
* igb: VFTA Table Fix for i350 devicesCarolyn Wyborny2011-10-215-4/+65
* igb: Move DMA Coalescing init code to separate function.Carolyn Wyborny2011-10-211-56/+68
* igb: Fix for Alt MAC Address feature on 82580 and later devicesCarolyn Wyborny2011-10-211-0/+7
* igb: fix a compile warningRongQing Li2011-10-201-0/+3
* net: add skb frag size accessorsEric Dumazet2011-10-191-1/+1
* igb: Check if subordinate VFs are assigned to virtual machinesGreg Rose2011-10-172-30/+150
* igb: enable l4 timestamping for v2 event packetsJacob Keller2011-10-161-0/+1
* igb: fix skb truesize underestimationEric Dumazet2011-10-131-1/+1
* igb: Version bump.Carolyn Wyborny2011-10-121-2/+2
* igb: Loopback functionality supports for i350 devicesAkeem G. Abodunrin2011-10-122-6/+24
* igb: fix static function warnings reported by sparseEmil Tantilov2011-10-121-6/+3
* igb: Add workaround for byte swapped VLAN on i350 local trafficAlexander Duyck2011-10-123-6/+25
* igb: Drop unnecessary write of E1000_IMS from igb_msix_otherAlexander Duyck2011-10-121-6/+0
* igb: Fix features that are currently 82580 only and should also be i350Alexander Duyck2011-10-121-9/+6
* igb: Make certain one vector is always assigned in igb_request_irqAlexander Duyck2011-10-121-6/+6
* igb: avoid unnecessarily creating a local copy of the q_vectorAlexander Duyck2011-10-121-29/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller2011-10-114-334/+411
|\
| * igb: add support for NETIF_F_RXHASHAlexander Duyck2011-10-071-17/+35
| * igb: move TX hang check flag into ring->flagsAlexander Duyck2011-10-072-4/+3
| * igb: fix recent VLAN changes that would leave VLANs disabled after resetAlexander Duyck2011-10-071-14/+4
| * igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck2011-10-073-28/+39
| * igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck2011-10-072-17/+6
| * igb: cleanup IVAR configurationAlexander Duyck2011-10-071-64/+56
| * igb: Move ITR related data into work container within the q_vectorAlexander Duyck2011-10-074-123/+118
| * igb: Consolidate all of the ring feature flags into a single valueAlexander Duyck2011-10-072-14/+19
| * igb: avoid unnecessary conversions from u16 to intAlexander Duyck2011-10-072-7/+7
| * igb: Use node specific allocations for the q_vectors and ringsAlexander Duyck2011-10-072-5/+79
| * igb: push data into first igb_tx_buffer sooner to reduce stack usageAlexander Duyck2011-10-072-50/+54
* | net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-4/+0
|/
* igb: consolidate creation of Tx buffer info and data descriptorAlexander Duyck2011-10-072-142/+184
* igb: Combine all flag info fields into a single tx_flags structureAlexander Duyck2011-10-062-16/+17
* igb: Cleanup protocol handling in transmit pathAlexander Duyck2011-10-061-12/+11
* igb: Create separate functions for generating cmd_type and olinfoAlexander Duyck2011-10-063-44/+65
* igb: Make first and tx_buffer_info->next_to_watch into pointersAlexander Duyck2011-10-062-31/+37
* igb: Consolidate creation of Tx context descriptors into a single functionAlexander Duyck2011-10-061-127/+106
* igb: split buffer_info into tx_buffer_info and rx_buffer_infoAlexander Duyck2011-10-063-88/+92
* igb: Make Tx budget for NAPI user adjustableAlexander Duyck2011-10-063-53/+87
* igb: Alternate MAC Address Updates for Func2&3Akeem G. Abodunrin2011-10-061-0/+5
* igb: Alternate MAC Address EEPROM UpdatesAkeem G. Abodunrin2011-10-061-2/+2
* igb: Code to prevent overwriting SFP I2CAkeem G. Abodunrin2011-10-061-0/+6
* igb: Remove multi_tx_table and simplify igb_xmit_frameAlexander Duyck2011-09-192-17/+23
* igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESCAlexander Duyck2011-09-193-20/+20
* igb: drop the "adv" off function names relating to descriptorsAlexander Duyck2011-09-193-36/+36
* igb: Refactor clean_rx_irq to reduce overhead and improve performanceAlexander Duyck2011-09-191-49/+47
* igb: update ring and adapter structure to improve performanceAlexander Duyck2011-09-192-41/+46
* igb: streamline Rx buffer allocation and cleanupAlexander Duyck2011-09-192-88/+104
* igb: drop support for single buffer modeAlexander Duyck2011-09-193-86/+28
* igb: Update max_frame_size to account for an optional VLAN tag if presentAlexander Duyck2011-09-192-9/+12
OpenPOWER on IntegriCloud