summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2019-07-31ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2-1/+3
2019-03-23ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher1-2/+5
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2018-11-27ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl1-1/+3
2018-10-10ixgbe: check return value of napi_complete_done()Song Liu1-5/+7
2018-08-24ixgbe: Be more careful when modifying MAC filtersAlexander Duyck1-1/+11
2018-07-22ixgbe: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer1-10/+14
2018-06-20ixgbe: return error on unsupported SFP module when resettingEmil Tantilov1-0/+3
2018-05-30ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL modeJacob Keller1-1/+2
2018-04-26ixgbe: don't set RXDCTL.RLPML for 82599Emil Tantilov1-2/+6
2018-03-09ixgbe: fix crash in build_skb Rx code pathEmil Tantilov1-0/+8
2017-12-25ixgbe: fix use of uninitialized paddingEmil Tantilov2-2/+4
2017-11-30ixgbe: Fix skb list corruption on Power systemsBrian King1-1/+1
2017-10-26ixgbe: Fix Tx map failure pathAlexander Duyck1-12/+6
2017-10-09ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend1-8/+8
2017-10-09net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong2-41/+0
2017-10-09Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong1-1/+1
2017-10-09ixgbe: fix masking of bits read from IXGBE_VXLANCTRL registerSabrina Dubroca1-1/+1
2017-10-09ixgbe: Return error when getting PHY address if PHY access is not supportedMark D Rustad1-0/+4
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