Sign in
qemu
/
qemu
/
d6e166c08203f47017555f5f52b70f35399c824c
/
net
/
net.c
e79cd40
net: fix sending of data with -net socket, listen backend
by Daniel P. Berrange
· 8 years ago
47f9f15
net: limit allocation in nc_sendv_compat
by Peter Lieven
· 9 years ago
a4543b1
net: hmp_host_net_remove: Del the -net option of the removed host_net
by Shmulik Ladkani
· 9 years ago
e9e0a58
net/net: properly handle multiple packets in net_fill_rstate()
by Zhang Chen
· 9 years ago
0e55c38
net: Use correct type for bool flag
by Eric Blake
· 9 years ago
f394b2e
qapi: Change Netdev into a flat union
by Eric Blake
· 9 years ago
cebea51
net: use Netdev instead of NetClientOptions in client init
by Kővágó, Zoltán
· 9 years ago
3b098d5
qapi: Add new visit_complete() function
by Eric Blake
· 9 years ago
e7ca565
string-output-visitor: Favor new visit_free() function
by Eric Blake
· 9 years ago
09204ea
opts-visitor: Favor new visit_free() function
by Eric Blake
· 9 years ago
ca1ee3d
net: fix qemu_announce_self not emitting packets
by Peter Lieven
· 9 years ago
16a3df4
net/net: Add SocketReadState for reuse codes
by Zhang Chen
· 9 years ago
d30300f
net: vl: Move default_net to vl.c
by Eduardo Habkost
· 9 years ago
044d655
net: fix OptsVisitor memory leak
by Paolo Bonzini
· 9 years ago
74044c8
net: Allocating Large sized arrays to heap
by Pooja Dhannawat
· 9 years ago
a155555
util: Improved qemu_hexmap() to include an ascii dump of the buffer
by Isaac Lozano
· 9 years ago
891a2bb
Fix ipv6 options according to documentation
by Samuel Thibault
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
7aac531
qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
by Yann Bordenave
· 9 years ago
96a1616
qapi-dealloc: Reduce use outside of generated code
by Eric Blake
· 9 years ago
51e72bc
qapi: Swap visit_* arguments for consistent 'name' placement
by Eric Blake
· 9 years ago
2744d92
net: Clean up includes
by Peter Maydell
· 9 years ago
aa9156f
net/filter: Fix the output information for command 'info network'
by zhanghailiang
· 9 years ago
25aaadf
net: always walk through filters in reverse if traffic is egress
by Li Zhijian
· 9 years ago
7fb1cf1
qapi: Don't let implicit enum MAX member collide
by Eric Blake
· 9 years ago
8d0bcba
net: Convert to new qapi union layout
by Eric Blake
· 9 years ago
a3e8a3f
net: free the string returned by object_get_canonical_path_component
by Yang Hongyang
· 9 years ago
edc9814
net: make iov_to_buf take right size argument in nc_sendv_compat()
by Yang Hongyang
· 9 years ago
5320c2c
net: Remove duplicate data from query-rx-filter on multiqueue net devices
by Vladislav Yasevich
· 9 years ago
052bd52
net: don't set native endianness
by Michael S. Tsirkin
· 9 years ago
a4960f5
netfilter: print filter info associate with the netdev
by Yang Hongyang
· 9 years ago
3e033a4
net/queue: introduce NetQueueDeliverFunc
by Yang Hongyang
· 9 years ago
fefe2a7
net: merge qemu_deliver_packet and qemu_deliver_packet_iov
by Yang Hongyang
· 9 years ago
e64c770
netfilter: hook packets before net queue send
by Yang Hongyang
· 9 years ago
fdccce4
init/cleanup of netfilter object
by Yang Hongyang
· 9 years ago
625de44
net: Flush queued packets when guest resumes
by Fam Zheng
· 10 years ago
1e81aba
net: simplify net_client_init1()
by Stefan Hajnoczi
· 10 years ago
4ef0def
net: drop if expression that is always true
by Stefan Hajnoczi
· 10 years ago
d139e9a
net: raise an error if -net type is invalid
by Stefan Hajnoczi
· 10 years ago
1322629
net: replace net_client_init1() netdev whitelist with blacklist
by Stefan Hajnoczi
· 10 years ago
027a247
net: add missing "netmap" to host_net_devices[]
by Stefan Hajnoczi
· 10 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
485febc
qmp: Wean off qerror_report()
by Markus Armbruster
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
75158eb
qerror: Eliminate QERR_DEVICE_NOT_FOUND
by Markus Armbruster
· 10 years ago
70b9433
QemuOpts: Wean off qerror_report_err()
by Markus Armbruster
· 10 years ago
89e9429
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
c80cd6b
tap: add VNET_LE/VNET_BE operations
by Greg Kurz
· 10 years ago
28d0de7
QemuOpts: Convert qemu_opts_foreach() to Error
by Markus Armbruster
· 10 years ago
a4c7367
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
by Markus Armbruster
· 10 years ago
2bc22a5
net/net: Record usage status of mac address
by Shannon Zhao
· 10 years ago
6630886
net: Improve -net nic error reporting
by Markus Armbruster
· 10 years ago
a30ecde
net: Permit incremental conversion of init functions to Error
by Markus Armbruster
· 10 years ago
ca7eb18
net: Improve error message for -net hubport a bit
by Markus Armbruster
· 10 years ago
890ee6a
net: add MAC address string printer
by Scott Feldman
· 10 years ago
7fb4391
net: synchronize net_host_device_remove with host_net_remove_completion
by Paolo Bonzini
· 10 years ago
f43e47d
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
by Markus Armbruster
· 10 years ago
79087c7
QemuOpts: Convert qemu_opts_set() to Error, fix its use
by Markus Armbruster
· 10 years ago
c5c6d7f
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging
by Peter Maydell
· 10 years ago
1ce6be2
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
by Markus Armbruster
· 10 years ago
3e5a50d
hmp: Name HMP command handler functions hmp_COMMAND()
by Markus Armbruster
· 10 years ago
12d0cc2
net: Avoid qerror_report_err() outside QMP command handlers
by Markus Armbruster
· 10 years ago
64a55d6
net: del hub port when peer is deleted
by Jason Wang
· 10 years ago
ca77d85
net: complete all queued packets on VM stop
by Michael S. Tsirkin
· 11 years ago
e1d64c0
net: Forbid dealing with packets when VM is not running
by zhanghailiang
· 11 years ago
015a33b
net: add mmsghdr struct check for L2TPV3
by Gonglei
· 11 years ago
575a1c0
net: move queue number into NICPeers
by Jiri Pirko
· 11 years ago
3fb69aa
net: L2TPv3 transport
by Anton Ivanov
· 11 years ago
03ce574
Add the vhost-user netdev backend to the command line
by Nikolay Nikolaev
· 11 years ago
84007e8
net: Export valid host network devices list
by Hani Benhabiles
· 11 years ago
40d1939
monitor: Add set_link arguments completion.
by Hani Benhabiles
· 11 years ago
9083da1
net: Don't use error_is_set() to suppress additional errors
by Markus Armbruster
· 11 years ago
638fb14
net: Make qmp_query_rx_filter() with name argument more obvious
by Markus Armbruster
· 11 years ago
b925965
net/net.c: Remove unnecessary semicolon
by Igor Ryzhov
· 11 years ago
86e1177
net: Report error when device / hub combo is not found.
by Hani Benhabiles
· 11 years ago
d6085e3
net: remove implicit peer from offload API
by Stefan Hajnoczi
· 11 years ago
1f55ac4
net: extend NetClientInfo for offloading
by Vincenzo Maffione
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
4bf2c13
net: Use g_strdup_printf instead of snprintf.
by Hani Benhabiles
· 11 years ago
dff7424
misc: Use macro ARRAY_SIZE where possible
by Stefan Weil
· 11 years ago
02d38fc
net: Update netdev peer on link change
by Vlad Yasevich
· 11 years ago
5895213
net: Adding netmap network backend
by Vincenzo Maffione
· 11 years ago
1597591
net: fix qemu_flush_queued_packets() in presence of a hub
by Sergey Fedorov
· 11 years ago
d60b20c
net: disallow to specify multicast MAC address
by Dmitry Krivenok
· 11 years ago
067404b
net: Rename send_queue to incoming_queue
by Jan Kiszka
· 12 years ago
6a1751b
aio / timers: Untangle include files
by Alex Bligh
· 12 years ago
b1be428
net: add support of mac-programming over macvtap in QEMU side
by Amos Kong
· 12 years ago
c963530
net: make network client name unique
by Amos Kong
· 12 years ago
d32fcad
net: increase buffer size to accommodate Jumbo frame pkts
by Scott Feldman
· 12 years ago
f6b26cf
net: reduce the unnecessary memory allocation of multiqueue
by Jason Wang
· 12 years ago
199ee60
net: fix qemu_flush_queued_packets() in presence of a hub
by Luigi Rizzo
· 12 years ago
cc2a904
net: Avoid NULL function pointer dereference on cleanup
by Andreas Färber
· 12 years ago
b890492
net: fix infinite loop on exit
by Michael Roth
· 12 years ago
1ceef9f
net: multiqueue support
by Jason Wang
· 12 years ago
f786045
net: introduce NetClientState destructor
by Jason Wang
· 12 years ago
18a1541
net: introduce qemu_net_client_setup()
by Jason Wang
· 12 years ago
6c51ae7
net: introduce qemu_find_net_clients_except()
by Jason Wang
· 12 years ago
948ecf2
net: intorduce qemu_del_nic()
by Jason Wang
· 12 years ago
Next »