summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* igb: Fix i354 88E1112 PHY on RCC boards using AutoMediaDetectTodd Fujinaka2015-07-171-5/+13
* ixgbe: Don't report flow director filter's statusFan Du2015-07-171-2/+0
* ixgbevf: Set Rx hash type for ingress packetsFan Du2015-07-172-0/+39
* ixgbe: Specify Rx hash type WRT Rx desc RSS typeFan Du2015-07-171-4/+21
* ixgbevf: fold ixgbevf_pull_tail into ixgbevf_add_rx_fragAlexander Duyck2015-07-171-47/+19
* igb: Pull timestamp from fragment before adding it to skbAlexander Duyck2015-07-171-69/+25
* ixgbe: only report generic filters in get_ts_infoJacob Keller2015-07-171-8/+0
* igb: only report generic filters in get_ts_infoJacob Keller2015-07-171-4/+0
* i40e: only report generic filters in get_ts_infoJacob Keller2015-07-171-11/+2
* i40e/i40evf: Bump version to 1.3.6 for i40e and 1.3.2 for i40evfCatherine Sullivan2015-07-142-2/+2
* i40e: Refine an error message to avoid confusionAnjali Singhai Jain2015-07-141-1/+2
* i40e/i40evf: Add support for pre-allocated pages for PDFaisal Latif2015-07-144-13/+27
* i40evf: add MAC address filter in open, not initMitch Williams2015-07-141-11/+1
* i40evf: don't delete all the filtersMitch Williams2015-07-141-1/+3
* i40e: un-disable VF after resetMitch Williams2015-07-141-0/+1
* i40e: do a proper reset when disabling a VFMitch Williams2015-07-141-7/+2
* i40e: correctly program filters for VFsMitch Williams2015-07-141-3/+6
* i40e/i40evf: Update the admin queue command headerGreg Rose2015-07-142-22/+20
* i40e: Remove incorrect #ifdef'sCarolyn Wyborny2015-07-141-10/+2
* i40e: ignore duplicate port VLAN requestsMitch Williams2015-07-141-0/+4
* i40evf: Allow for an abundance of vectorsMitch Williams2015-07-141-1/+1
* i40e/i40evf: improve Tx performance with a small tweakJesse Brandeburg2015-07-142-0/+4
* i40e/i40evf: Update Flex-10 related device/function capabilitiesPawel Orlowski2015-07-144-8/+42
* i40e/i40evf: Add stats to track FD ATR and SB dynamic enable stateAnjali Singhai Jain2015-07-144-0/+18
* i40e: Implement ndo_features_check()Joe Stringer2015-07-141-0/+20
* i40evf: don't configure unused RSS queuesMitch Williams2015-06-261-1/+1
* i40evf: fix panic during MTU changeMitch Williams2015-06-264-65/+54
* e1000e: i219 - k1 workaround for LPT is not required for SPTYanir Lubetkin2015-06-261-2/+1
* e1000e: i219 - Increase minimum FIFO read/write min gapYanir Lubetkin2015-06-261-0/+46
* e1000e: i219 - increase IPG for speed 10/100 full duplexYanir Lubetkin2015-06-261-3/+7
* e1000e: i219 - fix to enable both ULP and EEE in Sx stateYanir Lubetkin2015-06-261-13/+32
* e1000e: synchronization of MAC-PHY interface only on non- ME systemsYanir Lubetkin2015-06-261-10/+12
* e1000e: fix locking issue with e1000e_disable_aspmYanir Lubetkin2015-06-261-4/+34
* igb: bump version of igb to 5.2.18Todd Fujinaka2015-06-261-1/+1
* igb: disable IPv6 extension header processingTodd Fujinaka2015-06-262-5/+10
* switchdev; add VLAN support for port's bridge_getlinkScott Feldman2015-06-232-3/+4
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* fm10k: Fix missing braces after if statementAlexander Duyck2015-06-171-1/+2
* fm10k: fix iov_msg_lport_state_pf issueJacob Keller2015-06-171-0/+8
* fm10k: remove err_no reference in fm10k_mbx.cJacob Keller2015-06-171-5/+0
* fm10k: fix incorrect DIR_NEVATIVE bit in 1588 codeJacob Keller2015-06-172-3/+3
* fm10k: pack TLV overlay structuresJacob Keller2015-06-171-4/+4
* fm10k: re-map all possible VF queues after a VFLRJacob Keller2015-06-171-0/+6
* fm10k: force LPORT delete when updating VLAN or MAC addressJacob Keller2015-06-171-15/+23
* fm10k: use dma_set_mask_and_coherent in fm10k_probeJacob Keller2015-06-171-18/+6
* fm10k: trivial fixup message style to include a colonJacob Keller2015-06-171-1/+1
* fm10k: remove extraneous NULL check on l2_accelJacob Keller2015-06-171-2/+1
* fm10k: use an unsigned int for i in ethtool_get_stringsJacob Keller2015-06-171-1/+1
* fm10k: add call to fm10k_clean_all_rx_rings in fm10k_downJacob Keller2015-06-171-0/+1
* fm10k: fix incorrect free on skb in ts_tx_enqueueJacob Keller2015-06-171-1/+1