index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_txrx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-06
ice: don't set target VSI for subfunction
Michal Swiatkowski
1
-1
/
+1
2024-08-20
ice: fix truesize operations for PAGE_SIZE >= 8192
Maciej Fijalkowski
1
-33
/
+0
2024-08-20
ice: fix ICE_LAST_OFFSET formula
Maciej Fijalkowski
1
-1
/
+1
2024-08-20
ice: fix page reuse when PAGE_SIZE is over 8k
Maciej Fijalkowski
1
-9
/
+3
2024-07-29
ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
Maciej Fijalkowski
1
-1
/
+1
2024-07-29
ice: improve updating ice_{t,r}x_ring::xsk_pool
Maciej Fijalkowski
1
-3
/
+5
2024-03-28
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
1
-2
/
+1
2024-01-24
ice: remove redundant xdp_rxq_info registration
Maciej Fijalkowski
1
-5
/
+0
2024-01-24
ice: work on pre-XDP prog frag count
Maciej Fijalkowski
1
-5
/
+9
2023-12-22
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
David S. Miller
1
-3
/
+3
2023-12-18
ice: field prep conversion
Jesse Brandeburg
1
-3
/
+3
2023-12-13
ice: Implement VLAN tag hint
Larysa Zaremba
1
-3
/
+3
2023-12-13
ice: Introduce ice_xdp_buff
Larysa Zaremba
1
-2
/
+5
2023-12-13
ice: Make ptype internal to descriptor info processing
Larysa Zaremba
1
-5
/
+1
2023-11-23
ice: remove ptp_tx ring parameter flag
Jacob Keller
1
-3
/
+0
2023-06-01
ice: recycle/free all of the fragments from multi-buffer frame
Maciej Fijalkowski
1
-1
/
+1
2023-05-12
ice: Fix undersized tx_flags variable
Jan Sokolowski
1
-5
/
+3
2023-03-28
ice: fix W=1 headers mismatch
Jesse Brandeburg
1
-1
/
+1
2023-03-21
ice: fix rx buffers handling for flow director packets
Piotr Raczynski
1
-0
/
+1
2023-02-20
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-24
/
+43
2023-02-14
ice: add support BIG TCP on IPv6
Pawel Chmielewski
1
-0
/
+3
2023-02-13
ice: Micro-optimize .ndo_xdp_xmit() path
Alexander Lobakin
1
-1
/
+20
2023-02-13
ice: Fix freeing XDP frames backed by Page Pool
Alexander Lobakin
1
-1
/
+4
2023-02-13
ice: Robustify cleaning/completing XDP Tx buffers
Alexander Lobakin
1
-19
/
+19
2023-02-13
ice: Remove two impossible branches on XDP Tx cleaning
Alexander Lobakin
1
-4
/
+1
2023-02-01
ice: xsk: Do not convert to buff to frame for XDP_TX
Maciej Fijalkowski
1
-4
/
+8
2023-02-01
ice: Remove next_{dd,rs} fields from ice_tx_ring
Maciej Fijalkowski
1
-2
/
+0
2023-02-01
ice: Add support for XDP multi-buffer on Tx side
Maciej Fijalkowski
1
-4
/
+10
2023-02-01
ice: Add support for XDP multi-buffer on Rx side
Maciej Fijalkowski
1
-73
/
+129
2023-02-01
ice: Use xdp->frame_sz instead of recalculating truesize
Maciej Fijalkowski
1
-24
/
+9
2023-02-01
ice: Do not call ice_finalize_xdp_rx() unnecessarily
Maciej Fijalkowski
1
-1
/
+1
2023-02-01
ice: Centrallize Rx buffer recycling
Maciej Fijalkowski
1
-38
/
+43
2023-02-01
ice: Inline eop check
Maciej Fijalkowski
1
-21
/
+0
2023-02-01
ice: Pull out next_to_clean bump out of ice_put_rx_buf()
Maciej Fijalkowski
1
-13
/
+16
2023-02-01
ice: Store page count inside ice_rx_buf
Maciej Fijalkowski
1
-16
/
+10
2023-02-01
ice: Add xdp_buff to ice_rx_ring struct
Maciej Fijalkowski
1
-16
/
+23
2023-02-01
ice: Prepare legacy-rx for upcoming XDP multi-buffer support
Maciej Fijalkowski
1
-12
/
+5
2023-01-19
ice: Remove cppcheck suppressions
Tony Nguyen
1
-3
/
+0
2022-11-23
ice: Accumulate ring statistics over reset
Benjamin Mikailenko
1
-14
/
+26
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-09-27
ice: xsk: change batched Tx descriptor cleaning
Maciej Fijalkowski
1
-1
/
+1
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-09-21
ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficient
Larysa Zaremba
1
-1
/
+4
2022-08-16
ice: track Tx timestamp stats similar to other Intel drivers
Jacob Keller
1
-1
/
+3
2022-07-26
ice: Fix tunnel checksum offload with fragmented traffic
Przemyslaw Patynowski
1
-3
/
+5
2022-04-12
ice: Add mpls+tso support
Joe Damato
1
-8
/
+21
2022-03-09
ice: avoid XDP checks in ice_clean_tx_irq()
Maciej Fijalkowski
1
-6
/
+1
2022-03-03
ice: store VF pointer instead of VF ID
Jacob Keller
1
-1
/
+1
2022-02-10
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
1
-9
/
+19
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+4
[next]