summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf
AgeCommit message (Expand)AuthorFilesLines
2026-03-23idpf: only assign num refillqs if allocation was successfulJoshua Hay1-1/+1
2026-03-23idpf: clear stale cdev_info ptrJoshua Hay3-4/+6
2026-03-05libeth, idpf: use truesize as XDP RxQ info frag_sizeLarysa Zaremba2-1/+6
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-7/+11
2026-02-25idpf: Fix flow rule delete failure due to invalid validationSreedevi Joshi1-3/+0
2026-02-25idpf: change IRQ naming to match netdev and ethtool queue numberingBrian Vazquez1-1/+1
2026-02-25idpf: nullify pointers after they are freedLi Li1-0/+1
2026-02-25idpf: skip deallocating txq group's txqs if it is NULLLi Li1-0/+3
2026-02-25idpf: skip deallocating bufq_sets from rx_qgrp if it is NULLLi Li1-0/+3
2026-02-25idpf: increment completion queue next_to_clean in sw marker wait routineLi Li1-3/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook4-18/+13
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds6-34/+17
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-3/+3
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds12-28/+28
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook13-116/+102
2026-01-26idpf: export RX hardware timestamping information to XDPYiFei Zhu2-0/+51
2026-01-26Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski13-1146/+1417
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+12
2026-01-23idpf: generalize mailbox APIPavan Kumar Linga4-24/+29
2026-01-23idpf: avoid calling get_rx_ptypes for each vportPavan Kumar Linga5-159/+178
2026-01-23idpf: generalize send virtchnl message APIPavan Kumar Linga6-164/+206
2026-01-23idpf: remove vport pointer from queue setsJoshua Hay6-67/+81
2026-01-23idpf: add rss_data field to RSS function parametersPavan Kumar Linga7-49/+59
2026-01-23idpf: reshuffle idpf_vport struct members to avoid holesPavan Kumar Linga1-17/+15
2026-01-23idpf: move some iterator declarations inside for loopsJoshua Hay3-75/+57
2026-01-23idpf: move queue resources to idpf_q_vec_rsrc structurePavan Kumar Linga11-428/+528
2026-01-23idpf: introduce idpf_q_vec_rsrc struct and move vector resources to itPavan Kumar Linga8-160/+201
2026-01-23idpf: introduce local idpf structure to store virtchnl queue chunksPavan Kumar Linga4-101/+161
2026-01-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-1/+1
2026-01-21idpf: Fix data race in idpf_net_dimDavid Yang1-5/+11
2026-01-20idpf: read lower clock bits inside the time sandwichMina Almasry1-1/+1
2026-01-09idpf: Fix kernel-doc descriptions to avoid warningsAndy Shevchenko1-36/+58
2026-01-09idpf: update idpf_up_complete() return type to voidSreedevi Joshi1-11/+2
2026-01-07idpf: fix aux device unplugging when rdma is not supported by vportLarysa Zaremba1-1/+1
2026-01-07idpf: cap maximum Rx buffer sizeJoshua Hay2-3/+6
2026-01-07idpf: Fix error handling in idpf_vport_open()Sreedevi Joshi1-2/+2
2026-01-07idpf: Fix RSS LUT NULL ptr issue after soft resetSreedevi Joshi3-17/+6
2026-01-07idpf: Fix RSS LUT configuration on down interfacesSreedevi Joshi1-7/+11
2026-01-07idpf: Fix RSS LUT NULL pointer crash on early ethtool operationsSreedevi Joshi5-79/+66
2026-01-07idpf: fix issue with ethtool -n command displayErik Gabriel Carrillo2-22/+40
2026-01-07idpf: fix memory leak of flow steer list on rmmodSreedevi Joshi3-3/+42
2026-01-07idpf: fix error handling in the init_task on loadEmil Tantilov1-4/+12
2026-01-07idpf: fix memory leak in idpf_vc_core_deinit()Emil Tantilov1-0/+4
2026-01-07idpf: fix memory leak in idpf_vport_rel()Emil Tantilov1-0/+2
2026-01-07idpf: detach and close netdevs while handling a resetEmil Tantilov1-49/+72
2026-01-06idpf: keep the netdev when a reset failsEmil Tantilov1-11/+6
2025-12-17idpf: reduce mbx_task schedule delay to 300usBrian Vazquez1-1/+1
2025-12-17idpf: fix LAN memory regions command on some NVMsLarysa Zaremba1-0/+5
2025-11-28idpf: correct queue index in Rx allocation error messagesAlok Tiwari1-4/+4
2025-11-28idpf: use desc_ring when checking completion queue DMA allocationAlok Tiwari1-1/+1