summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-08filter: Add 'status' property for filter objectzhanghailiang1-0/+4
2016-02-23include: Clean up includesPeter Maydell2-3/+0
2016-02-04net/filter: Fix the output information for command 'info network'zhanghailiang1-1/+0
2016-02-04net: always walk through filters in reverse if traffic is egressLi Zhijian1-1/+1
2016-01-11ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert1-1/+3
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet1-0/+1
2015-10-12net/queue: export qemu_net_queue_append_iovYang Hongyang1-0/+7
2015-10-12netfilter: print filter info associate with the netdevYang Hongyang1-0/+1
2015-10-12netfilter: add an API to pass the packet to next filterYang Hongyang1-0/+7
2015-10-12net/queue: introduce NetQueueDeliverFuncYang Hongyang1-1/+12
2015-10-12net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang1-5/+0
2015-10-12netfilter: hook packets before net queue sendYang Hongyang1-0/+8
2015-10-12init/cleanup of netfilter objectYang Hongyang2-0/+62
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang1-0/+2
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu1-0/+1
2015-06-22qmp: Wean off qerror_report()Markus Armbruster1-1/+1
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta1-2/+0
2015-06-17tap: add VNET_LE/VNET_BE operationsGreg Kurz1-0/+6
2015-06-10vhost: 64 bit featuresCornelia Huck1-2/+2
2015-05-11net: add MAC address string printerScott Feldman1-0/+1
2015-02-26virtio-net,tap: use standard-headersMichael S. Tsirkin1-23/+1
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster2-2/+2
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster2-4/+4
2014-10-15net: remove bootindex property from qdev to qomGonglei1-2/+1
2014-06-27net: move queue number into NICPeersJiri Pirko1-1/+1
2014-06-19Add new vhost-user netdev backendNikolay Nikolaev1-0/+17
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev1-0/+2
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev1-1/+7
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev1-0/+1
2014-06-11net: Export valid host network devices listHani Benhabiles1-0/+1
2014-02-25net: remove implicit peer from offload APIStefan Hajnoczi1-7/+7
2014-02-25net: make tap offloading callbacks staticVincenzo Maffione1-6/+0
2014-02-25net: extend NetClientInfo for offloadingVincenzo Maffione1-0/+19
2014-02-25net: change vnet-hdr TAP prototypesVincenzo Maffione1-2/+2
2014-02-15net: declare struct iovec in checksum.h to fix compiler warningMichael Tokarev1-0/+1
2013-11-08net: disallow to specify multicast MAC addressDmitry Krivenok1-3/+3
2013-09-06net: Rename send_queue to incoming_queueJan Kiszka1-1/+1
2013-07-15net: add support of mac-programming over macvtap in QEMU sideAmos Kong1-0/+3
2013-04-08hw: move headers to include/Paolo Bonzini1-0/+23
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman1-0/+5
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman1-0/+347
2013-03-25net: iovec checksum calculatorDmitry Fleytman1-0/+12
2013-03-25Checksum-related utility functionsDmitry Fleytman1-1/+13
2013-02-27net: reduce the unnecessary memory allocation of multiqueueJason Wang1-1/+1
2013-02-01tap: multiqueue supportJason Wang1-1/+0
2013-02-01tap: introduce a helper to get the name of an interfaceJason Wang1-0/+1
2013-02-01tap: support enabling or disabling a queueJason Wang1-0/+2
2013-02-01net: multiqueue supportJason Wang1-4/+14
2013-02-01net: introduce NetClientState destructorJason Wang1-0/+2