summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf
AgeCommit message (Expand)AuthorFilesLines
2024-02-01idpf: avoid compiler padding in virtchnl2_ptype structPavan Kumar Linga1-1/+1
2024-01-21idpf: distinguish vports by the dev_port attributeMichal Schmidt1-0/+2
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+4
2023-12-26idpf: avoid compiler introduced padding in virtchnl2_rss_key structPavan Kumar Linga1-3/+3
2023-12-26idpf: fix corrupted frames and skb leaks in singleq modeAlexander Lobakin2-2/+1
2023-12-18idpf: refactor some missing field get/prep conversionsJesse Brandeburg2-35/+30
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-21/+19
2023-12-14idpf: add get/set for Ethtool's header split ringparamMichal Kubiak5-7/+90
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-1/+1
2023-11-07idpf: fix potential use-after-free in idpf_tso()Eric Dumazet1-2/+4
2023-10-24page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-3/+0
2023-10-24idpf: cancel mailbox work in error pathPavan Kumar Linga1-0/+1
2023-10-24idpf: set scheduling mode for completion queueMichal Kubiak2-3/+15
2023-09-14idpf: add SRIOV support and other ndo_opsJoshua Hay6-3/+940
2023-09-14idpf: add ethtool callbacksAlan Brady7-3/+1851
2023-09-14idpf: add singleq start_xmit and napi pollJoshua Hay8-31/+1290
2023-09-14idpf: add RX splitq napi poll supportAlan Brady4-6/+892
2023-09-14idpf: add TX splitq napi poll supportJoshua Hay6-5/+926
2023-09-14idpf: add splitq start_xmitJoshua Hay5-1/+1107
2023-09-14idpf: initialize interrupts and enable vportPavan Kumar Linga10-3/+1389
2023-09-14idpf: configure resources for RX queuesAlan Brady8-12/+1705
2023-09-14idpf: configure resources for TX queuesAlan Brady6-0/+1410
2023-09-14idpf: add ptypes and MAC filter supportPavan Kumar Linga4-1/+837
2023-09-14idpf: add create vport and netdev configurationPavan Kumar Linga7-20/+1522
2023-09-14idpf: add core init and interrupt requestPavan Kumar Linga9-3/+1471
2023-09-14idpf: add controlq init and reset checksJoshua Hay14-3/+1851
2023-09-14idpf: add module register and probe functionalityPhani Burra5-0/+193
2023-09-14virtchnl: add virtchnl version 2 opsPavan Kumar Linga2-0/+1724