aboutsummaryrefslogtreecommitdiff
path: root/include/net/net.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier1-0/+1
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier1-0/+2
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier1-1/+1
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier1-1/+1
2022-09-02vhost_net: add NetClientState->load() callbackEugenio Pérez1-0/+2
2022-09-02vhost_net: Add NetClientInfo stop callbackEugenio Pérez1-0/+2
2022-09-02vhost_net: Add NetClientInfo start callbackEugenio Pérez1-0/+2
2021-10-20net: introduce control clientJason Wang1-0/+5
2021-10-15net: Introduce NetClientInfo.check_peer_type()Kevin Wolf1-0/+2
2021-06-04net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko1-0/+2
2021-04-23net: check the existence of peer before trying to padJason Wang1-0/+5
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang1-3/+0
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang1-1/+1
2021-03-22net: Add a 'do_not_pad" to NetClientStateBin Meng1-0/+1
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov1-1/+1
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov1-0/+3
2021-03-15net: introduce qemu_receive_packet()Jason Wang1-0/+5
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-11-24net: do not exit on "netdev_add help" monitor commandPaolo Bonzini1-0/+1
2020-09-30net: relocate paths to helpers and scriptsPaolo Bonzini1-2/+2
2020-07-03net: introduce qemu_get_peerCindy Lu1-0/+1
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé1-1/+1
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake1-0/+1
2020-03-17net: Complete qapi-fication of netdev_addEric Blake1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-1/+0
2019-03-05net: Add a network device specific self-announcement abilityDr. David Alan Gilbert1-0/+2
2019-02-07slirp: improve send_packet() callbackMarc-André Lureau1-1/+1
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-1/+1
2018-12-04net: drop too large packet earlyJason Wang1-6/+0
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth1-3/+0
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth1-1/+0
2018-03-26virtio_net: flush uncompleted TX on resetGreg Kurz1-0/+1
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-3/+1
2018-03-05net: Make net_client_init() staticThomas Huth1-2/+0
2018-03-05net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-2/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-1/+1
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2017-12-22net: introduce net_crc32_le() functionMark Cave-Ayland1-0/+2
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland1-1/+2
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen1-2/+7
2017-07-17net: Add vnet_hdr_len arguments in NetClientStateZhang Chen1-0/+1
2016-09-15Remove unused function declarationsLadi Prosek1-2/+0
2016-07-19net: Use correct type for bool flagEric Blake1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-2/+2
2016-06-17vhost-net: save & restore vring enable stateMarc-André Lureau1-0/+1
2016-06-02net: Add macros for MAC address tracingDmitry Fleytman1-0/+5
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen1-0/+13
2016-06-01net: vl: Move default_net to vl.cEduardo Habkost1-1/+0