index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_xsk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-14
ice: xsk: check if Rx ring was filled up to the end
Maciej Fijalkowski
1
-1
/
+6
2022-04-05
ice: xsk: fix VSI state check in ice_xsk_wakeup()
Maciej Fijalkowski
1
-1
/
+1
2022-04-05
ice: synchronize_rcu() when terminating rings
Maciej Fijalkowski
1
-1
/
+3
2022-03-28
ice: xsk: Stop Rx processing when ntc catches ntu
Maciej Fijalkowski
1
-0
/
+3
2022-03-28
ice: xsk: Eliminate unnecessary loop iteration
Magnus Karlsson
1
-1
/
+1
2022-02-10
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
1
-4
/
+2
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-110
/
+264
2022-02-09
ice: Add hot path support for 802.1Q and 802.1ad VLAN offloads
Brett Creeley
1
-4
/
+2
2022-01-31
ice: respect metadata on XSK Rx to skb
Alexander Lobakin
1
-4
/
+10
2022-01-31
ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin
1
-3
/
+1
2022-01-27
ice: xsk: Borrow xdp_tx_active logic from i40e
Maciej Fijalkowski
1
-3
/
+12
2022-01-27
ice: xsk: Improve AF_XDP ZC Tx and use batching API
Maciej Fijalkowski
1
-89
/
+167
2022-01-27
ice: xsk: Handle SW XDP ring wrap and bump tail more often
Maciej Fijalkowski
1
-20
/
+79
2022-01-27
ice: xsk: Force rings to be sized to power of 2
Maciej Fijalkowski
1
-0
/
+8
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2021-12-17
ice: xsk: fix cleaned_count setting
Maciej Fijalkowski
1
-5
/
+1
2021-12-17
ice: xsk: allow empty Rx descriptors on XSK ZC data path
Maciej Fijalkowski
1
-4
/
+10
2021-12-17
ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptor
Maciej Fijalkowski
1
-5
/
+1
2021-12-17
ice: remove dead store on XSK hotpath
Alexander Lobakin
1
-1
/
+0
2021-12-17
ice: xsk: allocate separate memory for XDP SW ring
Maciej Fijalkowski
1
-16
/
+17
2021-12-17
ice: xsk: return xsk buffers back to pool when cleaning the ring
Maciej Fijalkowski
1
-6
/
+6
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-11-30
ice: xsk: clear status_error0 for each allocated desc
Maciej Fijalkowski
1
-0
/
+1
2021-10-29
intel: Simplify bool conversion
Yang Li
1
-1
/
+1
2021-10-15
ice: propagate xdp_ring onto rx_ring
Maciej Fijalkowski
1
-11
/
+14
2021-10-15
ice: split ice_ring onto Tx/Rx separate structs
Maciej Fijalkowski
1
-23
/
+26
2021-09-28
ice: Use the xsk batched rx allocation interface
Magnus Karlsson
1
-25
/
+19
2021-09-28
ice: Use xdp_buf instead of rx_buf for xsk zero-copy
Magnus Karlsson
1
-28
/
+28
2021-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+0
2021-06-24
intel: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-3
/
+0
2021-06-18
ice: report hash type such as L2/L3/L4
Jesse Brandeburg
1
-1
/
+1
2021-06-07
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
1
-1
/
+1
2021-06-07
ice: Refactor ice_setup_rx_ctx
Krzysztof Kazimierczak
1
-1
/
+1
2021-06-03
ice: track AF_XDP ZC enabled queues in bitmap
Maciej Fijalkowski
1
-0
/
+3
2021-06-03
ice: add correct exception tracing for XDP
Magnus Karlsson
1
-2
/
+6
2021-04-14
ice: refactor interrupt moderation writes
Jesse Brandeburg
1
-3
/
+0
2021-04-14
ice: Drop leading underscores in enum ice_pf_state
Anirudh Venkataramanan
1
-3
/
+3
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-5
/
+5
2021-03-15
ice: optimize for XDP_REDIRECT in xsk path
Magnus Karlsson
1
-4
/
+8
2021-03-12
ice: fix napi work done reporting in xsk path
Magnus Karlsson
1
-5
/
+5
2021-02-12
ice: skip NULL check against XDP prog in ZC path
Maciej Fijalkowski
1
-4
/
+3
2021-02-08
ice: Remove xsk_buff_pool from VSI structure
Michal Swiatkowski
1
-62
/
+9
2020-12-16
ice, xsk: clear the status bits for the next_to_use descriptor
Björn Töpel
1
-1
/
+4
2020-12-14
ice, xsk: Move Rx allocation out of while-loop
Björn Töpel
1
-6
/
+3
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...
Magnus Karlsson
1
-1
/
+1
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces
Magnus Karlsson
1
-14
/
+14
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
1
-68
/
+68
2020-08-01
ice: Misc minor fixes
Tony Nguyen
1
-2
/
+0
2020-07-29
ice: need_wakeup flag might not be set for Tx
Krzysztof Kazimierczak
1
-8
/
+2
2020-07-01
ice: replace single-element array used for C struct hack
Bruce Allan
1
-2
/
+4
[next]