summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf/idpf.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-10idpf: use libeth Rx buffer management for payload bufferAlexander Lobakin1-2/+0
2024-07-10idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin1-1/+1
2024-07-10idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQAlexander Lobakin1-1/+2
2024-07-10idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin1-2/+1
2024-07-10idpf: stop using macros for accessing queue descriptorsAlexander Lobakin1-1/+0
2024-03-04idpf: prevent deinit uninitialized virtchnl coreAlan Brady1-0/+2
2024-03-04idpf: cleanup virtchnl cruftAlan Brady1-87/+1
2024-03-04idpf: refactor queue related virtchnl messagesAlan Brady1-1/+1
2024-03-04idpf: implement virtchnl transaction managerAlan Brady1-2/+4
2024-03-04idpf: add idpf_virtchnl.hAlan Brady1-50/+0
2023-12-13idpf: add get/set for Ethtool's header split ringparamMichal Kubiak1-1/+6
2023-09-13idpf: add SRIOV support and other ndo_opsJoshua Hay1-0/+51
2023-09-13idpf: add ethtool callbacksAlan Brady1-0/+55
2023-09-13idpf: add singleq start_xmit and napi pollJoshua Hay1-0/+10
2023-09-13idpf: add RX splitq napi poll supportAlan Brady1-0/+3
2023-09-13idpf: add TX splitq napi poll supportJoshua Hay1-0/+22
2023-09-13idpf: add splitq start_xmitJoshua Hay1-0/+1
2023-09-13idpf: initialize interrupts and enable vportPavan Kumar Linga1-0/+45
2023-09-13idpf: configure resources for RX queuesAlan Brady1-1/+47
2023-09-13idpf: configure resources for TX queuesAlan Brady1-0/+77
2023-09-13idpf: add ptypes and MAC filter supportPavan Kumar Linga1-0/+44
2023-09-13idpf: add create vport and netdev configurationPavan Kumar Linga1-0/+307
2023-09-13idpf: add core init and interrupt requestPavan Kumar Linga1-0/+163
2023-09-13idpf: add controlq init and reset checksJoshua Hay1-0/+116
2023-09-13idpf: add module register and probe functionalityPhani Burra1-0/+28