summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb.h
Commit message (Expand)AuthorAgeFilesLines
* igb: Combine q_vector and ring allocation into a single functionAlexander Duyck2012-10-191-20/+22
* igb: Lock buffer size at 2K even on systems with larger pagesAlexander Duyck2012-10-191-3/+4
* igb: Map entire page and sync half instead of mapping and unmapping half pagesAlexander Duyck2012-10-191-0/+1
* igb: Do not use header split, instead receive all frames into a single bufferAlexander Duyck2012-10-191-8/+5
* igb: Split Rx timestamping into two separate functionsAlexander Duyck2012-10-191-2/+15
* igb: Use dma_unmap_addr and dma_unmap_len definesAlexander Duyck2012-09-221-2/+2
* igb: Remove logic that was doing NUMA pseudo-aware allocationsAlexander Duyck2012-09-221-3/+0
* igb: Change how we check for pre-existing and assigned VFsStefan Assmann2012-09-221-1/+0
* igb: Prevent dropped Tx timestamps via work items and interrupts.Matthew Vick2012-09-171-2/+6
* igb: Update PTP function names/variables and locations.Matthew Vick2012-09-171-7/+10
* igb: Tidy up wrapping for CONFIG_IGB_PTP.Matthew Vick2012-09-171-2/+6
* igb: reduce Rx header sizeEric Dumazet2012-09-041-2/+2
* igb: Update firmware info outputCarolyn Wyborny2012-06-201-0/+16
* igb: Streamline RSS queue and queue pairing assignment logic.Matthew Vick2012-06-201-6/+3
* igb: Add Support for new i210/i211 devices.Carolyn Wyborny2012-05-121-3/+6
* igb: offer a PTP Hardware Clock instead of the timecompare methodRichard Cochran2012-04-041-5/+8
* igb: add PTP Hardware Clock codeRichard Cochran2012-04-041-0/+8
* igb: Update Copyright on all Intel copyrighted files.Carolyn Wyborny2012-01-191-1/+1
* igb: Add support for byte queue limits.Eric Dumazet2012-01-051-0/+5
* igb: VFTA Table Fix for i350 devicesCarolyn Wyborny2011-10-211-0/+1
* igb: Check if subordinate VFs are assigned to virtual machinesGreg Rose2011-10-171-0/+3
* igb: Add workaround for byte swapped VLAN on i350 local trafficAlexander Duyck2011-10-121-0/+1
* igb: move TX hang check flag into ring->flagsAlexander Duyck2011-10-071-1/+0
* igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck2011-10-071-0/+7
* igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck2011-10-071-1/+0
* igb: Move ITR related data into work container within the q_vectorAlexander Duyck2011-10-071-12/+19
* igb: Consolidate all of the ring feature flags into a single valueAlexander Duyck2011-10-071-4/+6
* igb: Use node specific allocations for the q_vectors and ringsAlexander Duyck2011-10-071-0/+4
* igb: push data into first igb_tx_buffer sooner to reduce stack usageAlexander Duyck2011-10-071-0/+1
* igb: consolidate creation of Tx buffer info and data descriptorAlexander Duyck2011-10-071-5/+3
* igb: Combine all flag info fields into a single tx_flags structureAlexander Duyck2011-10-061-0/+9
* igb: Create separate functions for generating cmd_type and olinfoAlexander Duyck2011-10-061-1/+1
* igb: Make first and tx_buffer_info->next_to_watch into pointersAlexander Duyck2011-10-061-1/+1
* igb: split buffer_info into tx_buffer_info and rx_buffer_infoAlexander Duyck2011-10-061-21/+21
* igb: Make Tx budget for NAPI user adjustableAlexander Duyck2011-10-061-0/+3
* igb: Remove multi_tx_table and simplify igb_xmit_frameAlexander Duyck2011-09-191-3/+1
* igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESCAlexander Duyck2011-09-191-6/+6
* igb: drop the "adv" off function names relating to descriptorsAlexander Duyck2011-09-191-2/+2
* igb: update ring and adapter structure to improve performanceAlexander Duyck2011-09-191-38/+45
* igb: streamline Rx buffer allocation and cleanupAlexander Duyck2011-09-191-1/+1
* igb: drop support for single buffer modeAlexander Duyck2011-09-191-5/+2
* igb: Update max_frame_size to account for an optional VLAN tag if presentAlexander Duyck2011-09-191-2/+0
* igb: Update RXDCTL/TXDCTL configurationsAlexander Duyck2011-09-191-2/+3
* intel: Move the Intel wired LAN driversJeff Kirsher2011-08-101-0/+415