aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng
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-10-12qom: fix objects with improper parent typePaolo Bonzini
2020-09-30net/can: Add can_dlc2len and can_len2dlc for CAN FD.Jan Charvat
2020-09-30net/can: Initial host SocketCan support for CAN FD.Jan Charvat
2020-09-30net: relocate paths to helpers and scriptsPaolo Bonzini
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27can_emu: Delete macros for non-existing typedefEduardo Habkost
2020-07-21hw/net: Added plen fix for IPv6Andrew
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu
2020-07-03vhost_net: introduce set_config & get_configCindy Lu
2020-07-03net: introduce qemu_get_peerCindy Lu
2020-03-31hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé
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
2020-03-03net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-07-02net/announce: Add optional IDDr. David Alan Gilbert
2019-07-02net/announce: Allow optional list of interfacesDr. David Alan Gilbert
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-03-05net: Add a network device specific self-announcement abilityDr. David Alan Gilbert
2019-03-05migration: Switch to using announce timerDr. David Alan Gilbert
2019-03-05net: Introduce announce timerDr. David Alan Gilbert
2019-02-07slirp: improve send_packet() callbackMarc-André Lureau
2019-01-17virtio-net: support RSC v4/v6 tcp traffic for Windows HCKYuri Benditovich
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2018-12-04net: drop too large packet earlyJason Wang
2018-10-19filter: Add handle_event method for NetFilterClassZhang Chen
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-05Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int...Peter Maydell
2018-03-05tap: setting error appropriately when calling net_init_tap_one()Jay Zhou
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-03-02net: fix misaligned member accessMarc-André Lureau
2018-02-13net/can: simple messages transport implementation for QEMUPavel Pisa
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: Remove the legacy "-net channel" parameterThomas Huth
2017-12-22net: introduce net_crc32_le() functionMark Cave-Ayland