summaryrefslogtreecommitdiff
path: root/include/net/net.h
AgeCommit message (Expand)Author
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-11-24net: do not exit on "netdev_add help" monitor commandPaolo Bonzini
2020-09-30net: relocate paths to helpers and scriptsPaolo Bonzini
2020-07-03net: introduce qemu_get_peerCindy Lu
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake
2020-03-17net: Complete qapi-fication of netdev_addEric Blake
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-03-05net: Add a network device specific self-announcement abilityDr. David Alan Gilbert
2019-02-07slirp: improve send_packet() callbackMarc-André Lureau
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2018-12-04net: drop too large packet earlyJason Wang
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth
2018-03-26virtio_net: flush uncompleted TX on resetGreg Kurz
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2018-03-05net: Make net_client_init() staticThomas Huth
2018-03-05net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
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-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen
2017-07-17net: Add vnet_hdr_len arguments in NetClientStateZhang Chen
2016-09-15Remove unused function declarationsLadi Prosek
2016-07-19net: Use correct type for bool flagEric Blake
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-06-17vhost-net: save & restore vring enable stateMarc-André Lureau
2016-06-02net: Add macros for MAC address tracingDmitry Fleytman
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen
2016-06-01net: vl: Move default_net to vl.cEduardo Habkost
2016-02-04net: always walk through filters in reverse if traffic is egressLi Zhijian
2015-10-12net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang
2015-10-12init/cleanup of netfilter objectYang Hongyang
2015-06-22qmp: Wean off qerror_report()Markus Armbruster
2015-06-17tap: add VNET_LE/VNET_BE operationsGreg Kurz
2015-05-11net: add MAC address string printerScott Feldman
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-11net: Export valid host network devices listHani Benhabiles
2014-02-25net: remove implicit peer from offload APIStefan Hajnoczi
2014-02-25net: extend NetClientInfo for offloadingVincenzo Maffione
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-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman
2013-02-27net: reduce the unnecessary memory allocation of multiqueueJason Wang