summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)AuthorFilesLines
2011-12-09net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-4/+8
2011-12-05igb: Update DMA Coalescing threshold calculation.Matthew Vick1-7/+19
2011-11-23net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet1-1/+1
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2-87/+83
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+7
2011-11-16igb: Convert bare printk to pr_noticeJoe Perches1-2/+3
2011-11-16igb: Convert printks to pr_<level>Jeff Kirsher1-85/+80
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones1-9/+6
2011-11-03igb: Fix for I347AT4 PHY cable length unit detectionKantecki, Tomasz1-1/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-0/+19221
2011-10-21igb: VFTA Table Fix for i350 devicesCarolyn Wyborny5-4/+65
2011-10-21igb: Move DMA Coalescing init code to separate function.Carolyn Wyborny1-56/+68
2011-10-21igb: Fix for Alt MAC Address feature on 82580 and later devicesCarolyn Wyborny1-0/+7
2011-10-21igb: fix a compile warningRongQing Li1-0/+3
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-10-17igb: Check if subordinate VFs are assigned to virtual machinesGreg Rose2-30/+150
2011-10-17igb: enable l4 timestamping for v2 event packetsJacob Keller1-0/+1
2011-10-14igb: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-13igb: Version bump.Carolyn Wyborny1-2/+2
2011-10-13igb: Loopback functionality supports for i350 devicesAkeem G. Abodunrin2-6/+24
2011-10-13igb: fix static function warnings reported by sparseEmil Tantilov1-6/+3
2011-10-13igb: Add workaround for byte swapped VLAN on i350 local trafficAlexander Duyck3-6/+25
2011-10-13igb: Drop unnecessary write of E1000_IMS from igb_msix_otherAlexander Duyck1-6/+0
2011-10-13igb: Fix features that are currently 82580 only and should also be i350Alexander Duyck1-9/+6
2011-10-13igb: Make certain one vector is always assigned in igb_request_irqAlexander Duyck1-6/+6
2011-10-13igb: avoid unnecessarily creating a local copy of the q_vectorAlexander Duyck1-29/+17
2011-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller4-334/+411
2011-10-08igb: add support for NETIF_F_RXHASHAlexander Duyck1-17/+35
2011-10-08igb: move TX hang check flag into ring->flagsAlexander Duyck2-4/+3
2011-10-08igb: fix recent VLAN changes that would leave VLANs disabled after resetAlexander Duyck1-14/+4
2011-10-08igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck3-28/+39
2011-10-08igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck2-17/+6
2011-10-08igb: cleanup IVAR configurationAlexander Duyck1-64/+56
2011-10-08igb: Move ITR related data into work container within the q_vectorAlexander Duyck4-123/+118
2011-10-08igb: Consolidate all of the ring feature flags into a single valueAlexander Duyck2-14/+19
2011-10-08igb: avoid unnecessary conversions from u16 to intAlexander Duyck2-7/+7
2011-10-08igb: Use node specific allocations for the q_vectors and ringsAlexander Duyck2-5/+79
2011-10-08igb: push data into first igb_tx_buffer sooner to reduce stack usageAlexander Duyck2-50/+54
2011-10-08net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-10-07igb: consolidate creation of Tx buffer info and data descriptorAlexander Duyck2-142/+184
2011-10-07igb: Combine all flag info fields into a single tx_flags structureAlexander Duyck2-16/+17
2011-10-07igb: Cleanup protocol handling in transmit pathAlexander Duyck1-12/+11
2011-10-07igb: Create separate functions for generating cmd_type and olinfoAlexander Duyck3-44/+65
2011-10-07igb: Make first and tx_buffer_info->next_to_watch into pointersAlexander Duyck2-31/+37
2011-10-07igb: Consolidate creation of Tx context descriptors into a single functionAlexander Duyck1-127/+106
2011-10-07igb: split buffer_info into tx_buffer_info and rx_buffer_infoAlexander Duyck3-88/+92
2011-10-07igb: Make Tx budget for NAPI user adjustableAlexander Duyck3-53/+87
2011-10-06igb: Alternate MAC Address Updates for Func2&3Akeem G. Abodunrin1-0/+5
2011-10-06igb: Alternate MAC Address EEPROM UpdatesAkeem G. Abodunrin1-2/+2
2011-10-06igb: Code to prevent overwriting SFP I2CAkeem G. Abodunrin1-0/+6