aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-26i40e: Add programming descriptors to cleaned_countAlexander Duyck1-0/+1
2017-10-26i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setupAlexander Duyck1-1/+1
2017-10-26ixgbe: Fix Tx map failure pathAlexander Duyck1-12/+6
2017-10-26igb: Fix TX map failure pathJean-Philippe Brucker1-1/+1
2017-10-26e1000: avoid null pointer dereference on invalid stat typeColin Ian King1-5/+4
2017-10-26e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione1-2/+9
2017-10-10i40e: Fix memory leak related filter programming statusAlexander Duyck1-27/+36
2017-10-10i40e: Fix comment about locking for __i40e_read_nvm_word()Stefano Brivio1-1/+1
2017-10-09ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend1-8/+8
2017-10-09net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong2-41/+0
2017-10-09Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong1-1/+1
2017-10-09ixgbe: fix masking of bits read from IXGBE_VXLANCTRL registerSabrina Dubroca1-1/+1
2017-10-09ixgbe: Return error when getting PHY address if PHY access is not supportedMark D Rustad1-0/+4
2017-09-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller2-40/+61
2017-09-05i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aqJacob Keller1-0/+1
2017-09-05i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain2-40/+60
2017-08-27i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller4-10/+36
2017-08-27i40e/i40evf: remove ULTRA latency modeJacob Keller4-36/+0
2017-08-27i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller2-31/+30
2017-08-27i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller2-7/+12
2017-08-27i40e: move enabling icr0 into i40e_update_enable_itrJacob Keller1-2/+6
2017-08-27i40e: remove workaround for resetting XPSJacob Keller1-12/+5
2017-08-27i40e: Fix for unused value issue found by static analysisCarolyn Wyborny1-1/+3
2017-08-27i40e: 25G FEC status improvementsMariusz Stachura1-2/+16
2017-08-27i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura4-0/+137
2017-08-27i40e: force VMDQ device name truncationJacob Keller1-2/+7
2017-08-27i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller2-13/+10
2017-08-27i40e: Use correct flag to enable egress traffic for unicast promiscAkeem G Abodunrin1-1/+1
2017-08-27i40e: prevent snprintf format specifier truncationJacob Keller2-4/+4
2017-08-27i40e: Store the requested FEC informationMariusz Stachura3-0/+6
2017-08-27i40e: Update state variable for adminq subtaskSudheer Mogilappagari1-2/+8
2017-08-25i40e: synchronize nvmupdate command and adminq subtaskSudheer Mogilappagari1-0/+6
2017-08-25i40e: prevent changing ITR if adaptive-rx/tx enabledAlan Brady1-22/+43
2017-08-25i40e: use cpumask_copy instead of direct assignmentJacob Keller2-2/+2
2017-08-25i40evf: use netdev variable in reset taskAlan Brady1-2/+2
2017-08-25i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_resourceStefan Assmann4-23/+23
2017-08-25i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlanJacob Keller1-10/+13
2017-08-25i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller2-28/+70
2017-08-25i40e: Detect ATR HW Evict NVM issue and disable the featureAnjali Singhai Jain1-0/+8
2017-08-25i40e: remove workaround for Open Firmware MAC addressJacob Keller2-61/+0
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller9-88/+85
2017-08-25i40e: Fix a bug with VMDq RSS queue allocationAnjali Singhai Jain1-23/+23
2017-08-25i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari3-1/+24
2017-08-25i40e/i40evf: adjust packet size to account for double VLANsMitch Williams4-3/+4
2017-08-24ixgbe: use return codes from ndo_xdp_xmit that are distinguishableJesper Dangaard Brouer1-2/+2
2017-08-18ixgbe: change ndo_xdp_xmit return code on xmit errorsJesper Dangaard Brouer1-1/+1
2017-08-18net/sched: Fix the logic error to decide the ingress qdiscChris Mi1-1/+1
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko1-1/+1