summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via2022-11-271-1/+2
* vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()Kangjie Xu2022-11-071-0/+2
* vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()Kangjie Xu2022-11-071-0/+2
* net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-281-0/+1
* qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier2022-10-281-0/+2
* net: simplify net_client_parse() error managementLaurent Vivier2022-10-281-1/+1
* net: remove the @errp argument of net_client_inits()Laurent Vivier2022-10-281-1/+1
* vhost_net: add NetClientState->load() callbackEugenio Pérez2022-09-021-0/+2
* vhost_net: Add NetClientInfo stop callbackEugenio Pérez2022-09-021-0/+2
* vhost_net: Add NetClientInfo start callbackEugenio Pérez2022-09-021-0/+2
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin2022-01-101-2/+0Star
* virtio-net: add support for configure interruptCindy Lu2022-01-071-0/+2
* vhost-net: control virtqueue supportJason Wang2021-10-201-2/+4
* net: introduce control clientJason Wang2021-10-201-0/+5
* net: Introduce NetClientInfo.check_peer_type()Kevin Wolf2021-10-151-0/+2
* vhost_net: do not assume nvqs is always 2Jason Wang2021-09-041-0/+1
* vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang2021-06-111-1/+0Star
* net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko2021-06-041-0/+2
* net: check the existence of peer before trying to padJason Wang2021-04-231-0/+5
* Revert "qapi: net: Add query-netdev command"Jason Wang2021-04-081-3/+0Star
* Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang2021-04-081-1/+1
* net: Add a 'do_not_pad" to NetClientStateBin Meng2021-03-221-0/+1
* net: eth: Add a helper to pad a short Ethernet frameBin Meng2021-03-221-0/+17
* net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov2021-03-151-1/+1
* qapi: net: Add query-netdev commandAlexey Kirillov2021-03-151-0/+3
* net: introduce qemu_receive_packet()Jason Wang2021-03-152-0/+13
* net: checksum: Introduce fine control over checksum typeBin Meng2021-01-251-1/+6
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* net: do not exit on "netdev_add help" monitor commandPaolo Bonzini2020-11-241-0/+1
* qom: fix objects with improper parent typePaolo Bonzini2020-10-121-1/+1
* net/can: Add can_dlc2len and can_len2dlc for CAN FD.Jan Charvat2020-09-301-0/+4
* net/can: Initial host SocketCan support for CAN FD.Jan Charvat2020-09-301-1/+7
* net: relocate paths to helpers and scriptsPaolo Bonzini2020-09-301-2/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-2/+1Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-182-7/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-14/+6Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-6/+10
* can_emu: Delete macros for non-existing typedefEduardo Habkost2020-08-271-4/+0Star
* hw/net: Added plen fix for IPv6Andrew2020-07-211-0/+1
* vhost-vdpa: introduce vhost-vdpa net clientCindy Lu2020-07-071-0/+22
* vhost_net: introduce set_config & get_configCindy Lu2020-07-031-0/+5
* net: introduce qemu_get_peerCindy Lu2020-07-031-0/+1
* hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé2020-03-311-1/+1
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-311-1/+1
* net: Track netdevs in NetClientState rather than QemuOptEric Blake2020-03-171-0/+1
* net: Complete qapi-fication of netdev_addEric Blake2020-03-171-1/+0Star
* net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub2020-03-031-0/+2
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-162-0/+2
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-1/+0Star