summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Remove cppcheck suppressionsTony Nguyen2023-01-191-3/+0
* ice: Accumulate ring statistics over resetBenjamin Mikailenko2022-11-231-14/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-1/+1
|\
| * ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski2022-09-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-1/+4
|\|
| * ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba2022-09-211-1/+4
* | ice: track Tx timestamp stats similar to other Intel driversJacob Keller2022-08-161-1/+3
|/
* ice: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski2022-07-261-3/+5
* ice: Add mpls+tso supportJoe Damato2022-04-121-8/+21
* ice: avoid XDP checks in ice_clean_tx_irq()Maciej Fijalkowski2022-03-091-6/+1
* ice: store VF pointer instead of VF IDJacob Keller2022-03-031-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-02-101-9/+19
|\
| * ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley2022-02-091-9/+19
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-2/+4
|\ \ | |/ |/|
| * ice: xsk: Improve AF_XDP ZC Tx and use batching APIMaciej Fijalkowski2022-01-271-1/+1
| * ice: xsk: Avoid potential dead AF_XDP Tx processingMaciej Fijalkowski2022-01-271-0/+2
| * ice: Remove likely for napi_complete_doneMaciej Fijalkowski2022-01-271-1/+1
* | ice: respect metadata in legacy-rx/ice_construct_skb()Alexander Lobakin2022-01-311-4/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | ice: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-6/+13
|\ \
| * | ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski2021-12-171-6/+13
| |/
* | ice: use modern kernel API for kickJesse Brandeburg2021-12-151-4/+5
* | ice: use prefetch methodsJesse Brandeburg2021-12-151-1/+12
* | ice: update to newer kernel APIJesse Brandeburg2021-12-151-9/+9
|/
* ice: use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2021-10-191-2/+2
* ice: fix software generating extra interruptsJesse Brandeburg2021-10-191-11/+15
* ice: update dim usage and moderationJesse Brandeburg2021-10-191-35/+49
* ice: introduce XDP_TX fallback pathMaciej Fijalkowski2021-10-151-1/+15
* ice: optimize XDP_TX workloadsMaciej Fijalkowski2021-10-151-11/+10
* ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski2021-10-151-10/+13
* ice: do not create xdp_frame on XDP_TXMaciej Fijalkowski2021-10-151-1/+1
* ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski2021-10-151-57/+74
* ice: switchdev slow pathGrzegorz Nitka2021-10-071-0/+3
* ice: Add DSCP supportDave Ertman2021-09-281-0/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-281-5/+1
|\
| * intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-5/+1
* | ice: add tracepointsJesse Brandeburg2021-06-251-0/+9
* | ice: report hash type such as L2/L3/L4Jesse Brandeburg2021-06-181-1/+1
|/
* ice: enable transmit timestamps for E810 devicesJacob Keller2021-06-111-0/+37
* ice: Allow all LLDP packets from PF to TxDave Ertman2021-06-041-1/+4
* ice: add correct exception tracing for XDPMagnus Karlsson2021-06-031-3/+9
* ice: refactor ITR data structuresJesse Brandeburg2021-04-141-2/+2
* ice: manage interrupts during poll exitJesse Brandeburg2021-04-141-1/+12
* ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller2021-04-141-253/+50
* ice: Consolidate VSI state and flagsAnirudh Venkataramanan2021-03-311-3/+3
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-8/+7
|\
| * bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-8/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-17/+0
|\ \