summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/idpf/idpf_virtchnl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-0/+2
|\
| * idpf: disable local BH when scheduling napi for marker packetsEmil Tantilov2024-03-051-0/+2
* | idpf: prevent deinit uninitialized virtchnl coreAlan Brady2024-03-041-2/+8
* | idpf: cleanup virtchnl cruftAlan Brady2024-03-041-13/+0
* | idpf: refactor idpf_recv_mb_msgAlan Brady2024-03-041-219/+35
* | idpf: add async_handler for MAC filter messagesAlan Brady2024-03-041-0/+70
* | idpf: refactor remaining virtchnl messagesAlan Brady2024-03-041-596/+298
* | idpf: refactor queue related virtchnl messagesAlan Brady2024-03-041-258/+135
* | idpf: refactor vport virtchnl messagesAlan Brady2024-03-041-116/+69
* | idpf: implement virtchnl transaction managerAlan Brady2024-03-041-69/+545
* | idpf: add idpf_virtchnl.hAlan Brady2024-03-041-0/+1
|/
* idpf: add get/set for Ethtool's header split ringparamMichal Kubiak2023-12-131-0/+2
* idpf: cancel mailbox work in error pathPavan Kumar Linga2023-10-231-0/+1
* idpf: set scheduling mode for completion queueMichal Kubiak2023-10-231-1/+7
* idpf: add SRIOV support and other ndo_opsJoshua Hay2023-09-131-0/+208
* idpf: add ethtool callbacksAlan Brady2023-09-131-1/+239
* idpf: add singleq start_xmit and napi pollJoshua Hay2023-09-131-0/+2
* idpf: add RX splitq napi poll supportAlan Brady2023-09-131-1/+3
* idpf: add TX splitq napi poll supportJoshua Hay2023-09-131-1/+51
* idpf: initialize interrupts and enable vportPavan Kumar Linga2023-09-131-0/+527
* idpf: configure resources for RX queuesAlan Brady2023-09-131-4/+489
* idpf: configure resources for TX queuesAlan Brady2023-09-131-0/+404
* idpf: add ptypes and MAC filter supportPavan Kumar Linga2023-09-131-0/+494
* idpf: add create vport and netdev configurationPavan Kumar Linga2023-09-131-19/+505
* idpf: add core init and interrupt requestPavan Kumar Linga2023-09-131-0/+770
* idpf: add controlq init and reset checksJoshua Hay2023-09-131-0/+125