summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf
AgeCommit message (Expand)AuthorFilesLines
2024-04-03idpf: fix kernel panic on unknown packet typesJoshua Hay1-2/+2
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-03-05idpf: disable local BH when scheduling napi for marker packetsEmil Tantilov1-0/+2
2024-03-04idpf: remove dealloc vector msg err in idpf_intr_relAlan Brady1-8/+1
2024-03-04idpf: fix minor controlq issuesAlan Brady1-5/+2
2024-03-04idpf: prevent deinit uninitialized virtchnl coreAlan Brady2-2/+10
2024-03-04idpf: cleanup virtchnl cruftAlan Brady4-125/+3
2024-03-04idpf: refactor idpf_recv_mb_msgAlan Brady3-222/+37
2024-03-04idpf: add async_handler for MAC filter messagesAlan Brady1-0/+70
2024-03-04idpf: refactor remaining virtchnl messagesAlan Brady1-596/+298
2024-03-04idpf: refactor queue related virtchnl messagesAlan Brady2-259/+136
2024-03-04idpf: refactor vport virtchnl messagesAlan Brady1-116/+69
2024-03-04idpf: implement virtchnl transaction managerAlan Brady7-73/+561
2024-03-04idpf: add idpf_virtchnl.hAlan Brady8-50/+77
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