aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-02vhost-user: verify that number of queues is non-zeroVictor Kaplansky
2015-11-27tap-win32: disable broken async write pathAndrew Baumann
2015-11-27tap-win32: skip unexpected nodes during registry enumerationAndrew Baumann
2015-11-25vhost-user: set link down when the char device is closedWen Congyang
2015-11-18net: Convert net filter code to use object property iteratorsDaniel P. Berrange
2015-11-12net: netmap: use error_setg() helpers in place of error_report()Vincenzo Maffione
2015-11-12net: netmap: Fix compilation issueVincenzo Maffione
2015-11-06tap-bsd: use user-specified tap device if it already existsEd Maste
2015-11-02net: Convert to new qapi union layoutEric Blake
2015-10-27net: free the string returned by object_get_canonical_path_componentYang Hongyang
2015-10-27net: make iov_to_buf take right size argument in nc_sendv_compat()Yang Hongyang
2015-10-27net: Remove duplicate data from query-rx-filter on multiqueue net devicesVladislav Yasevich
2015-10-27net/dump: Provide the dumping facility as a net-filterThomas Huth
2015-10-27net/dump: Separate the NetClientState from the DumpStateThomas Huth
2015-10-27net/dump: Rework net-dump init functionsThomas Huth
2015-10-27net/dump: Add support for receive_iov functionThomas Huth
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet
2015-10-22vhost user: add support of live migrationThibaut Collet
2015-10-22net: add trace_vhost_user_eventMarc-André Lureau
2015-10-21net: don't set native endiannessMichael S. Tsirkin
2015-10-12netfilter: add a netbuffer filterYang Hongyang
2015-10-12net/queue: export qemu_net_queue_append_iovYang Hongyang
2015-10-12netfilter: print filter info associate with the netdevYang Hongyang
2015-10-12netfilter: add an API to pass the packet to next filterYang Hongyang
2015-10-12net/queue: introduce NetQueueDeliverFuncYang Hongyang
2015-10-12net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang
2015-10-12netfilter: hook packets before net queue sendYang Hongyang
2015-10-12init/cleanup of netfilter objectYang Hongyang
2015-09-25Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...Peter Maydell
2015-09-25net: remove muldiv64()Laurent Vivier
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang
2015-09-11trivial: remove trailing newline from error_reportJohn Snow
2015-07-20net: Flush queued packets when guest resumesFam Zheng
2015-07-20socket: pass correct size in net_socket_send()Jason Wang
2015-07-20Revert "vhost-user: add multi queue support"Michael S. Tsirkin
2015-06-24net: simplify net_client_init1()Stefan Hajnoczi
2015-06-24net: drop if expression that is always trueStefan Hajnoczi
2015-06-24net: raise an error if -net type is invalidStefan Hajnoczi
2015-06-24net: replace net_client_init1() netdev whitelist with blacklistStefan Hajnoczi
2015-06-24net: add missing "netmap" to host_net_devices[]Stefan Hajnoczi
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qmp: Wean off qerror_report()Markus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster
2015-06-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta