summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf
AgeCommit message (Expand)AuthorFilesLines
2023-11-07idpf: fix potential use-after-free in idpf_tso()Eric Dumazet1-2/+4
2023-10-24page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-3/+0
2023-10-24idpf: cancel mailbox work in error pathPavan Kumar Linga1-0/+1
2023-10-24idpf: set scheduling mode for completion queueMichal Kubiak2-3/+15
2023-09-14idpf: add SRIOV support and other ndo_opsJoshua Hay6-3/+940
2023-09-14idpf: add ethtool callbacksAlan Brady7-3/+1851
2023-09-14idpf: add singleq start_xmit and napi pollJoshua Hay8-31/+1290
2023-09-14idpf: add RX splitq napi poll supportAlan Brady4-6/+892
2023-09-14idpf: add TX splitq napi poll supportJoshua Hay6-5/+926
2023-09-14idpf: add splitq start_xmitJoshua Hay5-1/+1107
2023-09-14idpf: initialize interrupts and enable vportPavan Kumar Linga10-3/+1389
2023-09-14idpf: configure resources for RX queuesAlan Brady8-12/+1705
2023-09-14idpf: configure resources for TX queuesAlan Brady6-0/+1410
2023-09-14idpf: add ptypes and MAC filter supportPavan Kumar Linga4-1/+837
2023-09-14idpf: add create vport and netdev configurationPavan Kumar Linga7-20/+1522
2023-09-14idpf: add core init and interrupt requestPavan Kumar Linga9-3/+1471
2023-09-14idpf: add controlq init and reset checksJoshua Hay14-3/+1851
2023-09-14idpf: add module register and probe functionalityPhani Burra5-0/+193
2023-09-14virtchnl: add virtchnl version 2 opsPavan Kumar Linga2-0/+1724