aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg26-304/+293
2015-07-23i40e: clean up error status messagesShannon Nelson9-177/+673
2015-07-23i40e: provide correct API version to older VF driversMitch Williams1-0/+3
2015-07-23i40evf: support virtual channel API version 1.1Mitch Williams2-2/+11
2015-07-23i40evf: handle big resetsMitch Williams3-46/+95
2015-07-23i40e: support virtual channel API 1.1Mitch Williams2-6/+21
2015-07-23i40e/i40evf: add macros for virtual channel API version and device capabilityMitch Williams2-0/+12
2015-07-23i40e: add VF capabilities to virtual channel interfaceMitch Williams2-10/+22
2015-07-23i40e: clean up unneeded gotosShannon Nelson1-25/+12
2015-07-23i40e/i40evf: Fix and refactor dynamic ITR codeCarolyn Wyborny2-98/+161
2015-07-23igb: bump version to igb-5.3.0Todd Fujinaka1-2/+2
2015-07-23igb: use ARRAY_SIZE to replace calculating sizeof(a)/sizeof(a[0])Todd Fujinaka1-11/+5
2015-07-23igb: report unsupported ethtool settings in set_coalesceTodd Fujinaka1-0/+21
2015-07-23e1000e: Cleanup qos request in error handling of e1000_openJia-Ju Bai1-0/+1
2015-07-23ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov3-34/+47
2015-07-17igb: Fix i354 88E1112 PHY on RCC boards using AutoMediaDetectTodd Fujinaka1-5/+13
2015-07-17ixgbe: Don't report flow director filter's statusFan Du1-2/+0
2015-07-17ixgbevf: Set Rx hash type for ingress packetsFan Du2-0/+39
2015-07-17ixgbe: Specify Rx hash type WRT Rx desc RSS typeFan Du1-4/+21
2015-07-17ixgbevf: fold ixgbevf_pull_tail into ixgbevf_add_rx_fragAlexander Duyck1-47/+19
2015-07-17igb: Pull timestamp from fragment before adding it to skbAlexander Duyck1-69/+25
2015-07-17ixgbe: only report generic filters in get_ts_infoJacob Keller1-8/+0
2015-07-17igb: only report generic filters in get_ts_infoJacob Keller1-4/+0
2015-07-17i40e: only report generic filters in get_ts_infoJacob Keller1-11/+2
2015-07-14i40e/i40evf: Bump version to 1.3.6 for i40e and 1.3.2 for i40evfCatherine Sullivan2-2/+2
2015-07-14i40e: Refine an error message to avoid confusionAnjali Singhai Jain1-1/+2
2015-07-14i40e/i40evf: Add support for pre-allocated pages for PDFaisal Latif4-13/+27
2015-07-14i40evf: add MAC address filter in open, not initMitch Williams1-11/+1
2015-07-14i40evf: don't delete all the filtersMitch Williams1-1/+3
2015-07-14i40e: un-disable VF after resetMitch Williams1-0/+1
2015-07-14i40e: do a proper reset when disabling a VFMitch Williams1-7/+2
2015-07-14i40e: correctly program filters for VFsMitch Williams1-3/+6
2015-07-14i40e/i40evf: Update the admin queue command headerGreg Rose2-22/+20
2015-07-14i40e: Remove incorrect #ifdef'sCarolyn Wyborny1-10/+2
2015-07-14i40e: ignore duplicate port VLAN requestsMitch Williams1-0/+4
2015-07-14i40evf: Allow for an abundance of vectorsMitch Williams1-1/+1
2015-07-14i40e/i40evf: improve Tx performance with a small tweakJesse Brandeburg2-0/+4
2015-07-14i40e/i40evf: Update Flex-10 related device/function capabilitiesPawel Orlowski4-8/+42
2015-07-14i40e/i40evf: Add stats to track FD ATR and SB dynamic enable stateAnjali Singhai Jain4-0/+18
2015-07-14i40e: Implement ndo_features_check()Joe Stringer1-0/+20
2015-06-26i40evf: don't configure unused RSS queuesMitch Williams1-1/+1
2015-06-26i40evf: fix panic during MTU changeMitch Williams4-65/+54
2015-06-26e1000e: i219 - k1 workaround for LPT is not required for SPTYanir Lubetkin1-2/+1
2015-06-26e1000e: i219 - Increase minimum FIFO read/write min gapYanir Lubetkin1-0/+46
2015-06-26e1000e: i219 - increase IPG for speed 10/100 full duplexYanir Lubetkin1-3/+7
2015-06-26e1000e: i219 - fix to enable both ULP and EEE in Sx stateYanir Lubetkin1-13/+32
2015-06-26e1000e: synchronization of MAC-PHY interface only on non- ME systemsYanir Lubetkin1-10/+12
2015-06-26e1000e: fix locking issue with e1000e_disable_aspmYanir Lubetkin1-4/+34
2015-06-26igb: bump version of igb to 5.2.18Todd Fujinaka1-1/+1
2015-06-26igb: disable IPv6 extension header processingTodd Fujinaka2-5/+10