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