aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAge
...
| * igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck2011-10-08
| * igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck2011-10-08
| * igb: cleanup IVAR configurationAlexander Duyck2011-10-08
| * igb: Move ITR related data into work container within the q_vectorAlexander Duyck2011-10-08
| * igb: Consolidate all of the ring feature flags into a single valueAlexander Duyck2011-10-08
| * igb: avoid unnecessary conversions from u16 to intAlexander Duyck2011-10-08
| * igb: Use node specific allocations for the q_vectors and ringsAlexander Duyck2011-10-08
| * igb: push data into first igb_tx_buffer sooner to reduce stack usageAlexander Duyck2011-10-08
* | net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-07
|/
* igb: consolidate creation of Tx buffer info and data descriptorAlexander Duyck2011-10-07
* igb: Combine all flag info fields into a single tx_flags structureAlexander Duyck2011-10-07
* igb: Cleanup protocol handling in transmit pathAlexander Duyck2011-10-07
* igb: Create separate functions for generating cmd_type and olinfoAlexander Duyck2011-10-07
* igb: Make first and tx_buffer_info->next_to_watch into pointersAlexander Duyck2011-10-07
* igb: Consolidate creation of Tx context descriptors into a single functionAlexander Duyck2011-10-07
* igb: split buffer_info into tx_buffer_info and rx_buffer_infoAlexander Duyck2011-10-07
* igb: Make Tx budget for NAPI user adjustableAlexander Duyck2011-10-07
* igb: Alternate MAC Address Updates for Func2&3Akeem G. Abodunrin2011-10-06
* igb: Alternate MAC Address EEPROM UpdatesAkeem G. Abodunrin2011-10-06
* igb: Code to prevent overwriting SFP I2CAkeem G. Abodunrin2011-10-06
* igb: Remove multi_tx_table and simplify igb_xmit_frameAlexander Duyck2011-09-20
* igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESCAlexander Duyck2011-09-20
* igb: drop the "adv" off function names relating to descriptorsAlexander Duyck2011-09-20
* igb: Refactor clean_rx_irq to reduce overhead and improve performanceAlexander Duyck2011-09-20
* igb: update ring and adapter structure to improve performanceAlexander Duyck2011-09-20
* igb: streamline Rx buffer allocation and cleanupAlexander Duyck2011-09-20
* igb: drop support for single buffer modeAlexander Duyck2011-09-20
* igb: Update max_frame_size to account for an optional VLAN tag if presentAlexander Duyck2011-09-20
* igb: Update RXDCTL/TXDCTL configurationsAlexander Duyck2011-09-20
* intel: convert to SKB paged frag API.Ian Campbell2011-08-30
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-17
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-17
* intel: Move the Intel wired LAN driversJeff Kirsher2011-08-10