summaryrefslogtreecommitdiff
path: root/include/net/net.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-26virtio_net: flush uncompleted TX on resetGreg Kurz1-0/+1
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-3/+1
2018-03-05net: Make net_client_init() staticThomas Huth1-2/+0
2018-03-05net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-2/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-1/+1
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2017-12-22net: introduce net_crc32_le() functionMark Cave-Ayland1-0/+2
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland1-1/+2
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen1-2/+7
2017-07-17net: Add vnet_hdr_len arguments in NetClientStateZhang Chen1-0/+1
2016-09-15Remove unused function declarationsLadi Prosek1-2/+0
2016-07-19net: Use correct type for bool flagEric Blake1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-2/+2
2016-06-17vhost-net: save & restore vring enable stateMarc-André Lureau1-0/+1
2016-06-02net: Add macros for MAC address tracingDmitry Fleytman1-0/+5
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen1-0/+13
2016-06-01net: vl: Move default_net to vl.cEduardo Habkost1-1/+0
2016-02-04net: always walk through filters in reverse if traffic is egressLi Zhijian1-1/+1
2015-10-12net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang1-5/+0
2015-10-12init/cleanup of netfilter objectYang Hongyang1-0/+1
2015-06-22qmp: Wean off qerror_report()Markus Armbruster1-1/+1
2015-06-17tap: add VNET_LE/VNET_BE operationsGreg Kurz1-0/+6
2015-05-11net: add MAC address string printerScott Feldman1-0/+1
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster1-1/+1
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster1-2/+2
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-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: extend NetClientInfo for offloadingVincenzo Maffione1-0/+19
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-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman1-0/+5
2013-02-27net: reduce the unnecessary memory allocation of multiqueueJason Wang1-1/+1
2013-02-01net: multiqueue supportJason Wang1-4/+14
2013-02-01net: introduce NetClientState destructorJason Wang1-0/+2
2013-02-01net: introduce qemu_find_net_clients_except()Jason Wang1-0/+2
2013-02-01net: intorduce qemu_del_nic()Jason Wang1-0/+1
2013-02-01net: introduce qemu_get_nic()Jason Wang1-0/+2
2013-02-01net: introduce qemu_get_queue()Jason Wang1-0/+1
2013-01-17HMP: add QDict to info callback handlerWenchao Xia1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-0/+175