summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-13igb: Add workaround for byte swapped VLAN on i350 local trafficAlexander Duyck1-6/+23
2011-10-13igb: Drop unnecessary write of E1000_IMS from igb_msix_otherAlexander Duyck1-6/+0
2011-10-13igb: Fix features that are currently 82580 only and should also be i350Alexander Duyck1-9/+6
2011-10-13igb: Make certain one vector is always assigned in igb_request_irqAlexander Duyck1-6/+6
2011-10-13igb: avoid unnecessarily creating a local copy of the q_vectorAlexander Duyck1-29/+17
2011-10-08igb: add support for NETIF_F_RXHASHAlexander Duyck1-17/+35
2011-10-08igb: move TX hang check flag into ring->flagsAlexander Duyck1-3/+3
2011-10-08igb: fix recent VLAN changes that would leave VLANs disabled after resetAlexander Duyck1-14/+4
2011-10-08igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck1-24/+31
2011-10-08igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck1-16/+6
2011-10-08igb: cleanup IVAR configurationAlexander Duyck1-64/+56
2011-10-08igb: Move ITR related data into work container within the q_vectorAlexander Duyck1-109/+94
2011-10-08igb: Consolidate all of the ring feature flags into a single valueAlexander Duyck1-10/+13
2011-10-08igb: avoid unnecessary conversions from u16 to intAlexander Duyck1-5/+4
2011-10-08igb: Use node specific allocations for the q_vectors and ringsAlexander Duyck1-5/+75
2011-10-08igb: push data into first igb_tx_buffer sooner to reduce stack usageAlexander Duyck1-50/+53
2011-10-07igb: consolidate creation of Tx buffer info and data descriptorAlexander Duyck1-137/+181
2011-10-07igb: Combine all flag info fields into a single tx_flags structureAlexander Duyck1-16/+8
2011-10-07igb: Cleanup protocol handling in transmit pathAlexander Duyck1-12/+11
2011-10-07igb: Create separate functions for generating cmd_type and olinfoAlexander Duyck1-43/+62
2011-10-07igb: Make first and tx_buffer_info->next_to_watch into pointersAlexander Duyck1-30/+36
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 Duyck1-60/+63
2011-10-07igb: Make Tx budget for NAPI user adjustableAlexander Duyck1-53/+83
2011-09-20igb: Remove multi_tx_table and simplify igb_xmit_frameAlexander Duyck1-14/+22
2011-09-20igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESCAlexander Duyck1-12/+12
2011-09-20igb: drop the "adv" off function names relating to descriptorsAlexander Duyck1-31/+31
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 Duyck1-3/+1
2011-09-20igb: streamline Rx buffer allocation and cleanupAlexander Duyck1-87/+103
2011-09-20igb: drop support for single buffer modeAlexander Duyck1-78/+24
2011-09-20igb: Update max_frame_size to account for an optional VLAN tag if presentAlexander Duyck1-7/+12
2011-09-20igb: Update RXDCTL/TXDCTL configurationsAlexander Duyck1-14/+9
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 Kirsher1-0/+6890