aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-08filter: Add 'status' property for filter objectzhanghailiang
2016-02-23include: 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
2016-01-11ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet
2015-10-12net/queue: export qemu_net_queue_append_iovYang Hongyang
2015-10-12netfilter: print filter info associate with the netdevYang Hongyang
2015-10-12netfilter: add an API to pass the packet to next filterYang 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
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu
2015-06-22qmp: Wean off qerror_report()Markus Armbruster
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta
2015-06-17tap: add VNET_LE/VNET_BE operationsGreg Kurz
2015-06-10vhost: 64 bit featuresCornelia Huck
2015-05-11net: add MAC address string printerScott Feldman
2015-02-26virtio-net,tap: use standard-headersMichael S. Tsirkin
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster
2014-10-15net: remove bootindex property from qdev to qomGonglei
2014-06-27net: move queue number into NICPeersJiri Pirko
2014-06-19Add new vhost-user netdev backendNikolay Nikolaev
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev
2014-06-11net: Export valid host network devices listHani Benhabiles
2014-02-25net: remove implicit peer from offload APIStefan Hajnoczi
2014-02-25net: make tap offloading callbacks staticVincenzo Maffione
2014-02-25net: extend NetClientInfo for offloadingVincenzo Maffione
2014-02-25net: change vnet-hdr TAP prototypesVincenzo Maffione
2014-02-15net: declare struct iovec in checksum.h to fix compiler warningMichael Tokarev
2013-11-08net: disallow to specify multicast MAC addressDmitry Krivenok
2013-09-06net: Rename send_queue to incoming_queueJan Kiszka
2013-07-15net: add support of mac-programming over macvtap in QEMU sideAmos Kong
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman
2013-03-25net: iovec checksum calculatorDmitry Fleytman
2013-03-25Checksum-related utility functionsDmitry Fleytman
2013-02-27net: reduce the unnecessary memory allocation of multiqueueJason Wang
2013-02-01tap: multiqueue supportJason Wang
2013-02-01tap: introduce a helper to get the name of an interfaceJason Wang
2013-02-01tap: support enabling or disabling a queueJason Wang
2013-02-01net: multiqueue supportJason Wang
2013-02-01net: introduce NetClientState destructorJason Wang