summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-22igb: Change how we check for pre-existing and assigned VFsStefan Assmann1-1/+0
2012-09-17igb: Prevent dropped Tx timestamps via work items and interrupts.Matthew Vick1-2/+6
2012-09-17igb: Update PTP function names/variables and locations.Matthew Vick1-7/+10
2012-09-17igb: Tidy up wrapping for CONFIG_IGB_PTP.Matthew Vick1-2/+6
2012-09-04igb: reduce Rx header sizeEric Dumazet1-2/+2
2012-06-20igb: Update firmware info outputCarolyn Wyborny1-0/+16
2012-06-20igb: Streamline RSS queue and queue pairing assignment logic.Matthew Vick1-6/+3
2012-05-12igb: Add Support for new i210/i211 devices.Carolyn Wyborny1-3/+6
2012-04-04igb: offer a PTP Hardware Clock instead of the timecompare methodRichard Cochran1-5/+8
2012-04-04igb: add PTP Hardware Clock codeRichard Cochran1-0/+8
2012-01-19igb: Update Copyright on all Intel copyrighted files.Carolyn Wyborny1-1/+1
2012-01-05igb: Add support for byte queue limits.Eric Dumazet1-0/+5
2011-10-21igb: VFTA Table Fix for i350 devicesCarolyn Wyborny1-0/+1
2011-10-17igb: Check if subordinate VFs are assigned to virtual machinesGreg Rose1-0/+3
2011-10-12igb: Add workaround for byte swapped VLAN on i350 local trafficAlexander Duyck1-0/+1
2011-10-07igb: move TX hang check flag into ring->flagsAlexander Duyck1-1/+0
2011-10-07igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck1-0/+7
2011-10-07igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck1-1/+0
2011-10-07igb: Move ITR related data into work container within the q_vectorAlexander Duyck1-12/+19
2011-10-07igb: Consolidate all of the ring feature flags into a single valueAlexander Duyck1-4/+6
2011-10-07igb: Use node specific allocations for the q_vectors and ringsAlexander Duyck1-0/+4
2011-10-07igb: push data into first igb_tx_buffer sooner to reduce stack usageAlexander Duyck1-0/+1
2011-10-07igb: consolidate creation of Tx buffer info and data descriptorAlexander Duyck1-5/+3
2011-10-06igb: Combine all flag info fields into a single tx_flags structureAlexander Duyck1-0/+9
2011-10-06igb: Create separate functions for generating cmd_type and olinfoAlexander Duyck1-1/+1
2011-10-06igb: Make first and tx_buffer_info->next_to_watch into pointersAlexander Duyck1-1/+1
2011-10-06igb: split buffer_info into tx_buffer_info and rx_buffer_infoAlexander Duyck1-21/+21
2011-10-06igb: Make Tx budget for NAPI user adjustableAlexander Duyck1-0/+3
2011-09-19igb: Remove multi_tx_table and simplify igb_xmit_frameAlexander Duyck1-3/+1
2011-09-19igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESCAlexander Duyck1-6/+6
2011-09-19igb: drop the "adv" off function names relating to descriptorsAlexander Duyck1-2/+2
2011-09-19igb: update ring and adapter structure to improve performanceAlexander Duyck1-38/+45
2011-09-19igb: streamline Rx buffer allocation and cleanupAlexander Duyck1-1/+1
2011-09-19igb: drop support for single buffer modeAlexander Duyck1-5/+2
2011-09-19igb: Update max_frame_size to account for an optional VLAN tag if presentAlexander Duyck1-2/+0
2011-09-19igb: Update RXDCTL/TXDCTL configurationsAlexander Duyck1-2/+3
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-0/+415