summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2026-03-10i40e: fix src IP mask checks and memcpy argument names in cloud filterAlok Tiwari1-7/+7
2026-03-05i40e: use xdp.frame_sz as XDP RxQ info frag_sizeLarysa Zaremba1-3/+6
2026-03-05i40e: fix registering XDP RxQ infoLarysa Zaremba2-17/+22
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-1/+1
2026-02-25i40e: Fix preempt count leak in napi poll tracepointThomas Gleixner1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-3/+3
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-22/+22
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-42/+37
2026-02-13net: intel: fix PCI device ID conflict between i40e and ipw2200Ethan Nelson-Moore1-1/+7
2026-01-30i40e: drop udp_tunnel_get_rx_info() call from i40e_open()Mohammad Heib1-1/+0
2025-12-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Paolo Abeni4-14/+14
2025-12-17i40e: validate ring_len parameter against hardware-specific valuesGregory Herrero3-14/+13
2025-12-17i40e: fix scheduling in set_rx_modePrzemyslaw Korba1-0/+1
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2025-11-27i40e: extract GRXRINGS from .get_rxnfcBreno Leitao1-4/+15
2025-11-25i40e: delete a stray tabDan Carpenter1-1/+1
2025-11-25treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-1/+0
2025-11-21devlink: pass extack through to devlink_param::get()Daniel Zahka1-1/+2
2025-11-06i40e: support generic devlink param "max_mac_per_vf"Mohammad Heib3-10/+79
2025-10-29i40e: avoid redundant VF link state updatesJay Vosburgh1-0/+12
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-52/+90
2025-09-23net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-19i40e: improve VF MAC filters accountingLukasz Czapnik3-44/+50
2025-09-19i40e: add mask to apply valid bits for itr_idxLukasz Czapnik1-1/+1
2025-09-19i40e: add max boundary check for VF filtersLukasz Czapnik1-0/+10
2025-09-19i40e: fix validation of VF state in get resourcesLukasz Czapnik2-2/+8
2025-09-19i40e: fix input validation logic for action_metaLukasz Czapnik1-1/+1
2025-09-19i40e: fix idx validation in config queues msgLukasz Czapnik1-2/+2
2025-09-19i40e: fix idx validation in i40e_validate_queue_mapLukasz Czapnik1-2/+4
2025-09-19i40e: add validation for ring_len paramLukasz Czapnik1-0/+14
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2025-09-17i40e: remove redundant memory barrier when cleaning Tx descsMaciej Fijalkowski1-3/+0
2025-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+48
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski1-8/+7
2025-09-09i40e: fix Jumbo Frame support after iPXE bootJacob Keller4-6/+47
2025-09-09i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error pathMichal Schmidt1-1/+1
2025-09-02i40e: Fix potential invalid access when MAC list is emptyZhen Ni1-2/+2
2025-09-02i40e: remove read access to debugfs filesJacob Keller1-104/+19
2025-07-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski14-835/+543
2025-07-25net: Fix typosBjorn Helgaas1-1/+1
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2025-07-24i40e: use libie_aq_strMichal Swiatkowski8-224/+104
2025-07-24i40e: use libie adminq descriptorsMichal Swiatkowski11-650/+478
2025-07-21i40e: When removing VF MAC filters, only check PF-set MACJamie Bainbridge1-2/+2
2025-07-21i40e: report VF tx_dropped with tx_errors instead of tx_discardsDennis Chen1-1/+1
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-07-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann1-1/+1
2025-07-03i40e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-45/+31
2025-06-19udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-1/+0