summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: change ndo_xdp_xmit return code on xmit errorsJesper Dangaard Brouer2017-08-181-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-0914-31/+166
|\
| * igb: support BCM54616 PHYJohn W Linville2017-08-083-0/+8
| * igbvf: convert msleep to mdelay in atomic contextGreg Edwards2017-08-081-1/+1
| * igbvf: after mailbox write, wait for replyGreg Edwards2017-08-081-2/+8
| * igbvf: add lock around mailbox opsGreg Edwards2017-08-084-0/+56
| * e1000e: Initial Support for IceLakeSasha Neftin2017-08-082-0/+8
| * igb: do not drop PF mailbox lock after read of VF messageGreg Edwards2017-08-084-12/+26
| * igb: expose mailbox unlock methodGreg Edwards2017-08-083-0/+41
| * igb: add argument names to mailbox op function declarationsGreg Edwards2017-08-082-13/+14
| * igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen2017-08-081-2/+0
| * e1000e: add check on e1e_wphy() return valueGustavo A R Silva2017-08-081-0/+2
| * igb: protect TX timestamping from API misuseCliff Spradlin2017-08-081-1/+2
| * igb: Fix error of RX network flow classificationGangfeng Huang2017-08-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-092-0/+6
|\ \ | |/ |/|
| * ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli2017-08-011-0/+4
| * i40e: Initialize 64-bit statistics TX ring seqcountFlorian Fainelli2017-08-011-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/+6
* | 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-2611-56/+122
|\ \
| * | i40e: handle setting administratively set MAC address back to zeroStefan Assmann2017-07-261-2/+10
| * | i40evf: remove unnecessary __packedTushar Dave2017-07-261-2/+2
| * | i40evf: Use le32_to_cpu before evaluating HW desc fieldsTushar Dave2017-07-261-7/+7
| * | i40e: report BPF prog id during XDP_QUERY_PROGDaniel Borkmann2017-07-261-0/+1
| * | i40evf: add some missing includesJesse Brandeburg2017-07-261-0/+11
| * | i40e: display correct UDP tunnel type nameJacob Keller2017-07-261-8/+20
| * | i40e/i40evf: remove mismatched type warningsJesse Brandeburg2017-07-265-12/+12
| * | i40e/i40evf: make IPv6 ATR code clearerJesse Brandeburg2017-07-261-3/+9
| * | i40e: fix odd formatting and indentJesse Brandeburg2017-07-261-10/+8
| * | i40e: fix up 32 bit timespec referencesJesse Brandeburg2017-07-261-3/+2
| * | i40e: Handle admin Q timeout when releasing NVMPaul M Stillwell Jr2017-07-261-2/+19
| * | i40e: remove WQ_UNBOUND and the task limit of our workqueueJacob Keller2017-07-261-5/+7
| * | i40e: Fix for trace found with S4 stateCarolyn Wyborny2017-07-261-1/+13
| * | i40e: fix incorrect variable assignmentGustavo A R Silva2017-07-261-1/+1
* | | ixgbe: Disable flow control for XFITony Nguyen2017-07-252-27/+35
* | | ixgbe: Do not support flow control autonegotiation for X553Tony Nguyen2017-07-251-6/+19
* | | ixgbe: Update NW_MNG_IF_SEL support for X553Tony Nguyen2017-07-253-6/+14
* | | ixgbe: Enable LASI interrupts for X552 devicesTony Nguyen2017-07-251-9/+22
* | | ixgbe: Ensure MAC filter was added before setting MACVLANTony Nguyen2017-07-251-3/+6
|/ /
* | xdp: Add batching support to redirect mapJohn Fastabend2017-07-171-3/+25
* | xdp: add trace event for xdp redirectJohn Fastabend2017-07-171-1/+1
* | ixgbe: add initial support for xdp redirectJohn Fastabend2017-07-171-1/+40
* | ixgbe: NULL xdp_tx rings on resource cleanupJohn Fastabend2017-07-171-2/+6
|/
* Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-23/+13
|\