summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-09-062-40/+61
|\
| * i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aqJacob Keller2017-09-061-0/+1
| * i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain2017-09-062-40/+60
* | i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller2017-08-284-10/+36
* | i40e/i40evf: remove ULTRA latency modeJacob Keller2017-08-284-36/+0Star
* | i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller2017-08-282-31/+30Star
* | i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller2017-08-282-7/+12
* | i40e: move enabling icr0 into i40e_update_enable_itrJacob Keller2017-08-281-2/+6
* | i40e: remove workaround for resetting XPSJacob Keller2017-08-281-12/+5Star
* | i40e: Fix for unused value issue found by static analysisCarolyn Wyborny2017-08-281-1/+3
* | i40e: 25G FEC status improvementsMariusz Stachura2017-08-281-2/+16
* | i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura2017-08-284-0/+137
* | i40e: force VMDQ device name truncationJacob Keller2017-08-281-2/+7
* | i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller2017-08-282-13/+10Star
* | i40e: Use correct flag to enable egress traffic for unicast promiscAkeem G Abodunrin2017-08-281-1/+1
* | i40e: prevent snprintf format specifier truncationJacob Keller2017-08-282-4/+4
* | i40e: Store the requested FEC informationMariusz Stachura2017-08-283-0/+6
* | i40e: Update state variable for adminq subtaskSudheer Mogilappagari2017-08-281-2/+8
* | i40e: synchronize nvmupdate command and adminq subtaskSudheer Mogilappagari2017-08-251-0/+6
* | i40e: prevent changing ITR if adaptive-rx/tx enabledAlan Brady2017-08-251-22/+43
* | i40e: use cpumask_copy instead of direct assignmentJacob Keller2017-08-252-2/+2
* | i40evf: use netdev variable in reset taskAlan Brady2017-08-251-2/+2
* | i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann2017-08-254-23/+23
* | i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlanJacob Keller2017-08-251-10/+13
* | i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller2017-08-252-28/+70
* | i40e: Detect ATR HW Evict NVM issue and disable the featureAnjali Singhai Jain2017-08-251-0/+8
* | i40e: remove workaround for Open Firmware MAC addressJacob Keller2017-08-252-61/+0Star
* | i40e: separate hw_features from runtime changing flagsJacob Keller2017-08-259-88/+85Star
* | i40e: Fix a bug with VMDq RSS queue allocationAnjali Singhai Jain2017-08-251-23/+23
* | i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari2017-08-253-1/+24
* | i40e/i40evf: adjust packet size to account for double VLANsMitch Williams2017-08-254-3/+4
* | ixgbe: use return codes from ndo_xdp_xmit that are distinguishableJesper Dangaard Brouer2017-08-241-2/+2
* | ixgbe: change ndo_xdp_xmit return code on xmit errorsJesper Dangaard Brouer2017-08-191-1/+1
* | net/sched: Fix the logic error to decide the ingress qdiscChris Mi2017-08-181-1/+1
* | net: sched: use newly added classid identity helpersJiri Pirko2017-08-111-1/+1
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2017-08-1014-31/+166
|\ \
| * | igb: support BCM54616 PHYJohn W Linville2017-08-093-0/+8
| * | igbvf: convert msleep to mdelay in atomic contextGreg Edwards2017-08-091-1/+1
| * | igbvf: after mailbox write, wait for replyGreg Edwards2017-08-091-2/+8
| * | igbvf: add lock around mailbox opsGreg Edwards2017-08-094-0/+56
| * | e1000e: Initial Support for IceLakeSasha Neftin2017-08-092-0/+8
| * | igb: do not drop PF mailbox lock after read of VF messageGreg Edwards2017-08-094-12/+26
| * | igb: expose mailbox unlock methodGreg Edwards2017-08-093-0/+41
| * | igb: add argument names to mailbox op function declarationsGreg Edwards2017-08-092-13/+14
| * | igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen2017-08-091-2/+0Star
| * | e1000e: add check on e1e_wphy() return valueGustavo A R Silva2017-08-091-0/+2
| * | igb: protect TX timestamping from API misuseCliff Spradlin2017-08-091-1/+2
| * | igb: Fix error of RX network flow classificationGangfeng Huang2017-08-091-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-102-0/+6
|\ \ \ | |/ / |/| / | |/
| * ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli2017-08-021-0/+4