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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-30
i40e: Add helper to access main VSI
Ivan Vecera
1
-4
/
+4
2024-04-30
i40e: Refactor argument of i40e_detect_recover_hung()
Ivan Vecera
1
-4
/
+6
2024-04-24
net: intel: introduce {, Intel} Ethernet common library
Alexander Lobakin
1
-55
/
+17
2024-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-21
/
+61
2024-03-29
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
1
-3
/
+1
2024-03-26
i40e: Enforce software interrupt during busy-poll exit
Ivan Vecera
1
-21
/
+61
2024-01-25
i40e: set xdp_rxq_info::frag_size
Maciej Fijalkowski
1
-9
/
+0
2024-01-25
i40e: handle multi-buffer packets that are shrunk by xdp prog
Tirthendu Sarkar
1
-17
/
+23
2023-12-18
i40e: field get conversion
Jesse Brandeburg
1
-19
/
+10
2023-12-18
i40e: field prep conversion
Jesse Brandeburg
1
-24
/
+17
2023-11-15
i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pf
Ivan Vecera
1
-10
/
+10
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+9
2023-10-25
i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR
Ivan Vecera
1
-1
/
+1
2023-10-21
i40e: sync next_to_clean and next_to_process for programming status desc
Tirthendu Sarkar
1
-1
/
+8
2023-10-05
i40e: Remove circular header dependencies and fix headers
Ivan Vecera
1
-4
/
+3
2023-10-03
net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
Sebastian Andrzej Siewior
1
-1
/
+1
2023-07-19
i40e: xsk: add RX multi-buffer support
Tirthendu Sarkar
1
-2
/
+2
2023-04-23
net: vlan: introduce skb_vlan_eth_hdr()
Vladimir Oltean
1
-1
/
+1
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2023-03-21
i40e: fix flow director packet filter programming
Radoslaw Tyl
1
-4
/
+4
2023-03-10
i40e: add support for XDP multi-buffer Rx
Tirthendu Sarkar
1
-107
/
+207
2023-03-10
i40e: add xdp_buff to i40e_ring struct
Tirthendu Sarkar
1
-20
/
+13
2023-03-10
i40e: introduce next_to_process to i40e_ring
Tirthendu Sarkar
1
-11
/
+15
2023-03-10
i40e: use frame_sz instead of recalculating truesize for building skb
Tirthendu Sarkar
1
-16
/
+4
2023-03-10
i40e: Change size to truesize when using i40e_rx_buffer_flip()
Tirthendu Sarkar
1
-35
/
+19
2023-03-10
i40e: add pre-xdp page_count in rx_buffer
Tirthendu Sarkar
1
-15
/
+8
2022-11-02
i40e: Add i40e_napi_poll tracepoint
Joe Damato
1
-0
/
+4
2022-11-02
i40e: Record number of RXes cleaned during NAPI
Joe Damato
1
-3
/
+9
2022-11-02
i40e: Record number TXes cleaned during NAPI
Joe Damato
1
-3
/
+8
2022-10-14
i40e: Fix DMA mappings leak
Jan Sokolowski
1
-8
/
+5
2022-09-02
i40e: Fix ADQ rate limiting for PF
Przemyslaw Patynowski
1
-1
/
+2
2022-08-16
i40e: Fix tunnel checksum offload with fragmented traffic
Przemyslaw Patynowski
1
-3
/
+5
2022-06-30
intel: remove unused macros
Jesse Brandeburg
1
-1
/
+0
2022-06-25
i40e: read the XDP program once per NAPI
Ciara Loftus
1
-5
/
+6
2022-06-21
intel/i40e: delete if NULL check before dev_kfree_skb
Bernard Zhao
1
-4
/
+2
2022-06-15
i40e: add xdp frags support to ndo_xdp_xmit
Lorenzo Bianconi
1
-25
/
+62
2022-04-12
i40e: Add tx_stopped stat
Joe Damato
1
-0
/
+2
2022-04-12
i40e: Add support for MPLS + TSO
Joe Damato
1
-17
/
+30
2022-02-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-11
/
+0
2022-02-08
i40e: Add a stat for tracking busy rx pages
Joe Damato
1
-4
/
+8
2022-02-08
i40e: Add a stat for tracking pages waived
Joe Damato
1
-3
/
+10
2022-02-08
i40e: Add a stat tracking new RX page allocations
Joe Damato
1
-0
/
+2
2022-02-08
i40e: Remove rx page reuse double count
Joe Damato
1
-2
/
+0
2022-01-27
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
1
-11
/
+0
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2021-12-28
i40e: switch to napi_build_skb()
Alexander Lobakin
1
-1
/
+1
2021-12-14
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-08-19
i40e: Fix ATR queue selection
Arkadiusz Kubalewski
1
-2
/
+1
2021-07-23
i40e: Fix queue-to-TC mapping on Tx
Jedrzej Jagielski
1
-0
/
+50
2021-06-24
intel: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-2
/
+0
[next]