aboutsummaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)Author
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang
2021-04-08Revert "net: Do not fill legacy info_str for backends"Jason Wang
2021-03-15net: Do not fill legacy info_str for backendsAlexey Kirillov
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier
2019-03-29net/socket: learn to talk with a unix dgram socketMarc-André Lureau
2018-10-19net/socket: Fix invalid socket type error handlingMarkus Armbruster
2017-11-13net/socket: fix coverity issueJens Freimann
2017-11-13net: fix check for number of parameters to -netdev socketJens Freimann
2017-09-08net/socket: Improve -net socket error reportingMao Zhongyi
2017-09-08net/net: Convert parse_host_port() to ErrorMao Zhongyi
2017-09-08net/socket: Convert several helper functions to ErrorMao Zhongyi
2017-09-08net/socket: Don't treat odd socket type as SOCK_STREAMMao Zhongyi
2017-08-09net: fix -netdev socket,fd= for UDP socketsJens Freimann
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen
2017-06-07Revert "Change net/socket.c to use socket_*() functions" againDaniel P. Berrange
2017-04-24socket: Make errp the last parameter of socket_connectFam Zheng
2016-11-15net: fix sending of data with -net socket, listen backendDaniel P. Berrange
2016-09-14Change net/socket.c to use socket_*() functionsMarc-André Lureau
2016-08-30Revert "Change net/socket.c to use socket_*() functions"Paolo Bonzini
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán
2016-06-28Change net/socket.c to use socket_*() functionsAshijeet Acharya
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange
2016-02-04net: Clean up includesPeter Maydell
2015-11-02net: Convert to new qapi union layoutEric Blake
2015-07-20socket: pass correct size in net_socket_send()Jason Wang
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng
2015-06-12net/socket: Drop net_socket_can_sendFam Zheng
2015-05-27net: Permit incremental conversion of init functions to ErrorMarkus Armbruster
2015-02-18monitor: Clean up around monitor_handle_fd_param()Markus Armbruster
2014-11-21net/socket: fix Uninitialized scalar variableGonglei
2014-11-18net: The third parameter of getsockname should be initializedzhanghailiang
2013-10-02net: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-04-02net: ensure "socket" backend uses non-blocking fdsStefan Hajnoczi
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman
2013-03-25net: use socket_set_nodelay() for -netdev socketStefan Hajnoczi
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil
2012-12-19misc: move include files to include/qemu/Paolo Bonzini