index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-07
net: socket: remove net_init_socket()
Laurent Vivier
1
-26
/
+17
2023-07-07
net: socket: move fd type checking to its own function
Laurent Vivier
1
-8
/
+20
2023-07-07
net: socket: prepare to cleanup net_init_socket()
Laurent Vivier
1
-3
/
+3
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
1
-11
/
+11
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
1
-9
/
+7
2022-12-14
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
1
-9
/
+9
2022-11-27
Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues
Stefan Weil via
1
-1
/
+1
2022-10-28
net: socket: Don't ignore EINVAL on netdev socket connection
Stefano Brivio
1
-2
/
+1
2022-10-28
net: introduce qemu_set_info_str() function
Laurent Vivier
1
-19
/
+14
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
1
-5
/
+5
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-03-22
Drop qemu_foo() socket API wrapper
Marc-André Lureau
1
-12
/
+12
2021-04-08
Revert "qapi: net: Add query-netdev command"
Jason Wang
1
-71
/
+0
2021-04-08
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang
1
-24
/
+19
2021-04-08
Revert "net: Do not fill legacy info_str for backends"
Jason Wang
1
-0
/
+28
2021-03-15
net: Do not fill legacy info_str for backends
Alexey Kirillov
1
-28
/
+0
2021-03-15
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
1
-19
/
+24
2021-03-15
qapi: net: Add query-netdev command
Alexey Kirillov
1
-0
/
+71
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
1
-1
/
+1
2020-07-15
net: check if the file descriptor is valid before using it
Laurent Vivier
1
-2
/
+7
2019-03-29
net/socket: learn to talk with a unix dgram socket
Marc-André Lureau
1
-4
/
+21
2018-10-19
net/socket: Fix invalid socket type error handling
Markus Armbruster
1
-2
/
+2
2017-11-13
net/socket: fix coverity issue
Jens Freimann
1
-1
/
+1
2017-11-13
net: fix check for number of parameters to -netdev socket
Jens Freimann
1
-2
/
+2
2017-09-08
net/socket: Improve -net socket error reporting
Mao Zhongyi
1
-48
/
+44
2017-09-08
net/net: Convert parse_host_port() to Error
Mao Zhongyi
1
-7
/
+15
2017-09-08
net/socket: Convert several helper functions to Error
Mao Zhongyi
1
-32
/
+50
2017-09-08
net/socket: Don't treat odd socket type as SOCK_STREAM
Mao Zhongyi
1
-3
/
+3
2017-08-09
net: fix -netdev socket,fd= for UDP sockets
Jens Freimann
1
-19
/
+18
2017-07-17
net/net.c: Add vnet_hdr support in SocketReadState
Zhang Chen
1
-4
/
+4
2017-06-07
Revert "Change net/socket.c to use socket_*() functions" again
Daniel P. Berrange
1
-71
/
+56
2017-04-24
socket: Make errp the last parameter of socket_connect
Fam Zheng
1
-1
/
+1
2016-11-15
net: fix sending of data with -net socket, listen backend
Daniel P. Berrange
1
-0
/
+1
2016-09-14
Change net/socket.c to use socket_*() functions
Marc-André Lureau
1
-56
/
+71
2016-08-30
Revert "Change net/socket.c to use socket_*() functions"
Paolo Bonzini
1
-27
/
+28
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
1
-4
/
+4
2016-07-19
net: use Netdev instead of NetClientOptions in client init
Kővágó, Zoltán
1
-3
/
+3
2016-06-28
Change net/socket.c to use socket_*() functions
Ashijeet Acharya
1
-28
/
+27
2016-06-01
net/net: Add SocketReadState for reuse codes
Zhang Chen
1
-55
/
+22
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-1
/
+1
2016-03-10
osdep: remove use of socket_error() from all code
Daniel P. Berrange
1
-11
/
+8
2016-02-04
net: Clean up includes
Peter Maydell
1
-1
/
+1
2015-11-02
net: Convert to new qapi union layout
Eric Blake
1
-2
/
+2
2015-07-20
socket: pass correct size in net_socket_send()
Jason Wang
1
-1
/
+1
2015-06-12
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
1
-4
/
+4
2015-06-12
net/socket: Drop net_socket_can_send
Fam Zheng
1
-12
/
+19
2015-05-27
net: Permit incremental conversion of init functions to Error
Markus Armbruster
1
-1
/
+2
2015-02-18
monitor: Clean up around monitor_handle_fd_param()
Markus Armbruster
1
-1
/
+3
2014-11-21
net/socket: fix Uninitialized scalar variable
Gonglei
1
-5
/
+6
[next]