index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
Age
Commit message (
Expand
)
Author
Lines
9 days
i40e: fix src IP mask checks and memcpy argument names in cloud filter
Alok Tiwari
-7
/
+7
14 days
i40e: use xdp.frame_sz as XDP RxQ info frag_size
Larysa Zaremba
-3
/
+6
14 days
i40e: fix registering XDP RxQ info
Larysa Zaremba
-17
/
+22
2026-02-28
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
-1
/
+1
2026-02-25
i40e: Fix preempt count leak in napi poll tracepoint
Thomas Gleixner
-1
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-3
/
+3
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-22
/
+22
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-42
/
+37
2026-02-12
net: intel: fix PCI device ID conflict between i40e and ipw2200
Ethan Nelson-Moore
-1
/
+7
2026-01-30
i40e: drop udp_tunnel_get_rx_info() call from i40e_open()
Mohammad Heib
-1
/
+0
2025-12-27
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Paolo Abeni
-14
/
+14
2025-12-17
i40e: validate ring_len parameter against hardware-specific values
Gregory Herrero
-14
/
+13
2025-12-17
i40e: fix scheduling in set_rx_mode
Przemyslaw Korba
-0
/
+1
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+0
2025-11-26
i40e: extract GRXRINGS from .get_rxnfc
Breno Leitao
-4
/
+15
2025-11-24
i40e: delete a stray tab
Dan Carpenter
-1
/
+1
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
-1
/
+0
2025-11-20
devlink: pass extack through to devlink_param::get()
Daniel Zahka
-1
/
+2
2025-11-06
i40e: support generic devlink param "max_mac_per_vf"
Mohammad Heib
-10
/
+79
2025-10-29
i40e: avoid redundant VF link state updates
Jay Vosburgh
-0
/
+12
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-52
/
+90
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-1
/
+1
2025-09-18
i40e: improve VF MAC filters accounting
Lukasz Czapnik
-44
/
+50
2025-09-18
i40e: add mask to apply valid bits for itr_idx
Lukasz Czapnik
-1
/
+1
2025-09-18
i40e: add max boundary check for VF filters
Lukasz Czapnik
-0
/
+10
2025-09-18
i40e: fix validation of VF state in get resources
Lukasz Czapnik
-2
/
+8
2025-09-18
i40e: fix input validation logic for action_meta
Lukasz Czapnik
-1
/
+1
2025-09-18
i40e: fix idx validation in config queues msg
Lukasz Czapnik
-2
/
+2
2025-09-18
i40e: fix idx validation in i40e_validate_queue_map
Lukasz Czapnik
-2
/
+4
2025-09-18
i40e: add validation for ring_len param
Lukasz Czapnik
-0
/
+14
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+0
2025-09-16
i40e: remove redundant memory barrier when cleaning Tx descs
Maciej Fijalkowski
-3
/
+0
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-7
/
+48
2025-09-11
net: xdp: pass full flags to xdp_update_skb_shared_info()
Jakub Kicinski
-8
/
+7
2025-09-09
i40e: fix Jumbo Frame support after iPXE boot
Jacob Keller
-6
/
+47
2025-09-09
i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path
Michal Schmidt
-1
/
+1
2025-09-02
i40e: Fix potential invalid access when MAC list is empty
Zhen Ni
-2
/
+2
2025-09-02
i40e: remove read access to debugfs files
Jacob Keller
-104
/
+19
2025-07-25
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
-835
/
+543
2025-07-25
net: Fix typos
Bjorn Helgaas
-1
/
+1
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+3
2025-07-24
i40e: use libie_aq_str
Michal Swiatkowski
-224
/
+104
2025-07-24
i40e: use libie adminq descriptors
Michal Swiatkowski
-650
/
+478
2025-07-21
i40e: When removing VF MAC filters, only check PF-set MAC
Jamie Bainbridge
-2
/
+2
2025-07-21
i40e: report VF tx_dropped with tx_errors instead of tx_discards
Dennis Chen
-1
/
+1
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2025-07-15
ethernet: intel: fix building with large NR_CPUS
Arnd Bergmann
-1
/
+1
2025-07-03
i40e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
-45
/
+31
2025-06-18
udp_tunnel: remove rtnl_lock dependency
Stanislav Fomichev
-1
/
+0
[next]