summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf/idpf.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-18idpf: preserve coalescing settings across resetsAhmed Zaki1-0/+19
2025-07-18idpf: add flow steering supportAhmed Zaki1-0/+13
2025-07-18virtchnl2: rename enum virtchnl2_cap_rssAhmed Zaki1-10/+10
2025-07-14idpf: implement get LAN MMIO memory regionsJoshua Hay1-3/+66
2025-07-14idpf: implement IDC vport aux driver MTU change handlerJoshua Hay1-0/+2
2025-07-14idpf: implement remaining IDC RDMA core callbacks and handlersJoshua Hay1-0/+1
2025-07-14idpf: implement RDMA vport auxiliary dev create, init, and destroyJoshua Hay1-0/+4
2025-07-14idpf: implement core RDMA auxiliary dev create, init, and destroyJoshua Hay1-0/+12
2025-07-14idpf: use reserved RDMA vectors from control planeJoshua Hay1-2/+26
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-05-19idpf: fix null-ptr-deref in idpf_features_checkPavan Kumar Linga1-0/+2
2025-05-16idpf: add Tx timestamp flowsMilena Olech1-0/+4
2025-05-16idpf: add Tx timestamp capabilities negotiationMilena Olech1-0/+10
2025-05-16idpf: negotiate PTP capabilities and get PTP clockMilena Olech1-0/+2
2025-05-16idpf: add initial PTP supportMilena Olech1-0/+3
2025-04-29idpf: fix offloads support for encapsulated packetsMadhu Chittim1-10/+8
2024-11-05idpf: avoid vport access in idpf_get_link_ksettingsPavan Kumar Linga1-2/+2
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-14idpf: add get/set for Ethtool's header split ringparamMichal Kubiak1-1/+6
2023-09-14idpf: add SRIOV support and other ndo_opsJoshua Hay1-0/+51
2023-09-14idpf: add ethtool callbacksAlan Brady1-0/+55
2023-09-14idpf: add singleq start_xmit and napi pollJoshua Hay1-0/+10
2023-09-14idpf: add RX splitq napi poll supportAlan Brady1-0/+3
2023-09-14idpf: add TX splitq napi poll supportJoshua Hay1-0/+22
2023-09-14idpf: add splitq start_xmitJoshua Hay1-0/+1
2023-09-14idpf: initialize interrupts and enable vportPavan Kumar Linga1-0/+45
2023-09-14idpf: configure resources for RX queuesAlan Brady1-1/+47
2023-09-14idpf: configure resources for TX queuesAlan Brady1-0/+77
2023-09-14idpf: add ptypes and MAC filter supportPavan Kumar Linga1-0/+44
2023-09-14idpf: add create vport and netdev configurationPavan Kumar Linga1-0/+307
2023-09-14idpf: add core init and interrupt requestPavan Kumar Linga1-0/+163
2023-09-14idpf: add controlq init and reset checksJoshua Hay1-0/+116
2023-09-14idpf: add module register and probe functionalityPhani Burra1-0/+28