summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/idpf/idpf.h
Commit message (Expand)AuthorAgeFilesLines
* idpf: prevent deinit uninitialized virtchnl coreAlan Brady2024-03-041-0/+2
* idpf: cleanup virtchnl cruftAlan Brady2024-03-041-87/+1
* idpf: refactor queue related virtchnl messagesAlan Brady2024-03-041-1/+1
* idpf: implement virtchnl transaction managerAlan Brady2024-03-041-2/+4
* idpf: add idpf_virtchnl.hAlan Brady2024-03-041-50/+0
* idpf: add get/set for Ethtool's header split ringparamMichal Kubiak2023-12-131-1/+6
* idpf: add SRIOV support and other ndo_opsJoshua Hay2023-09-131-0/+51
* idpf: add ethtool callbacksAlan Brady2023-09-131-0/+55
* idpf: add singleq start_xmit and napi pollJoshua Hay2023-09-131-0/+10
* idpf: add RX splitq napi poll supportAlan Brady2023-09-131-0/+3
* idpf: add TX splitq napi poll supportJoshua Hay2023-09-131-0/+22
* idpf: add splitq start_xmitJoshua Hay2023-09-131-0/+1
* idpf: initialize interrupts and enable vportPavan Kumar Linga2023-09-131-0/+45
* idpf: configure resources for RX queuesAlan Brady2023-09-131-1/+47
* idpf: configure resources for TX queuesAlan Brady2023-09-131-0/+77
* idpf: add ptypes and MAC filter supportPavan Kumar Linga2023-09-131-0/+44
* idpf: add create vport and netdev configurationPavan Kumar Linga2023-09-131-0/+307
* idpf: add core init and interrupt requestPavan Kumar Linga2023-09-131-0/+163
* idpf: add controlq init and reset checksJoshua Hay2023-09-131-0/+116
* idpf: add module register and probe functionalityPhani Burra2023-09-131-0/+28