aboutsummaryrefslogtreecommitdiff
path: root/include/net/net.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-30net: relocate paths to helpers and scriptsPaolo Bonzini1-2/+2
2020-07-03net: introduce qemu_get_peerCindy Lu1-0/+1
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé1-1/+1
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake1-0/+1
2020-03-17net: Complete qapi-fication of netdev_addEric Blake1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-1/+0
2019-03-05net: Add a network device specific self-announcement abilityDr. David Alan Gilbert1-0/+2
2019-02-07slirp: improve send_packet() callbackMarc-André Lureau1-1/+1
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-1/+1
2018-12-04net: drop too large packet earlyJason Wang1-6/+0
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth1-3/+0
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth1-1/+0
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