summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/idpf
Commit message (Expand)AuthorAgeFilesLines
* idpf: fix kernel panic on unknown packet typesJoshua Hay2024-04-031-2/+2
* 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: remove dealloc vector msg err in idpf_intr_relAlan Brady2024-03-041-8/+1
* | idpf: fix minor controlq issuesAlan Brady2024-03-041-5/+2
* | idpf: prevent deinit uninitialized virtchnl coreAlan Brady2024-03-042-2/+10
* | idpf: cleanup virtchnl cruftAlan Brady2024-03-044-125/+3
* | idpf: refactor idpf_recv_mb_msgAlan Brady2024-03-043-222/+37
* | 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-042-259/+136
* | idpf: refactor vport virtchnl messagesAlan Brady2024-03-041-116/+69
* | idpf: implement virtchnl transaction managerAlan Brady2024-03-047-73/+561
* | idpf: add idpf_virtchnl.hAlan Brady2024-03-048-50/+77
|/
* idpf: avoid compiler padding in virtchnl2_ptype structPavan Kumar Linga2024-02-011-1/+1
* idpf: distinguish vports by the dev_port attributeMichal Schmidt2024-01-211-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-043-5/+4
|\
| * idpf: avoid compiler introduced padding in virtchnl2_rss_key structPavan Kumar Linga2023-12-261-3/+3
| * idpf: fix corrupted frames and skb leaks in singleq modeAlexander Lobakin2023-12-262-2/+1
* | idpf: refactor some missing field get/prep conversionsJesse Brandeburg2023-12-182-35/+30
* | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-21/+19
* | idpf: add get/set for Ethtool's header split ringparamMichal Kubiak2023-12-135-7/+90
* | net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-1/+1
|/
* idpf: fix potential use-after-free in idpf_tso()Eric Dumazet2023-11-061-2/+4
* page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-231-3/+0
* idpf: cancel mailbox work in error pathPavan Kumar Linga2023-10-231-0/+1
* idpf: set scheduling mode for completion queueMichal Kubiak2023-10-232-3/+15
* idpf: add SRIOV support and other ndo_opsJoshua Hay2023-09-136-3/+940
* idpf: add ethtool callbacksAlan Brady2023-09-137-3/+1851
* idpf: add singleq start_xmit and napi pollJoshua Hay2023-09-138-31/+1290
* idpf: add RX splitq napi poll supportAlan Brady2023-09-134-6/+892
* idpf: add TX splitq napi poll supportJoshua Hay2023-09-136-5/+926
* idpf: add splitq start_xmitJoshua Hay2023-09-135-1/+1107
* idpf: initialize interrupts and enable vportPavan Kumar Linga2023-09-1310-3/+1389
* idpf: configure resources for RX queuesAlan Brady2023-09-138-12/+1705
* idpf: configure resources for TX queuesAlan Brady2023-09-136-0/+1410
* idpf: add ptypes and MAC filter supportPavan Kumar Linga2023-09-134-1/+837
* idpf: add create vport and netdev configurationPavan Kumar Linga2023-09-137-20/+1522
* idpf: add core init and interrupt requestPavan Kumar Linga2023-09-139-3/+1471
* idpf: add controlq init and reset checksJoshua Hay2023-09-1314-3/+1851
* idpf: add module register and probe functionalityPhani Burra2023-09-135-0/+193
* virtchnl: add virtchnl version 2 opsPavan Kumar Linga2023-09-132-0/+1724