summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-12-02vhost-user: verify that number of queues is non-zeroVictor Kaplansky1-0/+5
2015-11-27tap-win32: disable broken async write pathAndrew Baumann1-10/+36
2015-11-27tap-win32: skip unexpected nodes during registry enumerationAndrew Baumann1-1/+2
2015-11-25vhost-user: set link down when the char device is closedWen Congyang1-1/+1
2015-11-18net: Convert net filter code to use object property iteratorsDaniel P. Berrange1-1/+4
2015-11-12net: netmap: use error_setg() helpers in place of error_report()Vincenzo Maffione1-11/+11
2015-11-12net: netmap: Fix compilation issueVincenzo Maffione1-1/+1
2015-11-06tap-bsd: use user-specified tap device if it already existsEd Maste1-5/+33
2015-11-02net: Convert to new qapi union layoutEric Blake10-32/+32
2015-10-27net: free the string returned by object_get_canonical_path_componentYang Hongyang1-2/+3
2015-10-27net: make iov_to_buf take right size argument in nc_sendv_compat()Yang Hongyang1-1/+1
2015-10-27net: Remove duplicate data from query-rx-filter on multiqueue net devicesVladislav Yasevich1-0/+6
2015-10-27net/dump: Provide the dumping facility as a net-filterThomas Huth1-1/+128
2015-10-27net/dump: Separate the NetClientState from the DumpStateThomas Huth1-25/+49
2015-10-27net/dump: Rework net-dump init functionsThomas Huth1-14/+13
2015-10-27net/dump: Add support for receive_iov functionThomas Huth1-3/+21
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet1-2/+22
2015-10-22vhost user: add support of live migrationThibaut Collet1-2/+10
2015-10-22net: add trace_vhost_user_eventMarc-André Lureau1-2/+2
2015-10-21net: don't set native endiannessMichael S. Tsirkin1-0/+8
2015-10-12netfilter: add a netbuffer filterYang Hongyang2-0/+187
2015-10-12net/queue: export qemu_net_queue_append_iovYang Hongyang1-6/+6
2015-10-12netfilter: print filter info associate with the netdevYang Hongyang2-0/+31
2015-10-12netfilter: add an API to pass the packet to next filterYang Hongyang1-0/+58
2015-10-12net/queue: introduce NetQueueDeliverFuncYang Hongyang2-4/+6
2015-10-12net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang2-36/+21
2015-10-12netfilter: hook packets before net queue sendYang Hongyang2-0/+83
2015-10-12init/cleanup of netfilter objectYang Hongyang3-0/+146
2015-09-25Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...Peter Maydell1-1/+1
2015-09-25net: remove muldiv64()Laurent Vivier1-1/+1
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang1-48/+93
2015-09-11trivial: remove trailing newline from error_reportJohn Snow1-2/+2
2015-07-20net: Flush queued packets when guest resumesFam Zheng1-7/+12
2015-07-20socket: pass correct size in net_socket_send()Jason Wang1-1/+1
2015-07-20Revert "vhost-user: add multi queue support"Michael S. Tsirkin1-24/+13
2015-06-24net: simplify net_client_init1()Stefan Hajnoczi1-22/+16
2015-06-24net: drop if expression that is always trueStefan Hajnoczi1-17/+14
2015-06-24net: raise an error if -net type is invalidStefan Hajnoczi1-0/+11
2015-06-24net: replace net_client_init1() netdev whitelist with blacklistStefan Hajnoczi1-25/+3
2015-06-24net: add missing "netmap" to host_net_devices[]Stefan Hajnoczi1-0/+3
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster2-0/+2
2015-06-22qmp: Wean off qerror_report()Markus Armbruster1-10/+6
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-6/+6
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster1-2/+4
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-2/+3
2015-06-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell11-2/+122
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta2-2/+0
2015-06-19tap: fix non-linux buildMichael S. Tsirkin5-0/+50