summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * i40e: Initialize 64-bit statistics TX ring seqcountFlorian Fainelli2017-08-021-0/+2
* | net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-073-9/+13
* | net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-072-2/+2
* | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-073-13/+6Star
* | ixgbe: push cls_u32 and mqprio setup_tc processing into separate functionsJiri Pirko2017-08-071-28/+39
* | net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-073-10/+12
* | net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-041-1/+1
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-07-2711-56/+122
|\ \
| * | i40e: handle setting administratively set MAC address back to zeroStefan Assmann2017-07-261-2/+10