aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-09-27ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski1-1/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-09-21ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba1-1/+4
2022-08-16ice: track Tx timestamp stats similar to other Intel driversJacob Keller1-1/+3
2022-07-26ice: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski1-3/+5
2022-04-12ice: Add mpls+tso supportJoe Damato1-8/+21
2022-03-09ice: avoid XDP checks in ice_clean_tx_irq()Maciej Fijalkowski1-6/+1
2022-03-03ice: store VF pointer instead of VF IDJacob Keller1-1/+1
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-9/+19
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+4
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley1-9/+19
2022-01-31ice: respect metadata in legacy-rx/ice_construct_skb()Alexander Lobakin1-4/+11
2022-01-27ice: xsk: Improve AF_XDP ZC Tx and use batching APIMaciej Fijalkowski1-1/+1
2022-01-27ice: xsk: Avoid potential dead AF_XDP Tx processingMaciej Fijalkowski1-0/+2
2022-01-27ice: Remove likely for napi_complete_doneMaciej Fijalkowski1-1/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-28ice: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+13
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski1-6/+13
2021-12-15ice: use modern kernel API for kickJesse Brandeburg1-4/+5
2021-12-15ice: use prefetch methodsJesse Brandeburg1-1/+12
2021-12-15ice: update to newer kernel APIJesse Brandeburg1-9/+9
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-10-19ice: use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-2/+2
2021-10-19ice: fix software generating extra interruptsJesse Brandeburg1-11/+15
2021-10-19ice: update dim usage and moderationJesse Brandeburg1-35/+49
2021-10-15ice: introduce XDP_TX fallback pathMaciej Fijalkowski1-1/+15
2021-10-15ice: optimize XDP_TX workloadsMaciej Fijalkowski1-11/+10
2021-10-15ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski1-10/+13
2021-10-15ice: do not create xdp_frame on XDP_TXMaciej Fijalkowski1-1/+1
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-57/+74
2021-10-07ice: switchdev slow pathGrzegorz Nitka1-0/+3
2021-09-28ice: Add DSCP supportDave Ertman1-0/+34
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+1
2021-06-25ice: add tracepointsJesse Brandeburg1-0/+9
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-5/+1
2021-06-18ice: report hash type such as L2/L3/L4Jesse Brandeburg1-1/+1
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller1-0/+37
2021-06-04ice: Allow all LLDP packets from PF to TxDave Ertman1-1/+4
2021-06-03ice: add correct exception tracing for XDPMagnus Karlsson1-3/+9
2021-04-14ice: refactor ITR data structuresJesse Brandeburg1-2/+2
2021-04-14ice: manage interrupts during poll exitJesse Brandeburg1-1/+12
2021-04-14ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller1-253/+50
2021-03-31ice: Consolidate VSI state and flagsAnirudh Venkataramanan1-3/+3
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+7
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-17/+0
2021-03-22ice: Check FDIR program status for AVFQi Zhang1-0/+5
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-8/+7
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski1-17/+0