index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_xsk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
2024-05-20
1
-1
/
+1
|
\
|
*
xsk: use generic DMA sync shortcut instead of a custom one
Alexander Lobakin
2024-05-08
1
-1
/
+1
*
|
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
2024-03-29
1
-2
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-07
1
-4
/
+5
|
\
|
*
ice: reorder disabling IRQ and NAPI in ice_qp_dis
Maciej Fijalkowski
2024-03-01
1
-4
/
+5
*
|
ice: make ice_vsi_cfg_txq() static
Maciej Fijalkowski
2024-02-02
1
-17
/
+3
*
|
ice: make ice_vsi_cfg_rxq() static
Maciej Fijalkowski
2024-02-02
1
-1
/
+1
|
/
*
intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers
Maciej Fijalkowski
2024-01-25
1
-1
/
+2
*
xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
Maciej Fijalkowski
2024-01-25
1
-1
/
+0
*
ice: Implement VLAN tag hint
Larysa Zaremba
2023-12-14
1
-3
/
+3
*
ice: Support XDP hints in AF_XDP ZC mode
Larysa Zaremba
2023-12-14
1
-0
/
+5
*
ice: Make ptype internal to descriptor info processing
Larysa Zaremba
2023-12-14
1
-5
/
+1
*
ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrp
Przemek Kitszel
2023-10-03
1
-14
/
+8
*
ice: xsk: Tx multi-buffer support
Maciej Fijalkowski
2023-07-19
1
-23
/
+60
*
ice: xsk: add RX multi-buffer support
Maciej Fijalkowski
2023-07-19
1
-35
/
+101
*
ice: add individual interrupt allocation
Piotr Raczynski
2023-05-16
1
-4
/
+1
*
ice: use pci_irq_vector helper function
Piotr Raczynski
2023-05-16
1
-1
/
+1
*
ice: xsk: disable txq irq before flushing hw
Maciej Fijalkowski
2023-03-16
1
-3
/
+2
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-02-21
1
-24
/
+11
|
\
|
*
ice: Robustify cleaning/completing XDP Tx buffers
Alexander Lobakin
2023-02-13
1
-5
/
+7
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2023-02-17
1
-13
/
+31
|
\
\
|
|
/
|
/
|
|
*
ice: xsk: Fix cleaning of XDP_TX frames
Larysa Zaremba
2023-02-11
1
-6
/
+9
*
|
ice: xsk: Do not convert to buff to frame for XDP_TX
Maciej Fijalkowski
2023-02-01
1
-72
/
+104
*
|
ice: Add support for XDP multi-buffer on Tx side
Maciej Fijalkowski
2023-02-01
1
-15
/
+1
|
/
*
ice: xsk: do not use xdp_return_frame() on tx_buf->raw_buf
Maciej Fijalkowski
2022-12-22
1
-1
/
+1
*
ice: Accumulate ring statistics over reset
Benjamin Mikailenko
2022-11-23
1
-7
/
+18
*
ice: xsk: drop power of 2 ring size restriction for AF_XDP
Maciej Fijalkowski
2022-09-27
1
-13
/
+7
*
ice: xsk: change batched Tx descriptor cleaning
Maciej Fijalkowski
2022-09-27
1
-82
/
+61
*
ice: Fix DMA mappings leak
Przemyslaw Patynowski
2022-09-02
1
-0
/
+63
*
ice: xsk: use Rx ring's XDP ring when picking NAPI context
Maciej Fijalkowski
2022-08-22
1
-6
/
+6
*
ice: xsk: prohibit usage of non-balanced queue id
Maciej Fijalkowski
2022-08-22
1
-0
/
+6
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-04-28
1
-20
/
+33
|
\
|
*
ice, xsk: Avoid refilling single Rx descriptors
Maciej Fijalkowski
2022-04-15
1
-1
/
+4
|
*
ice, xsk: Diversify return values from xsk_wakeup call paths
Maciej Fijalkowski
2022-04-15
1
-3
/
+3
|
*
ice, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full
Maciej Fijalkowski
2022-04-15
1
-10
/
+19
|
*
ice, xsk: Decorate ICE_XDP_REDIR with likely()
Maciej Fijalkowski
2022-04-15
1
-10
/
+11
*
|
ice: xsk: check if Rx ring was filled up to the end
Maciej Fijalkowski
2022-04-14
1
-1
/
+6
|
/
*
ice: xsk: fix VSI state check in ice_xsk_wakeup()
Maciej Fijalkowski
2022-04-05
1
-1
/
+1
*
ice: synchronize_rcu() when terminating rings
Maciej Fijalkowski
2022-04-05
1
-1
/
+3
*
ice: xsk: Stop Rx processing when ntc catches ntu
Maciej Fijalkowski
2022-03-29
1
-0
/
+3
*
ice: xsk: Eliminate unnecessary loop iteration
Magnus Karlsson
2022-03-29
1
-1
/
+1
*
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
2022-02-10
1
-4
/
+2
|
\
|
*
ice: Add hot path support for 802.1Q and 802.1ad VLAN offloads
Brett Creeley
2022-02-09
1
-4
/
+2
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-10
1
-110
/
+264
|
\
\
|
|
/
|
/
|
|
*
ice: xsk: Borrow xdp_tx_active logic from i40e
Maciej Fijalkowski
2022-01-27
1
-3
/
+12
|
*
ice: xsk: Improve AF_XDP ZC Tx and use batching API
Maciej Fijalkowski
2022-01-27
1
-89
/
+167
|
*
ice: xsk: Handle SW XDP ring wrap and bump tail more often
Maciej Fijalkowski
2022-01-27
1
-20
/
+79
|
*
ice: xsk: Force rings to be sized to power of 2
Maciej Fijalkowski
2022-01-27
1
-0
/
+8
*
|
ice: respect metadata on XSK Rx to skb
Alexander Lobakin
2022-01-31
1
-4
/
+10
*
|
ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin
2022-01-31
1
-3
/
+1
|
/
[next]