summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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...David 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
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2-2/+2
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko3-13/+6
2017-08-07ixgbe: push cls_u32 and mqprio setup_tc processing into separate functionsJiri Pirko1-28/+39
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko3-10/+12
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko1-1/+1
2017-08-01ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli1-0/+4
2017-08-01i40e: Initialize 64-bit statistics TX ring seqcountFlorian Fainelli1-0/+2
2017-07-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller11-56/+122
2017-07-26i40e: handle setting administratively set MAC address back to zeroStefan Assmann1-2/+10
2017-07-26i40evf: remove unnecessary __packedTushar Dave1-2/+2
2017-07-26i40evf: Use le32_to_cpu before evaluating HW desc fieldsTushar Dave1-7/+7
2017-07-26i40e: report BPF prog id during XDP_QUERY_PROGDaniel Borkmann1-0/+1
2017-07-26i40evf: add some missing includesJesse Brandeburg1-0/+11
2017-07-26i40e: display correct UDP tunnel type nameJacob Keller1-8/+20
2017-07-26i40e/i40evf: remove mismatched type warningsJesse Brandeburg5-12/+12
2017-07-26i40e/i40evf: make IPv6 ATR code clearerJesse Brandeburg1-3/+9
2017-07-26i40e: fix odd formatting and indentJesse Brandeburg1-10/+8
2017-07-26i40e: fix up 32 bit timespec referencesJesse Brandeburg1-3/+2
2017-07-26i40e: Handle admin Q timeout when releasing NVMPaul M Stillwell Jr1-2/+19
2017-07-26i40e: remove WQ_UNBOUND and the task limit of our workqueueJacob Keller1-5/+7
2017-07-26i40e: Fix for trace found with S4 stateCarolyn Wyborny1-1/+13
2017-07-26i40e: fix incorrect variable assignmentGustavo A R Silva1-1/+1
2017-07-25ixgbe: Disable flow control for XFITony Nguyen2-27/+35
2017-07-25ixgbe: Do not support flow control autonegotiation for X553Tony Nguyen1-6/+19
2017-07-25ixgbe: Update NW_MNG_IF_SEL support for X553Tony Nguyen3-6/+14
2017-07-25ixgbe: Enable LASI interrupts for X552 devicesTony Nguyen1-9/+22
2017-07-25ixgbe: Ensure MAC filter was added before setting MACVLANTony Nguyen1-3/+6
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend1-3/+25
2017-07-17xdp: add trace event for xdp redirectJohn Fastabend1-1/+1
2017-07-17ixgbe: add initial support for xdp redirectJohn Fastabend1-1/+40
2017-07-17ixgbe: NULL xdp_tx rings on resource cleanupJohn Fastabend1-2/+6
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-23/+13