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
/
i40e
/
i40e_txrx.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-10
i40e: add support for XDP multi-buffer Rx
Tirthendu Sarkar
1
-8
/
+0
2023-03-10
i40e: add xdp_buff to i40e_ring struct
Tirthendu Sarkar
1
-0
/
+7
2023-03-10
i40e: introduce next_to_process to i40e_ring
Tirthendu Sarkar
1
-0
/
+4
2023-03-10
i40e: add pre-xdp page_count in rx_buffer
Tirthendu Sarkar
1
-0
/
+1
2022-10-14
i40e: Fix DMA mappings leak
Jan Sokolowski
1
-1
/
+0
2022-04-12
i40e: Add tx_stopped stat
Joe Damato
1
-0
/
+1
2022-02-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+0
2022-02-08
i40e: Add a stat for tracking busy rx pages
Joe Damato
1
-0
/
+1
2022-02-08
i40e: Add a stat for tracking pages waived
Joe Damato
1
-0
/
+1
2022-02-08
i40e: Add a stat tracking new RX page allocations
Joe Damato
1
-0
/
+1
2022-02-04
i40e: Remove unused RX realloc stat
Joe Damato
1
-1
/
+0
2022-01-27
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
1
-1
/
+0
2021-07-23
i40e: Fix queue-to-TC mapping on Tx
Jedrzej Jagielski
1
-0
/
+2
2021-02-12
i40e: store the result of i40e_rx_offset() onto i40e_ring
Maciej Fijalkowski
1
-0
/
+1
2020-11-18
i40e: Use batched xsk Tx interfaces to increase performance
Magnus Karlsson
1
-0
/
+1
2020-09-26
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
1
-1
/
+0
2020-09-14
i40e: use 16B HW descriptors instead of 32B
Björn Töpel
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-07-02
i40e: optimize AF_XDP Tx completion path
Magnus Karlsson
1
-0
/
+1
2020-06-26
i40e: remove unused defines
Jesse Brandeburg
1
-25
/
+0
2020-05-22
i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL
Björn Töpel
1
-8
/
+1
2020-05-22
i40e: Separate kernel allocated rx_bi rings from AF_XDP rings
Björn Töpel
1
-11
/
+11
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-1
/
+1
2018-08-29
i40e: add AF_XDP zero-copy Rx support
Björn Töpel
1
-7
/
+13
2018-06-05
i40e: remove ndo_xdp_flush call i40e_xdp_flush
Jesper Dangaard Brouer
1
-1
/
+0
2018-06-03
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
1
-1
/
+2
2018-05-25
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
1
-1
/
+1
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-25
/
+1
2018-04-17
xdp: transition into using xdp_frame for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-1
/
+1
2018-04-17
i40e: convert to use generic xdp_frame and xdp_return_frame API
Jesper Dangaard Brouer
1
-0
/
+1
2018-03-27
i40e: add support for XDP_REDIRECT
Björn Töpel
1
-0
/
+2
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-02-26
i40e/i40evf: use SW variables for hang detection
Alan Brady
1
-1
/
+1
2018-02-12
i40e/i40evf: Add support for new mechanism of updating adaptive ITR
Alexander Duyck
1
-9
/
+8
2018-02-12
i40e/i40evf: Split container ITR into current_itr and target_itr
Alexander Duyck
1
-1
/
+2
2018-02-12
i40e/i40evf: Use usec value instead of reg value for ITR defines
Alexander Duyck
1
-20
/
+25
2018-02-12
i40e/i40evf: Only track one ITR setting per ring instead of Tx/Rx
Alexander Duyck
1
-2
/
+1
2018-01-29
i40e/i40evf: Update DESC_NEEDED value to reflect larger value
Alexander Duyck
1
-1
/
+1
2018-01-23
i40e/i40evf: Detect and recover hung queue scenario
Sudheer Mogilappagari
1
-0
/
+2
2018-01-06
i40e: setup xdp_rxq_info
Jesper Dangaard Brouer
1
-0
/
+3
2017-10-13
i40e: Add infrastructure for queue channel support
Amritha Nambiar
1
-0
/
+2
2017-10-10
i40e/i40evf: bundle more descriptors when allocating buffers
Jacob Keller
1
-1
/
+1
2017-10-10
i40e/i40evf: fix incorrect default ITR values on driver load
Jacob Keller
1
-2
/
+4
2017-10-06
i40e/i40evf: use DECLARE_BITMAP for state
Jesse Brandeburg
1
-1
/
+2
2017-08-28
i40e/i40evf: avoid dynamic ITR updates when polling or low packet rate
Jacob Keller
1
-0
/
+1
2017-08-28
i40e/i40evf: remove ULTRA latency mode
Jacob Keller
1
-1
/
+0
2017-08-26
i40e: separate hw_features from runtime changing flags
Jacob Keller
1
-1
/
+1
2017-08-26
i40e/i40evf: adjust packet size to account for double VLANs
Mitch Williams
1
-0
/
+1
2017-06-21
i40e: add support for XDP_TX action
Björn Töpel
1
-0
/
+11
2017-06-21
i40e: add XDP support for pass and drop actions
Björn Töpel
1
-0
/
+1
[next]