summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tap-bsd: use user-specified tap device if it already existsEd Maste2015-11-061-5/+33
* net: Convert to new qapi union layoutEric Blake2015-11-0210-32/+32
* net: free the string returned by object_get_canonical_path_componentYang Hongyang2015-10-271-2/+3
* net: make iov_to_buf take right size argument in nc_sendv_compat()Yang Hongyang2015-10-271-1/+1
* net: Remove duplicate data from query-rx-filter on multiqueue net devicesVladislav Yasevich2015-10-271-0/+6
* net/dump: Provide the dumping facility as a net-filterThomas Huth2015-10-271-1/+128
* net/dump: Separate the NetClientState from the DumpStateThomas Huth2015-10-271-25/+49
* net/dump: Rework net-dump init functionsThomas Huth2015-10-271-14/+13
* net/dump: Add support for receive_iov functionThomas Huth2015-10-271-3/+21
* vhost user: add rarp sending after live migration for legacy guestThibaut Collet2015-10-221-2/+22
* vhost user: add support of live migrationThibaut Collet2015-10-221-2/+10
* net: add trace_vhost_user_eventMarc-André Lureau2015-10-221-2/+2
* net: don't set native endiannessMichael S. Tsirkin2015-10-211-0/+8
* netfilter: add a netbuffer filterYang Hongyang2015-10-122-0/+187
* net/queue: export qemu_net_queue_append_iovYang Hongyang2015-10-121-6/+6
* netfilter: print filter info associate with the netdevYang Hongyang2015-10-122-0/+31
* netfilter: add an API to pass the packet to next filterYang Hongyang2015-10-121-0/+58
* net/queue: introduce NetQueueDeliverFuncYang Hongyang2015-10-122-4/+6
* net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang2015-10-122-36/+21
* netfilter: hook packets before net queue sendYang Hongyang2015-10-122-0/+83
* init/cleanup of netfilter objectYang Hongyang2015-10-123-0/+146
* Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...Peter Maydell2015-09-251-1/+1
|\
| * net: remove muldiv64()Laurent Vivier2015-09-251-1/+1
* | vhost-user: add multiple queue supportChangchun Ouyang2015-09-241-48/+93
|/
* trivial: remove trailing newline from error_reportJohn Snow2015-09-111-2/+2
* net: Flush queued packets when guest resumesFam Zheng2015-07-201-7/+12
* socket: pass correct size in net_socket_send()Jason Wang2015-07-201-1/+1
* Revert "vhost-user: add multi queue support"Michael S. Tsirkin2015-07-201-24/+13
* net: simplify net_client_init1()Stefan Hajnoczi2015-06-241-22/+16
* net: drop if expression that is always trueStefan Hajnoczi2015-06-241-17/+14
* net: raise an error if -net type is invalidStefan Hajnoczi2015-06-241-0/+11
* net: replace net_client_init1() netdev whitelist with blacklistStefan Hajnoczi2015-06-241-25/+3
* net: add missing "netmap" to host_net_devices[]Stefan Hajnoczi2015-06-241-0/+3
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-222-0/+2
* qmp: Wean off qerror_report()Markus Armbruster2015-06-221-10/+6
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-6/+6
* qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster2015-06-221-2/+4
* QemuOpts: Wean off qerror_report_err()Markus Armbruster2015-06-221-2/+3
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-1911-2/+122
|\
| * vhost: enable vhost without without MSI-XPankaj Gupta2015-06-192-2/+0
| * tap: fix non-linux buildMichael S. Tsirkin2015-06-195-0/+50
| * tap: add VNET_LE/VNET_BE operationsGreg Kurz2015-06-175-0/+72
* | Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng2015-06-124-16/+16
* | tap: Drop tap_can_sendFam Zheng2015-06-121-11/+2
* | net/socket: Drop net_socket_can_sendFam Zheng2015-06-121-12/+19
* | netmap: Drop netmap_can_sendFam Zheng2015-06-121-12/+2
* | l2tpv3: Drop l2tpv3_can_sendFam Zheng2015-06-121-10/+1
* | vhost-user: Improve -netdev/netdev_add/-net/... error reportingMarkus Armbruster2015-06-091-13/+12
OpenPOWER on IntegriCloud