开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
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
6 days
net: Use helpers to get/set UDP len tree-wide
Alice Mikityanska
2026-03-05
i40e: fix registering XDP RxQ info
Larysa Zaremba
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-16
i40e: remove redundant memory barrier when cleaning Tx descs
Maciej Fijalkowski
2025-09-11
net: xdp: pass full flags to xdp_update_skb_shared_info()
Jakub Kicinski
2025-06-09
net: intel: move RSS packet classifier types to libie
Jacob Keller
2024-04-30
i40e: Add helper to access main VSI
Ivan Vecera
2024-04-30
i40e: Refactor argument of i40e_detect_recover_hung()
Ivan Vecera
2024-04-24
net: intel: introduce {, Intel} Ethernet common library
Alexander Lobakin
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-28
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
2024-03-26
i40e: Enforce software interrupt during busy-poll exit
Ivan Vecera
2024-01-24
i40e: set xdp_rxq_info::frag_size
Maciej Fijalkowski
2024-01-24
i40e: handle multi-buffer packets that are shrunk by xdp prog
Tirthendu Sarkar
2023-12-18
i40e: field get conversion
Jesse Brandeburg
2023-12-18
i40e: field prep conversion
Jesse Brandeburg
2023-11-14
i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pf
Ivan Vecera
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-24
i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR
Ivan Vecera
2023-10-20
i40e: sync next_to_clean and next_to_process for programming status desc
Tirthendu Sarkar
2023-10-05
i40e: Remove circular header dependencies and fix headers
Ivan Vecera
2023-10-03
net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
Sebastian Andrzej Siewior
2023-07-19
i40e: xsk: add RX multi-buffer support
Tirthendu Sarkar
2023-04-23
net: vlan: introduce skb_vlan_eth_hdr()
Vladimir Oltean
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-21
i40e: fix flow director packet filter programming
Radoslaw Tyl
2023-03-09
i40e: add support for XDP multi-buffer Rx
Tirthendu Sarkar
2023-03-09
i40e: add xdp_buff to i40e_ring struct
Tirthendu Sarkar
2023-03-09
i40e: introduce next_to_process to i40e_ring
Tirthendu Sarkar
2023-03-09
i40e: use frame_sz instead of recalculating truesize for building skb
Tirthendu Sarkar
2023-03-09
i40e: Change size to truesize when using i40e_rx_buffer_flip()
Tirthendu Sarkar
2023-03-09
i40e: add pre-xdp page_count in rx_buffer
Tirthendu Sarkar
2022-11-02
i40e: Add i40e_napi_poll tracepoint
Joe Damato
2022-11-02
i40e: Record number of RXes cleaned during NAPI
Joe Damato
2022-11-02
i40e: Record number TXes cleaned during NAPI
Joe Damato
2022-10-14
i40e: Fix DMA mappings leak
Jan Sokolowski
2022-09-02
i40e: Fix ADQ rate limiting for PF
Przemyslaw Patynowski
2022-08-16
i40e: Fix tunnel checksum offload with fragmented traffic
Przemyslaw Patynowski
2022-06-30
intel: remove unused macros
Jesse Brandeburg
2022-06-24
i40e: read the XDP program once per NAPI
Ciara Loftus
2022-06-21
intel/i40e: delete if NULL check before dev_kfree_skb
Bernard Zhao
2022-06-15
i40e: add xdp frags support to ndo_xdp_xmit
Lorenzo Bianconi
2022-04-12
i40e: Add tx_stopped stat
Joe Damato
2022-04-12
i40e: Add support for MPLS + TSO
Joe Damato
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-08
i40e: Add a stat for tracking busy rx pages
Joe Damato
2022-02-08
i40e: Add a stat for tracking pages waived
Joe Damato
2022-02-08
i40e: Add a stat tracking new RX page allocations
Joe Damato
[next]