summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorLines
9 daysi40e: fix src IP mask checks and memcpy argument names in cloud filterAlok Tiwari-7/+7
14 daysi40e: use xdp.frame_sz as XDP RxQ info frag_sizeLarysa Zaremba-3/+6
14 daysi40e: fix registering XDP RxQ infoLarysa Zaremba-17/+22
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-1/+1
2026-02-25i40e: Fix preempt count leak in napi poll tracepointThomas Gleixner-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-3/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-22/+22
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-42/+37
2026-02-12net: intel: fix PCI device ID conflict between i40e and ipw2200Ethan Nelson-Moore-1/+7
2026-01-30i40e: drop udp_tunnel_get_rx_info() call from i40e_open()Mohammad Heib-1/+0
2025-12-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Paolo Abeni-14/+14
2025-12-17i40e: validate ring_len parameter against hardware-specific valuesGregory Herrero-14/+13
2025-12-17i40e: fix scheduling in set_rx_modePrzemyslaw Korba-0/+1
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2025-11-26i40e: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+15
2025-11-24i40e: delete a stray tabDan Carpenter-1/+1
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-1/+0
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka-1/+2
2025-11-06i40e: support generic devlink param "max_mac_per_vf"Mohammad Heib-10/+79
2025-10-29i40e: avoid redundant VF link state updatesJay Vosburgh-0/+12
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-52/+90
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+1
2025-09-18i40e: improve VF MAC filters accountingLukasz Czapnik-44/+50
2025-09-18i40e: add mask to apply valid bits for itr_idxLukasz Czapnik-1/+1
2025-09-18i40e: add max boundary check for VF filtersLukasz Czapnik-0/+10
2025-09-18i40e: fix validation of VF state in get resourcesLukasz Czapnik-2/+8
2025-09-18i40e: fix input validation logic for action_metaLukasz Czapnik-1/+1
2025-09-18i40e: fix idx validation in config queues msgLukasz Czapnik-2/+2
2025-09-18i40e: fix idx validation in i40e_validate_queue_mapLukasz Czapnik-2/+4
2025-09-18i40e: add validation for ring_len paramLukasz Czapnik-0/+14
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+0
2025-09-16i40e: remove redundant memory barrier when cleaning Tx descsMaciej Fijalkowski-3/+0
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+48
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski-8/+7
2025-09-09i40e: fix Jumbo Frame support after iPXE bootJacob Keller-6/+47
2025-09-09i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error pathMichal Schmidt-1/+1
2025-09-02i40e: Fix potential invalid access when MAC list is emptyZhen Ni-2/+2
2025-09-02i40e: remove read access to debugfs filesJacob Keller-104/+19
2025-07-25Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-835/+543
2025-07-25net: Fix typosBjorn Helgaas-1/+1
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2025-07-24i40e: use libie_aq_strMichal Swiatkowski-224/+104
2025-07-24i40e: use libie adminq descriptorsMichal Swiatkowski-650/+478
2025-07-21i40e: When removing VF MAC filters, only check PF-set MACJamie Bainbridge-2/+2
2025-07-21i40e: report VF tx_dropped with tx_errors instead of tx_discardsDennis Chen-1/+1
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-07-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann-1/+1
2025-07-03i40e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean-45/+31
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev-1/+0