COMMITS
/ net/socket.c June 9, 2023
L
net: socket: remove net_init_socket()
Laurent Vivier committed
L
net: socket: move fd type checking to its own function
Laurent Vivier committed
L
net: socket: prepare to cleanup net_init_socket()
Laurent Vivier committed
February 21, 2023
M
win32: replace closesocket() with close() wrapper
Marc-André Lureau committed
October 23, 2022
N
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov committed
November 4, 2022
M
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster committed
November 26, 2022
S
Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues
Stefan Weil via committed
October 21, 2022
S
net: socket: Don't ignore EINVAL on netdev socket connection
Stefano Brivio committed
L
net: introduce qemu_set_info_str() function
Laurent Vivier committed
April 25, 2022
M
util: rename qemu_*block() socket functions
Marc-André Lureau committed
March 23, 2022
M
Remove qemu-common.h include from most units
Marc-André Lureau committed
February 18, 2022
M
Drop qemu_foo() socket API wrapper
Marc-André Lureau committed
April 2, 2021
J
Revert "qapi: net: Add query-netdev command"
Jason Wang committed
J
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang committed
J
Revert "net: Do not fill legacy info_str for backends"
Jason Wang committed
March 3, 2021
A
net: Do not fill legacy info_str for backends
Alexey Kirillov committed
A
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov committed
A
qapi: net: Add query-netdev command
Alexey Kirillov committed
October 5, 2020
K
monitor: Use getter/setter functions for cur_mon
Kevin Wolf committed
July 7, 2020
L
net: check if the file descriptor is valid before using it
Laurent Vivier committed
March 11, 2019
M
net/socket: learn to talk with a unix dgram socket
Marc-André Lureau committed
October 17, 2018
M
net/socket: Fix invalid socket type error handling
Markus Armbruster committed
November 6, 2017
J
net/socket: fix coverity issue
Jens Freimann committed
September 27, 2017
J
net: fix check for number of parameters to -netdev socket
Jens Freimann committed
September 4, 2017
M
net/socket: Improve -net socket error reporting
Mao Zhongyi committed
M
net/net: Convert parse_host_port() to Error
Mao Zhongyi committed
M
net/socket: Convert several helper functions to Error
Mao Zhongyi committed
M
net/socket: Don't treat odd socket type as SOCK_STREAM
Mao Zhongyi committed
August 8, 2017
J
net: fix -netdev socket,fd= for UDP sockets
Jens Freimann committed
July 4, 2017
Z
net/net.c: Add vnet_hdr support in SocketReadState
Zhang Chen committed
May 5, 2017
D
Revert "Change net/socket.c to use socket_*() functions" again
Daniel P. Berrange committed
April 21, 2017
F
socket: Make errp the last parameter of socket_connect
Fam Zheng committed
November 4, 2016
D
net: fix sending of data with -net socket, listen backend
Daniel P. Berrange committed
June 18, 2016
M
Change net/socket.c to use socket_*() functions
Marc-André Lureau committed
A
Change net/socket.c to use socket_*() functions
Ashijeet Acharya committed
August 30, 2016
P
Revert "Change net/socket.c to use socket_*() functions"
Paolo Bonzini committed
July 14, 2016
E
qapi: Change Netdev into a flat union
Eric Blake committed
K
net: use Netdev instead of NetClientOptions in client init
Kővágó, Zoltán committed
May 13, 2016
Z
net/net: Add SocketReadState for reuse codes
Zhang Chen committed
March 14, 2016
M
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster committed
March 17, 2016
E
qapi: Don't special-case simple union wrappers
Eric Blake committed
March 7, 2016
D
osdep: remove use of socket_error() from all code
Daniel P. Berrange committed
January 29, 2016
P
net: Clean up includes
Peter Maydell committed
October 26, 2015
E
net: Convert to new qapi union layout
Eric Blake committed
July 7, 2015
J
socket: pass correct size in net_socket_send()
Jason Wang committed
June 4, 2015
F
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng committed
F
net/socket: Drop net_socket_can_send
Fam Zheng committed
May 15, 2015
M
net: Permit incremental conversion of init functions to Error
Markus Armbruster committed
February 9, 2015
M
monitor: Clean up around monitor_handle_fd_param()
Markus Armbruster committed
November 20, 2014
G
net/socket: fix Uninitialized scalar variable
Gonglei committed