aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/idpf
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2026-08-12idpf: print a debug message and bail in case of non-event ctlq messageLarysa Zaremba1-0/+7
2026-08-12idpf: make mbx_task queueing and cancelling more consistentLarysa Zaremba3-5/+10
2026-08-12idpf: refactor idpf to use libie control queuesPavan Kumar Linga16-2481/+841
2026-08-12idpf: refactor idpf to use libie_pci APIsPavan Kumar Linga12-316/+285
2026-08-12idpf: remove unused code for getting RSS info from deviceLarysa Zaremba3-99/+22
2026-08-12idpf: remove 'vport_params_reqd' fieldPavan Kumar Linga3-24/+10
2026-08-12virtchnl: move virtchnl and virtchnl2 headers to 'include/linux/net/intel'Victor Raj5-2273/+3
2026-08-11idpf: add missing cpu_to_le32 in idpf_tx_splitq_build_flow_descWillem de Bruijn1-1/+1
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-11/+9
2026-07-28idpf: Fix mailbox IRQ name leak on request failureYuho Choi1-1/+1
2026-07-28idpf: adjust TxQ ring count minimumJoshua Hay2-5/+2
2026-07-28idpf: bound interrupt-vector register fill to the allocated arrayMichael Bommarito4-5/+6
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2026-07-23idpf: fix max_vport related crash on allocation error during initEmil Tantilov1-1/+6
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska1-1/+1
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+9
2026-06-13idpf: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2026-06-09idpf: add padding to PTP virtchnl structuresPrzemyslaw Korba1-3/+9
2026-06-05idpf: fix mailbox capability for set device clock timeAlok Tiwari1-1/+1
2026-05-08idpf: fix double free and use-after-free in aux device error pathsGreg Kroah-Hartman1-0/+6
2026-05-08idpf: fix read_dev_clk_lock spinlock init in idpf_ptp_init()Emil Tantilov1-2/+2
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2026-04-06idpf: set the payload size before calling the async handlerEmil Tantilov1-0/+4
2026-04-06idpf: improve locking around idpf_vc_xn_push_free()Emil Tantilov1-0/+2
2026-04-06idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handlingEmil Tantilov2-11/+8
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/net-queueJakub 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-24PCI/PTM: Drop pci_enable_ptm() granularity parameterMika Westerberg1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook4-18/+13
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds6-34/+17
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-3/+3
2026-02-21Convert '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-25Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski13-1142/+1413
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+12
2026-01-22idpf: generalize mailbox APIPavan Kumar Linga4-24/+29
2026-01-22idpf: avoid calling get_rx_ptypes for each vportPavan Kumar Linga5-158/+177
2026-01-22idpf: generalize send virtchnl message APIPavan Kumar Linga6-164/+206
2026-01-22idpf: remove vport pointer from queue setsJoshua Hay6-67/+81
2026-01-22idpf: add rss_data field to RSS function parametersPavan Kumar Linga7-49/+59