index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_txrx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice: fix Rx page leak on multi-buffer frames
Jacob Keller
2025-09-16
1
-46
/
+34
*
ice: fix incorrect counter for buffer allocation failures
Michal Kubiak
2025-08-25
1
-1
/
+1
*
ice: add a separate Rx handler for flow director commands
Michal Kubiak
2025-06-09
1
-15
/
+72
*
ice: support egress drop rules on PF
Larysa Zaremba
2025-04-11
1
-8
/
+9
*
ice: Add E830 checksum offload support
Paul Greenwalt
2025-03-18
1
-1
/
+26
*
ice: Fix switchdev slow-path in LAG
Marcin Szycik
2025-03-05
1
-1
/
+3
*
ice: stop storing XDP verdict within ice_rx_buf
Maciej Fijalkowski
2025-01-31
1
-26
/
+36
*
ice: gather page_count()'s of each frag right before XDP prog call
Maciej Fijalkowski
2025-01-31
1
-1
/
+26
*
ice: put Rx buffers after being done with current frame
Maciej Fijalkowski
2025-01-31
1
-29
/
+50
*
dim: pass dim_sample to net_dim() by reference
Caleb Sander Mateos
2024-11-03
1
-2
/
+2
*
ice: don't set target VSI for subfunction
Michal Swiatkowski
2024-09-06
1
-1
/
+1
*
ice: fix truesize operations for PAGE_SIZE >= 8192
Maciej Fijalkowski
2024-08-20
1
-33
/
+0
*
ice: fix ICE_LAST_OFFSET formula
Maciej Fijalkowski
2024-08-20
1
-1
/
+1
*
ice: fix page reuse when PAGE_SIZE is over 8k
Maciej Fijalkowski
2024-08-20
1
-9
/
+3
*
ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
Maciej Fijalkowski
2024-07-29
1
-1
/
+1
*
ice: improve updating ice_{t,r}x_ring::xsk_pool
Maciej Fijalkowski
2024-07-29
1
-3
/
+5
*
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
2024-03-29
1
-2
/
+1
*
ice: remove redundant xdp_rxq_info registration
Maciej Fijalkowski
2024-01-25
1
-5
/
+0
*
ice: work on pre-XDP prog frag count
Maciej Fijalkowski
2024-01-25
1
-5
/
+9
*
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
David S. Miller
2023-12-22
1
-3
/
+3
|
\
|
*
ice: field prep conversion
Jesse Brandeburg
2023-12-18
1
-3
/
+3
*
|
ice: Implement VLAN tag hint
Larysa Zaremba
2023-12-14
1
-3
/
+3
*
|
ice: Introduce ice_xdp_buff
Larysa Zaremba
2023-12-14
1
-2
/
+5
*
|
ice: Make ptype internal to descriptor info processing
Larysa Zaremba
2023-12-14
1
-5
/
+1
|
/
*
ice: remove ptp_tx ring parameter flag
Jacob Keller
2023-11-23
1
-3
/
+0
*
ice: recycle/free all of the fragments from multi-buffer frame
Maciej Fijalkowski
2023-06-01
1
-1
/
+1
*
ice: Fix undersized tx_flags variable
Jan Sokolowski
2023-05-12
1
-5
/
+3
*
ice: fix W=1 headers mismatch
Jesse Brandeburg
2023-03-28
1
-1
/
+1
*
ice: fix rx buffers handling for flow director packets
Piotr Raczynski
2023-03-21
1
-0
/
+1
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-02-21
1
-24
/
+43
|
\
|
*
ice: Micro-optimize .ndo_xdp_xmit() path
Alexander Lobakin
2023-02-13
1
-1
/
+20
|
*
ice: Fix freeing XDP frames backed by Page Pool
Alexander Lobakin
2023-02-13
1
-1
/
+4
|
*
ice: Robustify cleaning/completing XDP Tx buffers
Alexander Lobakin
2023-02-13
1
-19
/
+19
|
*
ice: Remove two impossible branches on XDP Tx cleaning
Alexander Lobakin
2023-02-13
1
-4
/
+1
*
|
ice: add support BIG TCP on IPv6
Pawel Chmielewski
2023-02-14
1
-0
/
+3
|
/
*
ice: xsk: Do not convert to buff to frame for XDP_TX
Maciej Fijalkowski
2023-02-01
1
-4
/
+8
*
ice: Remove next_{dd,rs} fields from ice_tx_ring
Maciej Fijalkowski
2023-02-01
1
-2
/
+0
*
ice: Add support for XDP multi-buffer on Tx side
Maciej Fijalkowski
2023-02-01
1
-4
/
+10
*
ice: Add support for XDP multi-buffer on Rx side
Maciej Fijalkowski
2023-02-01
1
-73
/
+129
*
ice: Use xdp->frame_sz instead of recalculating truesize
Maciej Fijalkowski
2023-02-01
1
-24
/
+9
*
ice: Do not call ice_finalize_xdp_rx() unnecessarily
Maciej Fijalkowski
2023-02-01
1
-1
/
+1
*
ice: Centrallize Rx buffer recycling
Maciej Fijalkowski
2023-02-01
1
-38
/
+43
*
ice: Inline eop check
Maciej Fijalkowski
2023-02-01
1
-21
/
+0
*
ice: Pull out next_to_clean bump out of ice_put_rx_buf()
Maciej Fijalkowski
2023-02-01
1
-13
/
+16
*
ice: Store page count inside ice_rx_buf
Maciej Fijalkowski
2023-02-01
1
-16
/
+10
*
ice: Add xdp_buff to ice_rx_ring struct
Maciej Fijalkowski
2023-02-01
1
-16
/
+23
*
ice: Prepare legacy-rx for upcoming XDP multi-buffer support
Maciej Fijalkowski
2023-02-01
1
-12
/
+5
*
ice: Remove cppcheck suppressions
Tony Nguyen
2023-01-19
1
-3
/
+0
*
ice: Accumulate ring statistics over reset
Benjamin Mikailenko
2022-11-23
1
-14
/
+26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-29
1
-1
/
+1
|
\
[next]