summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* all: Clean up includesPeter Maydell2019-11-292-2/+0
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-292-8/+10
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-293-6/+6
* net: Clean up includesPeter Maydell2019-11-2922-15/+22
* net/filter: Fix the output information for command 'info network'zhanghailiang2019-11-292-25/+29
* net: always walk through filters in reverse if traffic is egressLi Zhijian2019-11-292-7/+34
* net: netmap: use nm_open() to open netmap portsVincenzo Maffione2019-11-291-65/+32
* net/slirp: Tell the users when they are using deprecated optionsThomas Huth2019-11-291-0/+3
* qom: Change object property iterator API contractDaniel P. Berrange2019-11-291-4/+3
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2019-11-291-3/+3
* net: convert qemu_log to error_report, fix messagePaolo Bonzini2019-11-291-1/+1
* l2tpv3: fix cookie decodingAlexis Dambricourt2019-11-291-1/+1
* net/filter: fix nf->netdev_id leakLi Zhijian2019-11-291-0/+1
* net/dump: fix nfds->filename leakLi Zhijian2019-11-291-0/+8
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-291-2/+2
* vhost-user: verify that number of queues is non-zeroVictor Kaplansky2015-12-021-0/+5
* tap-win32: disable broken async write pathAndrew Baumann2015-11-271-10/+36
* tap-win32: skip unexpected nodes during registry enumerationAndrew Baumann2015-11-271-1/+2
* vhost-user: set link down when the char device is closedWen Congyang2015-11-251-1/+1
* net: Convert net filter code to use object property iteratorsDaniel P. Berrange2015-11-181-1/+4
* net: netmap: use error_setg() helpers in place of error_report()Vincenzo Maffione2015-11-121-11/+11
* net: netmap: Fix compilation issueVincenzo Maffione2015-11-121-1/+1
* 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
OpenPOWER on IntegriCloud