summaryrefslogtreecommitdiff
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net/eth: Introduce EthL4HdrProtoAkihiko Odaki2023-03-101-1/+7
* net/eth: Report if headers are actually presentAkihiko Odaki2023-03-101-2/+2
* hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki2023-03-101-5/+0
* net: Strip virtio-net header when dumpingAkihiko Odaki2023-03-101-0/+6
* net: Move the code to collect available NIC models to a separate functionThomas Huth2023-02-171-0/+14
* net: Move hmp_info_network() to net-hmp-cmds.cMarkus Armbruster2023-02-041-1/+3
* virtio-net: add support for configure interruptCindy Lu2023-01-081-0/+2
* vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)2023-01-081-0/+2
* vhost-user: Refactor vhost acked features savingHyman Huang(黄勇)2023-01-081-0/+1
* 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/+0
* 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/+0
* 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/+0
* 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/+1
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-182-7/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-14/+6
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-6/+10
* can_emu: Delete macros for non-existing typedefEduardo Habkost2020-08-271-4/+0
* hw/net: Added plen fix for IPv6Andrew2020-07-211-0/+1
* vhost-vdpa: introduce vhost-vdpa net clientCindy Lu2020-07-071-0/+22