aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)Author
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet
2011-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-16igb: Convert bare printk to pr_noticeJoe Perches
2011-11-16igb: Convert printks to pr_<level>Jeff Kirsher
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones
2011-11-02igb: Fix for I347AT4 PHY cable length unit detectionKantecki, Tomasz
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-21igb: VFTA Table Fix for i350 devicesCarolyn Wyborny
2011-10-21igb: Move DMA Coalescing init code to separate function.Carolyn Wyborny
2011-10-21igb: Fix for Alt MAC Address feature on 82580 and later devicesCarolyn Wyborny
2011-10-20igb: fix a compile warningRongQing Li
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-17igb: Check if subordinate VFs are assigned to virtual machinesGreg Rose
2011-10-16igb: enable l4 timestamping for v2 event packetsJacob Keller
2011-10-13igb: fix skb truesize underestimationEric Dumazet
2011-10-12igb: Version bump.Carolyn Wyborny
2011-10-12igb: Loopback functionality supports for i350 devicesAkeem G. Abodunrin
2011-10-12igb: fix static function warnings reported by sparseEmil Tantilov
2011-10-12igb: Add workaround for byte swapped VLAN on i350 local trafficAlexander Duyck
2011-10-12igb: Drop unnecessary write of E1000_IMS from igb_msix_otherAlexander Duyck
2011-10-12igb: Fix features that are currently 82580 only and should also be i350Alexander Duyck
2011-10-12igb: Make certain one vector is always assigned in igb_request_irqAlexander Duyck
2011-10-12igb: avoid unnecessarily creating a local copy of the q_vectorAlexander Duyck
2011-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller
2011-10-07igb: add support for NETIF_F_RXHASHAlexander Duyck
2011-10-07igb: move TX hang check flag into ring->flagsAlexander Duyck
2011-10-07igb: fix recent VLAN changes that would leave VLANs disabled after resetAlexander Duyck
2011-10-07igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck
2011-10-07igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck
2011-10-07igb: cleanup IVAR configurationAlexander Duyck
2011-10-07igb: Move ITR related data into work container within the q_vectorAlexander Duyck
2011-10-07igb: Consolidate all of the ring feature flags into a single valueAlexander Duyck
2011-10-07igb: avoid unnecessary conversions from u16 to intAlexander Duyck
2011-10-07igb: Use node specific allocations for the q_vectors and ringsAlexander Duyck
2011-10-07igb: push data into first igb_tx_buffer sooner to reduce stack usageAlexander Duyck
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones
2011-10-07igb: consolidate creation of Tx buffer info and data descriptorAlexander Duyck
2011-10-06igb: Combine all flag info fields into a single tx_flags structureAlexander Duyck
2011-10-06igb: Cleanup protocol handling in transmit pathAlexander Duyck
2011-10-06igb: Create separate functions for generating cmd_type and olinfoAlexander Duyck
2011-10-06igb: Make first and tx_buffer_info->next_to_watch into pointersAlexander Duyck
2011-10-06igb: Consolidate creation of Tx context descriptors into a single functionAlexander Duyck
2011-10-06igb: split buffer_info into tx_buffer_info and rx_buffer_infoAlexander Duyck
2011-10-06igb: Make Tx budget for NAPI user adjustableAlexander Duyck
2011-10-06igb: Alternate MAC Address Updates for Func2&3Akeem G. Abodunrin
2011-10-06igb: Alternate MAC Address EEPROM UpdatesAkeem G. Abodunrin
2011-10-06igb: Code to prevent overwriting SFP I2CAkeem G. Abodunrin
2011-09-19igb: Remove multi_tx_table and simplify igb_xmit_frameAlexander Duyck
2011-09-19igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESCAlexander Duyck