summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)AuthorFilesLines
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
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