net: add skb frag size accessors
[pandora-kernel.git] / drivers / net / ethernet / intel / igb / igb_main.c
2011-10-19 Eric Dumazetnet: add skb frag size accessors
2011-10-18 David S. MillerMerge git://git./linux/kernel/git/jkirsher/net-next
2011-10-17 John W. LinvilleMerge branch 'master' of git://git.infradead.org/users...
2011-10-17 Greg Roseigb: Check if subordinate VFs are assigned to virtual...
2011-10-16 Jacob Kellerigb: enable l4 timestamping for v2 event packets
2011-10-13 Eric Dumazetigb: fix skb truesize underestimation
2011-10-13 David S. MillerMerge git://git./linux/kernel/git/jkirsher/net-next
2011-10-13 Carolyn Wybornyigb: Version bump.
2011-10-13 Alexander Duyckigb: Add workaround for byte swapped VLAN on i350 local...
2011-10-13 Alexander Duyckigb: Drop unnecessary write of E1000_IMS from igb_msix_...
2011-10-13 Alexander Duyckigb: Fix features that are currently 82580 only and...
2011-10-13 Alexander Duyckigb: Make certain one vector is always assigned in...
2011-10-13 Alexander Duyckigb: avoid unnecessarily creating a local copy of the...
2011-10-11 David S. MillerMerge branch 'for-davem' of git://git.infradead.org...
2011-10-11 John W. LinvilleMerge branch 'master' of git://git.infradead.org/users...
2011-10-11 David S. MillerMerge git://git./linux/kernel/git/jkirsher/net-next
2011-10-08 Alexander Duyckigb: add support for NETIF_F_RXHASH
2011-10-08 Alexander Duyckigb: move TX hang check flag into ring->flags
2011-10-08 Alexander Duyckigb: fix recent VLAN changes that would leave VLANs...
2011-10-08 Alexander Duyckigb: leave staterr in place and instead us a helper...
2011-10-08 Alexander Duyckigb: retire the RX_CSUM flag and use the netdev flag...
2011-10-08 Alexander Duyckigb: cleanup IVAR configuration
2011-10-08 Alexander Duyckigb: Move ITR related data into work container within...
2011-10-08 Alexander Duyckigb: Consolidate all of the ring feature flags into...
2011-10-08 Alexander Duyckigb: avoid unnecessary conversions from u16 to int
2011-10-08 Alexander Duyckigb: Use node specific allocations for the q_vectors...
2011-10-08 Alexander Duyckigb: push data into first igb_tx_buffer sooner to reduc...
2011-10-07 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-10-07 David S. MillerMerge git://github.com/Jkirsher/net-next
2011-10-07 Alexander Duyckigb: consolidate creation of Tx buffer info and data...
2011-10-07 Alexander Duyckigb: Combine all flag info fields into a single tx_flag...
2011-10-07 Alexander Duyckigb: Cleanup protocol handling in transmit path
2011-10-07 Alexander Duyckigb: Create separate functions for generating cmd_type...
2011-10-07 Alexander Duyckigb: Make first and tx_buffer_info->next_to_watch into...
2011-10-07 Alexander Duyckigb: Consolidate creation of Tx context descriptors...
2011-10-07 Alexander Duyckigb: split buffer_info into tx_buffer_info and rx_buffe...
2011-10-07 Alexander Duyckigb: Make Tx budget for NAPI user adjustable
2011-09-30 John W. LinvilleMerge branch 'master' of git://git.infradead.org/users...
2011-09-22 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-09-21 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-09-20 David S. MillerMerge branch 'tipc-Sep17-2011' of git://openlinux.windr...
2011-09-20 David S. MillerMerge git://github.com/Jkirsher/net-next
2011-09-20 Alexander Duyckigb: Remove multi_tx_table and simplify igb_xmit_frame
2011-09-20 Alexander Duyckigb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC
2011-09-20 Alexander Duyckigb: drop the "adv" off function names relating to...
2011-09-20 Alexander Duyckigb: Refactor clean_rx_irq to reduce overhead and impro...
2011-09-20 Alexander Duyckigb: update ring and adapter structure to improve perfo...
2011-09-20 Alexander Duyckigb: streamline Rx buffer allocation and cleanup
2011-09-20 Alexander Duyckigb: drop support for single buffer mode
2011-09-20 Alexander Duyckigb: Update max_frame_size to account for an optional...
2011-09-20 Alexander Duyckigb: Update RXDCTL/TXDCTL configurations
2011-09-19 John W. LinvilleMerge branch 'master' of ssh://infradead/~/public_git...
2011-09-16 David S. MillerMerge git://github.com/Jkirsher/net-next
2011-09-16 David S. MillerMerge branch 'for-davem' of git://git.infradead.org...
2011-09-16 David S. MillerMerge branch 'master' of ../netdev-next/
2011-09-13 John W. LinvilleMerge branch 'master' of git://git.infradead.org/users...
2011-08-30 Ian Campbellintel: convert to SKB paged frag API.
2011-08-29 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-08-24 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-08-22 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-08-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net
2011-08-18 Jiri Pirkonet: remove use of ndo_set_multicast_list in drivers
2011-08-18 Jiri Pirkonet: introduce IFF_UNICAST_FLT private flag
2011-08-11 David S. MillerMerge branch 'master' of /linux/kernel/git/jkirsher...
2011-08-11 Jeff Kirsherintel: Move the Intel wired LAN drivers