aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)Author
2018-01-29net: Allow hubports to connect to other netdevsThomas Huth
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth
2017-12-22net: remove unused compute_mcast_idx() functionMark Cave-Ayland
2017-12-22net: introduce net_crc32_le() functionMark Cave-Ayland
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland
2017-09-19General warn report fixupsAlistair Francis
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-08net/net: Convert parse_host_port() to ErrorMao Zhongyi
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen
2017-07-17net: Add vnet_hdr_len arguments in NetClientStateZhang Chen
2017-05-23hmp / net: Mark host_net_add/remove as deprecatedThomas Huth
2017-02-22net: Flatten simple union NetLegacyOptionsMarkus Armbruster
2017-02-15net: Mark 'vlan' parameter as deprecatedThomas Huth
2016-11-15net: fix sending of data with -net socket, listen backendDaniel P. Berrange
2016-09-27net: limit allocation in nc_sendv_compatPeter Lieven
2016-09-27net: hmp_host_net_remove: Del the -net option of the removed host_netShmulik Ladkani
2016-08-18net/net: properly handle multiple packets in net_fill_rstate()Zhang Chen
2016-07-19net: Use correct type for bool flagEric Blake
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake
2016-06-28net: fix qemu_announce_self not emitting packetsPeter Lieven
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen
2016-06-01net: vl: Move default_net to vl.cEduardo Habkost
2016-04-06net: fix OptsVisitor memory leakPaolo Bonzini
2016-04-06net: Allocating Large sized arrays to heapPooja Dhannawat
2016-04-06util: Improved qemu_hexmap() to include an ascii dump of the bufferIsaac Lozano
2016-03-31Fix ipv6 options according to documentationSamuel Thibault
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-15qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-04net: Clean up includesPeter Maydell
2016-02-04net/filter: Fix the output information for command 'info network'zhanghailiang
2016-02-04net: always walk through filters in reverse if traffic is egressLi Zhijian
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
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-21net: don't set native endiannessMichael S. Tsirkin
2015-10-12netfilter: print filter info associate with the netdevYang 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