aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller14-31/+166
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+6
2017-08-08igb: support BCM54616 PHYJohn W Linville3-0/+8
2017-08-08igbvf: convert msleep to mdelay in atomic contextGreg Edwards1-1/+1
2017-08-08igbvf: after mailbox write, wait for replyGreg Edwards1-2/+8
2017-08-08igbvf: add lock around mailbox opsGreg Edwards4-0/+56
2017-08-08e1000e: Initial Support for IceLakeSasha Neftin2-0/+8
2017-08-08igb: do not drop PF mailbox lock after read of VF messageGreg Edwards4-12/+26
2017-08-08igb: expose mailbox unlock methodGreg Edwards3-0/+41
2017-08-08igb: add argument names to mailbox op function declarationsGreg Edwards2-13/+14
2017-08-08igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen1-2/+0
2017-08-08e1000e: add check on e1e_wphy() return valueGustavo A R Silva1-0/+2
2017-08-08igb: protect TX timestamping from API misuseCliff Spradlin1-1/+2
2017-08-08igb: Fix error of RX network flow classificationGangfeng Huang1-2/+2
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko3-9/+13