summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-28ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme1-1/+2
2021-07-28ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET1-0/+1
2021-03-30ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu1-2/+4
2020-07-22ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus1-3/+11
2020-06-20ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4KJesper Dangaard Brouer1-1/+2
2020-02-05ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu1-10/+27
2020-01-27ixgbe: sync the first fragment unconditionallyFiro Yang1-7/+9
2019-12-31ixgbe: protect TX timestamping from API misuseManjunath Patil1-1/+2
2019-11-24ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl1-2/+8
2019-11-24ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limitRadoslaw Tyl1-4/+10
2019-03-23ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher1-2/+5
2018-10-10ixgbe: check return value of napi_complete_done()Song Liu1-5/+7
2018-07-22ixgbe: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer1-10/+14
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-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: 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: Update NW_MNG_IF_SEL support for X553Tony Nguyen1-1/+1
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-06-16bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-0/+2
2017-06-14ixgbe: pci_set_drvdata must be called before register_netdevJeff Mahoney1-1/+1
2017-06-14ixgbe: Bump version numberTony Nguyen1-1/+1
2017-06-14ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+1
2017-06-14ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller1-10/+13
2017-06-14ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-5/+15
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+5
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen1-2/+6
2017-05-31ixgbe: Resolve truncation warning for q_vector->nameTony Nguyen1-7/+7
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: 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-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 Nguyen1-2/+28
2017-04-30ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt1-0/+2
2017-04-30ixgbe: delay tail write to every 'n' packetsJohn Fastabend1-11/+17