summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | 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/+8Star
| * | i40e: fix up 32 bit timespec referencesJesse Brandeburg2017-07-261-3/+2Star
| * | 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-262-27/+35
* | | ixgbe: Do not support flow control autonegotiation for X553Tony Nguyen2017-07-261-6/+19
* | | ixgbe: Update NW_MNG_IF_SEL support for X553Tony Nguyen2017-07-263-6/+14
* | | ixgbe: Enable LASI interrupts for X552 devicesTony Nguyen2017-07-261-9/+22
* | | ixgbe: Ensure MAC filter was added before setting MACVLANTony Nguyen2017-07-261-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-091-23/+13Star
|\
| * PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig2017-07-031-23/+13Star
* | i40e: don't hold RTNL lock for the entire resetJacob Keller2017-06-211-20/+7Star
* | i40e: Handle PE_CRITERR properly with IWARP enabledCatherine Sullivan2017-06-211-2/+2
* | i40e: clear only cause_ena bitShannon Nelson2017-06-211-2/+12
* | i40e: fix disabling overflow promiscuous modeAlan Brady2017-06-211-3/+2Star
* | i40e: Add support for OEM firmware versionFilip Sadowski2017-06-212-14/+81
* | i40e: genericize the partition bandwidth controlShannon Nelson2017-06-212-28/+26Star
* | i40e: Add message for unsupported MFP modeCarolyn Wyborny2017-06-211-0/+6
* | i40e: Support firmware CEE DCB UP to TC map re-definitionGreg Bowers2017-06-211-4/+7
* | i40e: Fix potential out of bound array accessSudheer Mogilappagari2017-06-211-1/+3
* | i40e: comment that udp_port must be in host byte orderJacob Keller2017-06-211-1/+5
* | i40e: use dev_dbg instead of dev_info when warning about missing routineJacob Keller2017-06-211-3/+3
* | i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flagsAlice Michael2017-06-212-4/+5
* | i40evf: assign num_active_queues inside i40evf_alloc_queuesJacob Keller2017-06-211-7/+11
* | i40e: add support for XDP_TX actionBjörn Töpel2017-06-215-87/+384
* | i40e: add XDP support for pass and drop actionsBjörn Töpel2017-06-214-31/+194
* | bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau2017-06-161-0/+2
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-2/+2