summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf/idpf_lib.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-14idpf: add SRIOV support and other ndo_opsJoshua Hay1-3/+641
2023-09-14idpf: add ethtool callbacksAlan Brady1-0/+172
2023-09-14idpf: add singleq start_xmit and napi pollJoshua Hay1-0/+1
2023-09-14idpf: add TX splitq napi poll supportJoshua Hay1-0/+2
2023-09-14idpf: add splitq start_xmitJoshua Hay1-0/+1
2023-09-14idpf: initialize interrupts and enable vportPavan Kumar Linga1-2/+261
2023-09-14idpf: configure resources for RX queuesAlan Brady1-1/+41
2023-09-14idpf: configure resources for TX queuesAlan Brady1-0/+160
2023-09-14idpf: add ptypes and MAC filter supportPavan Kumar Linga1-1/+186
2023-09-14idpf: add create vport and netdev configurationPavan Kumar Linga1-0/+431
2023-09-14idpf: add core init and interrupt requestPavan Kumar Linga1-1/+347
2023-09-14idpf: add controlq init and reset checksJoshua Hay1-0/+144