aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
2020-07-22ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus
2020-06-20ixgbe: fix signed-integer-overflow warningXie XiuQi
2020-06-20ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4KJesper Dangaard Brouer
2020-02-05ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu
2020-01-27ixgbe: sync the first fragment unconditionallyFiro Yang
2019-12-31ixgbe: protect TX timestamping from API misuseManjunath Patil
2019-11-24ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl
2019-11-24ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limitRadoslaw Tyl
2019-07-31ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues
2019-03-23ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser
2018-11-27ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl
2018-10-10ixgbe: check return value of napi_complete_done()Song Liu
2018-08-24ixgbe: Be more careful when modifying MAC filtersAlexander Duyck
2018-07-22ixgbe: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer
2018-06-21ixgbe: return error on unsupported SFP module when resettingEmil Tantilov
2018-05-30ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL modeJacob Keller
2018-04-26ixgbe: don't set RXDCTL.RLPML for 82599Emil Tantilov
2018-03-08ixgbe: fix crash in build_skb Rx code pathEmil Tantilov
2017-12-25ixgbe: fix use of uninitialized paddingEmil Tantilov
2017-11-30ixgbe: Fix skb list corruption on Power systemsBrian King
2017-10-26ixgbe: Fix Tx map failure pathAlexander Duyck
2017-10-09ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend
2017-10-09net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong
2017-10-09Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong
2017-10-09ixgbe: fix masking of bits read from IXGBE_VXLANCTRL registerSabrina Dubroca
2017-10-09ixgbe: Return error when getting PHY address if PHY access is not supportedMark D Rustad
2017-08-24ixgbe: use return codes from ndo_xdp_xmit that are distinguishableJesper Dangaard Brouer
2017-08-18ixgbe: change ndo_xdp_xmit return code on xmit errorsJesper Dangaard Brouer
2017-08-18net/sched: Fix the logic error to decide the ingress qdiscChris Mi
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07ixgbe: push cls_u32 and mqprio setup_tc processing into separate functionsJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko
2017-07-25ixgbe: Disable flow control for XFITony Nguyen
2017-07-25ixgbe: Do not support flow control autonegotiation for X553Tony Nguyen
2017-07-25ixgbe: Update NW_MNG_IF_SEL support for X553Tony Nguyen
2017-07-25ixgbe: Enable LASI interrupts for X552 devicesTony Nguyen
2017-07-25ixgbe: Ensure MAC filter was added before setting MACVLANTony Nguyen
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend
2017-07-17xdp: add trace event for xdp redirectJohn Fastabend
2017-07-17ixgbe: add initial support for xdp redirectJohn Fastabend
2017-07-17ixgbe: NULL xdp_tx rings on resource cleanupJohn Fastabend
2017-06-16bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-13ixgbe: pci_set_drvdata must be called before register_netdevJeff Mahoney
2017-06-13ixgbe: Resolve cppcheck format string warningTony Nguyen
2017-06-13ixgbe: fix writes to PFQDEEmil Tantilov