index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_txrx.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-12
ice: Fix undersized tx_flags variable
Jan Sokolowski
1
-6
/
+3
2023-02-13
ice: Fix freeing XDP frames backed by Page Pool
Alexander Lobakin
1
-0
/
+3
2023-02-13
ice: Robustify cleaning/completing XDP Tx buffers
Alexander Lobakin
1
-9
/
+25
2023-02-02
ice: xsk: Do not convert to buff to frame for XDP_TX
Maciej Fijalkowski
1
-0
/
+1
2023-02-02
ice: Remove next_{dd,rs} fields from ice_tx_ring
Maciej Fijalkowski
1
-2
/
+0
2023-02-02
ice: Add support for XDP multi-buffer on Tx side
Maciej Fijalkowski
1
-3
/
+9
2023-02-02
ice: Add support for XDP multi-buffer on Rx side
Maciej Fijalkowski
1
-14
/
+20
2023-02-02
ice: Centrallize Rx buffer recycling
Maciej Fijalkowski
1
-0
/
+1
2023-02-02
ice: Store page count inside ice_rx_buf
Maciej Fijalkowski
1
-1
/
+2
2023-02-02
ice: Add xdp_buff to ice_rx_ring struct
Maciej Fijalkowski
1
-0
/
+1
2023-02-02
ice: Prepare legacy-rx for upcoming XDP multi-buffer support
Maciej Fijalkowski
1
-0
/
+2
2022-11-23
ice: Accumulate ring statistics over reset
Benjamin Mikailenko
1
-6
/
+12
2022-08-18
ice: Implement control of FCS/CRC stripping
Jesse Brandeburg
1
-1
/
+2
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+8
2022-05-17
ice: Fix interrupt moderation settings getting cleared
Michal Wilczynski
1
-3
/
+8
2022-04-15
ice, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full
Maciej Fijalkowski
1
-0
/
+1
2022-02-10
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
1
-0
/
+3
2022-02-09
ice: Add hot path support for 802.1Q and 802.1ad VLAN offloads
Brett Creeley
1
-0
/
+3
2022-01-27
ice: xsk: Borrow xdp_tx_active logic from i40e
Maciej Fijalkowski
1
-0
/
+1
2022-01-27
ice: xsk: Improve AF_XDP ZC Tx and use batching API
Maciej Fijalkowski
1
-3
/
+3
2022-01-27
ice: Make Tx threshold dependent on ring length
Maciej Fijalkowski
1
-1
/
+0
2022-01-27
ice: xsk: Handle SW XDP ring wrap and bump tail more often
Maciej Fijalkowski
1
-0
/
+2
2021-12-17
ice: xsk: fix cleaned_count setting
Maciej Fijalkowski
1
-1
/
+0
2021-10-21
ice: Add infrastructure for mqprio support via ndo_setup_tc
Kiran Patil
1
-0
/
+7
2021-10-15
ice: introduce XDP_TX fallback path
Maciej Fijalkowski
1
-0
/
+1
2021-10-15
ice: optimize XDP_TX workloads
Maciej Fijalkowski
1
-4
/
+6
2021-10-15
ice: propagate xdp_ring onto rx_ring
Maciej Fijalkowski
1
-0
/
+1
2021-10-15
ice: split ice_ring onto Tx/Rx separate structs
Maciej Fijalkowski
1
-40
/
+69
2021-10-15
ice: move ice_container_type onto ice_ring_container
Maciej Fijalkowski
1
-0
/
+6
2021-10-15
ice: remove ring_active from ice_ring
Maciej Fijalkowski
1
-2
/
+0
2021-10-02
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-11
/
+5
2021-09-28
ice: Add DSCP support
Dave Ertman
1
-0
/
+3
2021-09-28
ice: Use xdp_buf instead of rx_buf for xsk zero-copy
Magnus Karlsson
1
-11
/
+5
2021-06-11
ice: enable transmit timestamps for E810 devices
Jacob Keller
1
-0
/
+3
2021-06-11
ice: enable receive hardware timestamping
Jacob Keller
1
-0
/
+2
2021-04-15
ice: refactor ITR data structures
Jesse Brandeburg
1
-16
/
+14
2021-04-15
ice: replace custom AIM algorithm with kernel's DIM library
Jacob Keller
1
-5
/
+1
2021-04-08
ice: Remove rx_gro_dropped stat
Anirudh Venkataramanan
1
-1
/
+0
2021-04-01
ice: handle increasing Tx or Rx ring sizes
Paul M Stillwell Jr
1
-0
/
+2
2021-04-01
ice: Add Support for XPS
Benita Bose
1
-0
/
+6
2021-02-12
ice: store the result of ice_rx_offset() onto ice_ring
Maciej Fijalkowski
1
-0
/
+1
2021-02-12
ice: move skb pointer from rx_buf to rx_ring
Maciej Fijalkowski
1
-1
/
+1
2021-02-09
ice: fix writeback enable logic
Jesse Brandeburg
1
-1
/
+0
2020-09-26
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
1
-1
/
+1
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
1
-1
/
+1
2020-08-01
ice: add useful statistics
Jesse Brandeburg
1
-0
/
+1
2020-08-01
ice: remove page_reuse statistic
Jesse Brandeburg
1
-1
/
+0
2020-05-28
ice: fix signed vs unsigned comparisons
Jesse Brandeburg
1
-3
/
+4
2020-05-24
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
1
-1
/
+9
2020-05-23
ice: Support IPv4 Flow Director filters
Henry Tieman
1
-0
/
+3
[next]