summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf
AgeCommit message (Expand)Author
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-06idpf: set the payload size before calling the async handlerEmil Tantilov
2026-04-06idpf: improve locking around idpf_vc_xn_push_free()Emil Tantilov
2026-04-06idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handlingEmil Tantilov
2026-03-23idpf: only assign num refillqs if allocation was successfulJoshua Hay
2026-03-23idpf: clear stale cdev_info ptrJoshua Hay
2026-03-05libeth, idpf: use truesize as XDP RxQ info frag_sizeLarysa Zaremba
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2026-02-25idpf: Fix flow rule delete failure due to invalid validationSreedevi Joshi
2026-02-25idpf: change IRQ naming to match netdev and ethtool queue numberingBrian Vazquez
2026-02-25idpf: nullify pointers after they are freedLi Li
2026-02-25idpf: skip deallocating txq group's txqs if it is NULLLi Li
2026-02-25idpf: skip deallocating bufq_sets from rx_qgrp if it is NULLLi Li
2026-02-25idpf: increment completion queue next_to_clean in sw marker wait routineLi Li
2026-02-24PCI/PTM: Drop pci_enable_ptm() granularity parameterMika Westerberg
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-26idpf: export RX hardware timestamping information to XDPYiFei Zhu
2026-01-25Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-22idpf: generalize mailbox APIPavan Kumar Linga
2026-01-22idpf: avoid calling get_rx_ptypes for each vportPavan Kumar Linga
2026-01-22idpf: generalize send virtchnl message APIPavan Kumar Linga
2026-01-22idpf: remove vport pointer from queue setsJoshua Hay
2026-01-22idpf: add rss_data field to RSS function parametersPavan Kumar Linga
2026-01-22idpf: reshuffle idpf_vport struct members to avoid holesPavan Kumar Linga
2026-01-22idpf: move some iterator declarations inside for loopsJoshua Hay
2026-01-22idpf: move queue resources to idpf_q_vec_rsrc structurePavan Kumar Linga
2026-01-22idpf: introduce idpf_q_vec_rsrc struct and move vector resources to itPavan Kumar Linga
2026-01-22idpf: introduce local idpf structure to store virtchnl queue chunksPavan Kumar Linga
2026-01-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2026-01-20idpf: Fix data race in idpf_net_dimDavid Yang
2026-01-20idpf: read lower clock bits inside the time sandwichMina Almasry
2026-01-09idpf: Fix kernel-doc descriptions to avoid warningsAndy Shevchenko
2026-01-09idpf: update idpf_up_complete() return type to voidSreedevi Joshi
2026-01-06idpf: fix aux device unplugging when rdma is not supported by vportLarysa Zaremba
2026-01-06idpf: cap maximum Rx buffer sizeJoshua Hay
2026-01-06idpf: Fix error handling in idpf_vport_open()Sreedevi Joshi
2026-01-06idpf: Fix RSS LUT NULL ptr issue after soft resetSreedevi Joshi
2026-01-06idpf: Fix RSS LUT configuration on down interfacesSreedevi Joshi
2026-01-06idpf: Fix RSS LUT NULL pointer crash on early ethtool operationsSreedevi Joshi
2026-01-06idpf: fix issue with ethtool -n command displayErik Gabriel Carrillo
2026-01-06idpf: fix memory leak of flow steer list on rmmodSreedevi Joshi
2026-01-06idpf: fix error handling in the init_task on loadEmil Tantilov
2026-01-06idpf: fix memory leak in idpf_vc_core_deinit()Emil Tantilov
2026-01-06idpf: fix memory leak in idpf_vport_rel()Emil Tantilov
2026-01-06idpf: detach and close netdevs while handling a resetEmil Tantilov