Sign in
qemu
/
qemu
/
aebd4d17dce4ca0b703d064282f47ade46fc6ecb
/
net
7263a90
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 9 years ago
a463215
vhost-net: save & restore vhost-user acked features
by Marc-André Lureau
· 9 years ago
0d572af
vhost-user: disconnect on start failure
by Marc-André Lureau
· 9 years ago
a655359
vhost-user: add ability to know vhost-user backend disconnection
by Tetsuya Mukawa
· 9 years ago
02d0e09
os-posix: include sys/mman.h
by Paolo Bonzini
· 9 years ago
ade6bad
net: handle optional VLAN header in checksum computation.
by Jean-Christophe Dubois
· 9 years ago
50dbce6
net: improve UDP/TCP checksum computation.
by Jean-Christophe Dubois
· 9 years ago
eb70002
net_pkt: Extend packet abstraction as required by e1000e functionality
by Dmitry Fleytman
· 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
11196e9
net/tap: Allocating Large sized arrays to heap
by Zhou Jie
· 9 years ago
e0a039e
filter-buffer: fix segfault when starting qemu with status=off property
by zhanghailiang
· 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
e31f045
net: fix missing include of qapi/error.h in netmap.c
by Daniel P. Berrange
· 9 years ago
0b11c03
slirp: Allow disabling IPv4 or IPv6
by Samuel Thibault
· 9 years ago
891a2bb
Fix ipv6 options according to documentation
by Samuel Thibault
· 9 years ago
d46f75b
net/filter-mirror: implement filter-redirector
by Zhang Chen
· 9 years ago
ba8940d
net/filter-mirror: Change filter_mirror_send interface
by Zhang Chen
· 9 years ago
f6d3afb
net/filter-mirror:Add filter-mirror
by Zhang Chen
· 9 years ago
5b8e6b4
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging
by Peter Maydell
· 9 years ago
d8eb386
Rework ipv6 options
by Samuel Thibault
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
a6cdb77
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging
by Peter Maydell
· 9 years ago
a58a4cb
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 9 years ago
7aac531
qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
by Yann Bordenave
· 9 years ago
b7fcb36
vhost-user: remove useless is_server field
by Marc-André Lureau
· 9 years ago
c1bf353
vhost-user: fix use after free
by Marc-André Lureau
· 9 years ago
fff4e48
vhost-user: verify that number of queues is less than MAX_QUEUE_NUM
by Ilya Maximets
· 9 years ago
b16a44e
osdep: remove use of socket_error() from all code
by Daniel P. Berrange
· 9 years ago
362786f
net: check packet payload length
by Prasad J Pandit
· 9 years ago
f1b2bc6
filter-buffer: Add status_changed callback processing
by zhanghailiang
· 9 years ago
338d3f4
filter: Add 'status' property for filter object
by zhanghailiang
· 9 years ago
9fbad2c
net: netmap: probe netmap interface for virtio-net header
by Vincenzo Maffione
· 9 years ago
3a2d44f
net: simplify net_init_tap_one logic
by Paolo Bonzini
· 9 years ago
5dd2d45
net: filter: correctly remove filter from the list during finalization
by Jason Wang
· 9 years ago
96a1616
qapi-dealloc: Reduce use outside of generated code
by Eric Blake
· 9 years ago
30456d5
all: Clean up includes
by Peter Maydell
· 9 years ago
d7bce99
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
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
ab68522
net: netmap: use nm_open() to open netmap ports
by Vincenzo Maffione
· 9 years ago
f853ac6
net/slirp: Tell the users when they are using deprecated options
by Thomas Huth
· 9 years ago
7746abd
qom: Change object property iterator API contract
by Daniel P. Berrange
· 9 years ago
9af9e0f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 9 years ago
692a551
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-11' into staging
by Peter Maydell
· 9 years ago
34f22fc
net: convert qemu_log to error_report, fix message
by Paolo Bonzini
· 9 years ago
3be9b35
l2tpv3: fix cookie decoding
by Alexis Dambricourt
· 9 years ago
671f66f
net/filter: fix nf->netdev_id leak
by Li Zhijian
· 9 years ago
b50c7d4
net/dump: fix nfds->filename leak
by Li Zhijian
· 9 years ago
7fb1cf1
qapi: Don't let implicit enum MAX member collide
by Eric Blake
· 9 years ago
6f6f951
vhost-user: verify that number of queues is non-zero
by Victor Kaplansky
· 9 years ago
b73c184
tap-win32: disable broken async write path
by Andrew Baumann
· 9 years ago
ee0428e
tap-win32: skip unexpected nodes during registry enumeration
by Andrew Baumann
· 9 years ago
d39c87d
vhost-user: set link down when the char device is closed
by Wen Congyang
· 9 years ago
456fb0b
net: Convert net filter code to use object property iterators
by Daniel P. Berrange
· 9 years ago
39bec4f
net: netmap: use error_setg() helpers in place of error_report()
by Vincenzo Maffione
· 9 years ago
54c59b4
net: netmap: Fix compilation issue
by Vincenzo Maffione
· 9 years ago
bd54a9f
tap-bsd: use user-specified tap device if it already exists
by Ed Maste
· 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
9d3e12e
net/dump: Provide the dumping facility as a net-filter
by Thomas Huth
· 9 years ago
75310e3
net/dump: Separate the NetClientState from the DumpState
by Thomas Huth
· 9 years ago
7bc3074
net/dump: Rework net-dump init functions
by Thomas Huth
· 9 years ago
43192fc
net/dump: Add support for receive_iov function
by Thomas Huth
· 9 years ago
3e86636
vhost user: add rarp sending after live migration for legacy guest
by Thibaut Collet
· 9 years ago
f6f5629
vhost user: add support of live migration
by Thibaut Collet
· 9 years ago
69b32a6
net: add trace_vhost_user_event
by Marc-André Lureau
· 9 years ago
052bd52
net: don't set native endianness
by Michael S. Tsirkin
· 9 years ago
7dbb11c
netfilter: add a netbuffer filter
by Yang Hongyang
· 9 years ago
b68c7f7
net/queue: export qemu_net_queue_append_iov
by Yang Hongyang
· 9 years ago
a4960f5
netfilter: print filter info associate with the netdev
by Yang Hongyang
· 9 years ago
7ef7bc8
netfilter: add an API to pass the packet to next filter
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
690b286
Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925' into staging
by Peter Maydell
· 10 years ago
ab60b74
net: remove muldiv64()
by Laurent Vivier
· 10 years ago
b931bfb
vhost-user: add multiple queue support
by Changchun Ouyang
· 10 years ago
594fd21
trivial: remove trailing newline from error_report
by John Snow
· 10 years ago
625de44
net: Flush queued packets when guest resumes
by Fam Zheng
· 10 years ago
091f1f5
socket: pass correct size in net_socket_send()
by Jason Wang
· 10 years ago
d345ed2
Revert "vhost-user: add multi queue support"
by Michael S. Tsirkin
· 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
a0b1a66
Include monitor/monitor.h exactly where needed
by Markus Armbruster
· 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
Next »