summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-20igb: Remove multi_tx_table and simplify igb_xmit_frameAlexander Duyck2-17/+23
2011-09-20igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESCAlexander Duyck3-20/+20
2011-09-20igb: drop the "adv" off function names relating to descriptorsAlexander Duyck3-36/+36
2011-09-20igb: Refactor clean_rx_irq to reduce overhead and improve performanceAlexander Duyck1-49/+47
2011-09-20igb: update ring and adapter structure to improve performanceAlexander Duyck2-41/+46
2011-09-20igb: streamline Rx buffer allocation and cleanupAlexander Duyck2-88/+104
2011-09-20igb: drop support for single buffer modeAlexander Duyck3-86/+28
2011-09-20igb: Update max_frame_size to account for an optional VLAN tag if presentAlexander Duyck2-9/+12
2011-09-20igb: Update RXDCTL/TXDCTL configurationsAlexander Duyck2-16/+12
2011-08-31intel: convert to SKB paged frag API.Ian Campbell1-4/+1
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+0
2011-08-18net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-0/+3
2011-08-11intel: Move the Intel wired LAN driversJeff Kirsher17-0/+18869