166 Commits (3821a538f7ec0a7973fa7b751dcea65d0b9b3213)

Author SHA1 Message Date
Stefano Garzarella 4caf74916d net/vdpa: fix potential fd leak in net_init_vhost_vdpa() 1 year ago
Akihiko Odaki abef963a12 net/vhost-vdpa: Remove dummy SetSteeringEBPF 1 year ago
Akihiko Odaki 7b6e7e4990 virtio-net: Retrieve peer hashing capability 1 year ago
Akihiko Odaki 14f521f491 net/vhost-vdpa: Report hashing capability 1 year ago
Laurent Vivier ba5acc5d6e net: Add is_vhost_user flag to vhost_net struct 1 year ago
Laurent Vivier 33b78a30a3 net: Allow network backends to advertise max TX queue size 1 year ago
Laurent Vivier 1652f1b335 net: Add save_acked_features callback to vhost_net 1 year ago
Laurent Vivier bd38794a11 net: Add get_acked_features callback to VhostNetOptions 1 year ago
Laurent Vivier effdacbf28 net: Consolidate vhost feature bits into vhost_net structure 1 year ago
Laurent Vivier 8f6e5c620a net: Add get_vhost_net callback to NetClientInfo 1 year ago
Eugenio Pérez a400720365 vdpa: move iova_tree allocation to net_vhost_vdpa_init 1 year ago
Eugenio Pérez 55cf1d4f10 vdpa: check for iova tree initialized at net_client_start 1 year ago
Konstantin Shkolnyy b027f55a99 vdpa: Allow vDPA to work on big-endian machine 1 year ago
Eugenio Pérez e7891c575f net: move backend cleanup to NIC cleanup 2 years ago
Jonah Palmer 05063f5584 vhost-iova-tree, svq: Implement GPA->IOVA & partial IOVA->HVA trees 2 years ago
Jonah Palmer 92cf61e708 vhost-iova-tree: Implement an IOVA-only tree 2 years ago
Peter Xu f018eb62b2 migration: Drop migration_is_setup_or_active() 2 years ago
Akihiko Odaki f8e09b973a vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bits 2 years ago
Jonah Palmer c03213fdc9 vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits 2 years ago
Jonah Palmer b937fa8963 vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits 2 years ago
Stefano Garzarella 9d5a807c4c vhost-vdpa: check vhost_vdpa_set_vring_ready() return value 2 years ago
Si-Wei Liu db4cba36a7 vdpa: indicate transitional state for SVQ switching 3 years ago
Si-Wei Liu 1c4eab477f vdpa: add trace event for vhost_vdpa_net_load_mq 3 years ago
Si-Wei Liu faed74468f vdpa: add trace events for vhost_vdpa_net_load_cmd 3 years ago
Si-Wei Liu 62845d3296 vdpa: add vhost_vdpa_set_address_space_id trace 3 years ago
Si-Wei Liu 77c3a336a4 vdpa: factor out vhost_vdpa_net_get_nc_vdpa 3 years ago
Si-Wei Liu 573581b18d vdpa: add back vhost_vdpa_net_first_nc_vdpa 3 years ago
Zhao Liu 46ff64a826 error: Move ERRP_GUARD() to the beginning of the function 2 years ago
Zhao Liu 3dd5fc5316 net/vhost-vdpa: Fix missing ERRP_GUARD() for error_prepend() 2 years ago
Steve Sistare 7dcb3c87d8 migration: export migration_is_setup_or_active 2 years ago
Steve Sistare 5663dd3f1a migration: MigrationNotifyFunc 3 years ago
Steve Sistare 9d9babf78d migration: MigrationEvent for notifiers 3 years ago
Steve Sistare 3e7757301c migration: convert to NotifierWithReturn 3 years ago
Eugenio Pérez 6f03d9ef8a vdpa: use VhostVDPAShared in vdpa_dma_map and unmap 3 years ago
Eugenio Pérez f12b2498e5 vdpa: move file descriptor to vhost_vdpa_shared 3 years ago
Eugenio Pérez a6e823d40e vdpa: move shadow_data to vhost_vdpa_shared 3 years ago
Eugenio Pérez ae25ff41b7 vdpa: move iova_range to vhost_vdpa_shared 3 years ago
Eugenio Pérez 5edb02e800 vdpa: move iova tree to the shared struct 3 years ago
Eugenio Pérez 8c5e980922 vdpa: add VhostVDPAShared 3 years ago
Hawkins Jiawei 07eba9493d vdpa: Allow VIRTIO_NET_F_RSS in SVQ 3 years ago
Hawkins Jiawei b3c0910655 vdpa: Restore receive-side scaling state 3 years ago
Hawkins Jiawei d1fd2d3118 vdpa: Add SetSteeringEBPF method for NetClientState 3 years ago
Hawkins Jiawei 556b67d413 vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQ 3 years ago
Hawkins Jiawei 8b98c15f22 vdpa: Restore hash calculation state 3 years ago
Steve Sistare d9cda21303 migration: simplify notifiers 3 years ago
Hawkins Jiawei acec5f685c vdpa: Send cvq state load commands in parallel 3 years ago
Hawkins Jiawei 1d7e2a8fd4 vdpa: Introduce cursors to vhost_vdpa_net_loadx() 3 years ago
Hawkins Jiawei a864a3219d vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add() 3 years ago
Hawkins Jiawei 24e59cfe0c vdpa: Check device ack in vhost_vdpa_net_load_rx_mode() 3 years ago
Hawkins Jiawei 327dedb8df vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load() 3 years ago