summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-02-23all: Clean up includesPeter Maydell2-2/+0
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2-8/+10
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake3-6/+6
2016-02-04net: Clean up includesPeter Maydell22-15/+22
2016-02-04net/filter: Fix the output information for command 'info network'zhanghailiang2-25/+29
2016-02-04net: always walk through filters in reverse if traffic is egressLi Zhijian2-7/+34
2016-02-04net: netmap: use nm_open() to open netmap portsVincenzo Maffione1-65/+32
2016-02-04net/slirp: Tell the users when they are using deprecated optionsThomas Huth1-0/+3
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-4/+3
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-3/+3
2016-01-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell1-1/+1
2016-01-11net: convert qemu_log to error_report, fix messagePaolo Bonzini1-1/+1
2016-01-11l2tpv3: fix cookie decodingAlexis Dambricourt1-1/+1
2016-01-11net/filter: fix nf->netdev_id leakLi Zhijian1-0/+1
2016-01-11net/dump: fix nfds->filename leakLi Zhijian1-0/+8
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-2/+2
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