summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2017-08-24ixgbe: use return codes from ndo_xdp_xmit that are distinguishableJesper Dangaard Brouer1-2/+2
2017-08-19ixgbe: 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-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+3
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-11/+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 Pirko1-4/+5
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko1-1/+1
2017-07-26ixgbe: Disable flow control for XFITony Nguyen2-27/+35
2017-07-26ixgbe: Do not support flow control autonegotiation for X553Tony Nguyen1-6/+19
2017-07-26ixgbe: Update NW_MNG_IF_SEL support for X553Tony Nguyen3-6/+14
2017-07-26ixgbe: Enable LASI interrupts for X552 devicesTony Nguyen1-9/+22
2017-07-26ixgbe: 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-06-16bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-0/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-14ixgbe: pci_set_drvdata must be called before register_netdevJeff Mahoney1-1/+1
2017-06-14ixgbe: Resolve cppcheck format string warningTony Nguyen1-1/+1
2017-06-14ixgbe: fix writes to PFQDEEmil Tantilov1-1/+1
2017-06-14ixgbe: Bump version numberTony Nguyen1-1/+1
2017-06-14ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller3-0/+29
2017-06-14ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller3-10/+17
2017-06-14ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-5/+15
2017-06-14ixgbe: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller1-3/+12
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+5
2017-05-31ixgbe: fix incorrect status checkEmil Tantilov1-4/+4
2017-05-31ixgbe: add missing configuration for rate select 1Emil Tantilov1-0/+19
2017-05-31ixgbe: always call setup_mac_link for multispeed fiberEmil Tantilov1-18/+0
2017-05-31ixgbe: add write flush when configuring CS4223/7Emil Tantilov1-2/+18
2017-05-31ixgbe: correct CS4223/7 PHY identificationEmil Tantilov2-6/+7
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen5-11/+18
2017-05-31ixgbe: Resolve truncation warning for q_vector->nameTony Nguyen1-7/+7
2017-05-31ixgbe: Add error checking to setting VF MACTony Nguyen1-13/+41
2017-05-31ixgbe: Correct thermal sensor event checkMark Rustad1-2/+1
2017-05-31ixgbe: enable L3/L4 filtering for Tx switched packetsEmil Tantilov1-0/+3
2017-05-31ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt3-2/+29
2017-05-31ixgbe: initialize u64_stats_sync structures early at ixgbe_probeLiwei Song1-4/+4
2017-05-31ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packetsScott Peterson1-2/+10
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-09Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+2
2017-04-30ixgbe: Check for RSS key before setting valueTony Nguyen4-7/+31
2017-04-30ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt4-1/+49
2017-04-30ixgbe: Allow setting zero MAC address for VFTony Nguyen1-10/+18
2017-04-30ixgbe: clean macvlan MAC filter table on VF resetEmil Tantilov1-52/+53
2017-04-30ixgbe: delay tail write to every 'n' packetsJohn Fastabend1-11/+17
2017-04-30ixgbe: add support for XDP_TX actionJohn Fastabend4-53/+348