aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2021-06-11vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang
2021-06-04net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko
2021-04-23net: check the existence of peer before trying to padJason Wang
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang
2021-03-22net: Add a 'do_not_pad" to NetClientStateBin Meng
2021-03-22net: eth: Add a helper to pad a short Ethernet frameBin Meng
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov
2021-03-15net: introduce qemu_receive_packet()Jason Wang
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