index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_xsk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-20
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-1
/
+1
2024-05-08
xsk: use generic DMA sync shortcut instead of a custom one
Alexander Lobakin
1
-1
/
+1
2024-03-28
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
1
-2
/
+1
2024-01-24
intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers
Maciej Fijalkowski
1
-1
/
+2
2024-01-24
xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
Maciej Fijalkowski
1
-1
/
+0
2023-12-18
i40e: field get conversion
Jesse Brandeburg
1
-2
/
+1
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+13
2023-10-19
i40e: xsk: remove count_mask
Maciej Fijalkowski
1
-9
/
+13
2023-10-05
i40e: Remove circular header dependencies and fix headers
Ivan Vecera
1
-4
/
+0
2023-07-19
i40e: xsk: add TX multi-buffer support
Tirthendu Sarkar
1
-5
/
+5
2023-07-19
i40e: xsk: add RX multi-buffer support
Tirthendu Sarkar
1
-11
/
+80
2023-06-22
i40e, xsk: fix comment typo
Yueh-Shun Li
1
-1
/
+1
2022-10-14
i40e: Fix DMA mappings leak
Jan Sokolowski
1
-8
/
+59
2022-06-24
i40e: read the XDP program once per NAPI
Ciara Loftus
1
-7
/
+10
2022-04-21
i40e, xsk: Get rid of redundant 'fallthrough'
Maciej Fijalkowski
1
-1
/
+0
2022-04-15
i40e, xsk: Diversify return values from xsk_wakeup call paths
Maciej Fijalkowski
1
-3
/
+3
2022-04-15
i40e, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full
Maciej Fijalkowski
1
-10
/
+22
2022-02-19
i40e: remove dead stores on XSK hotpath
Alexander Lobakin
1
-2
/
+1
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+2
2022-01-31
i40e: respect metadata on XSK Rx to skb
Alexander Lobakin
1
-4
/
+10
2022-01-31
i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin
1
-3
/
+1
2022-01-27
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
1
-2
/
+2
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-10-29
intel: Simplify bool conversion
Yang Li
1
-1
/
+1
2021-09-28
i40e: Use the xsk batched rx allocation interface
Magnus Karlsson
1
-27
/
+25
2021-06-24
intel: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-3
/
+0
2021-06-03
i40e: add correct exception tracing for XDP
Magnus Karlsson
1
-2
/
+6
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-04-01
i40e: fix receiving of single packets in xsk zero-copy mode
Magnus Karlsson
1
-2
/
+2
2021-03-23
intel: clean up mismatched header comments
Jesse Brandeburg
1
-1
/
+1
2021-03-15
i40e: optimize for XDP_REDIRECT in xsk path
Magnus Karlsson
1
-4
/
+7
2021-02-22
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
1
-1
/
+1
2021-02-19
i40e: Fix endianness conversions
Norbert Ciosek
1
-1
/
+1
2021-02-12
i40e: Simplify the do-while allocation loop
Björn Töpel
1
-3
/
+1
2021-02-08
i40e: consolidate handling of XDP program actions
Cristian Dumitrescu
1
-37
/
+61
2021-02-08
i40e: remove the redundant buffer info updates
Cristian Dumitrescu
1
-19
/
+14
2021-02-08
i40e: remove unnecessary cleaned_count updates
Cristian Dumitrescu
1
-3
/
+1
2021-02-08
i40e: remove unnecessary memory writes of the next to clean pointer
Cristian Dumitrescu
1
-19
/
+11
2021-01-13
i40e: fix potential NULL pointer dereferencing
Cristian Dumitrescu
1
-1
/
+1
2020-12-16
i40e, xsk: clear the status bits for the next_to_use descriptor
Björn Töpel
1
-1
/
+4
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-39
/
+84
2020-11-24
i40e: remove redundant assignment
Marek Majtyka
1
-1
/
+0
2020-11-17
i40e: Use batched xsk Tx interfaces to increase performance
Magnus Karlsson
1
-35
/
+84
2020-11-17
i40e: Remove unnecessary sw_ring access from xsk Tx
Magnus Karlsson
1
-5
/
+1
2020-11-10
i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()
Dan Carpenter
1
-1
/
+1
2020-09-14
i40e, xsk: move buffer allocation out of the Rx processing loop
Björn Töpel
1
-8
/
+4
2020-09-14
i40e, xsk: remove HW descriptor prefetch in AF_XDP path
Björn Töpel
1
-0
/
+12
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
-18
/
+16
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
1
-37
/
+44
[next]