aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/idpf/idpf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-16idpf: add initial PTP supportMilena Olech1-0/+4
2025-05-16idpf: change the method for mailbox workqueue allocationMilena Olech1-3/+2
2025-04-29idpf: protect shutdown from resetLarysa Zaremba1-0/+1
2025-04-02idpf: fix adapter NULL pointer dereference on rebootEmil Tantilov1-1/+5
2025-01-24idpf: convert workqueues to unboundMarco Leogrande1-5/+10
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-07-10idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin1-0/+1
2024-03-04idpf: cleanup virtchnl cruftAlan Brady1-2/+0
2024-03-04idpf: implement virtchnl transaction managerAlan Brady1-0/+3
2024-03-04idpf: add idpf_virtchnl.hAlan Brady1-0/+1
2023-09-13idpf: add SRIOV support and other ndo_opsJoshua Hay1-0/+17
2023-09-13idpf: add singleq start_xmit and napi pollJoshua Hay1-0/+1
2023-09-13idpf: add create vport and netdev configurationPavan Kumar Linga1-1/+48
2023-09-13idpf: add core init and interrupt requestPavan Kumar Linga1-1/+34
2023-09-13idpf: add controlq init and reset checksJoshua Hay1-2/+51
2023-09-13idpf: add module register and probe functionalityPhani Burra1-0/+132