aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-11vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang1-1/+0
2021-06-04net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko1-0/+2
2021-04-23net: check the existence of peer before trying to padJason Wang1-0/+5
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang1-3/+0
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang1-1/+1
2021-03-22net: Add a 'do_not_pad" to NetClientStateBin Meng1-0/+1
2021-03-22net: eth: Add a helper to pad a short Ethernet frameBin Meng1-0/+17
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov1-1/+1
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov1-0/+3
2021-03-15net: introduce qemu_receive_packet()Jason Wang2-0/+13
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng1-1/+6
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-11-24net: do not exit on "netdev_add help" monitor commandPaolo Bonzini1-0/+1
2020-10-12qom: fix objects with improper parent typePaolo Bonzini1-1/+1
2020-09-30net/can: Add can_dlc2len and can_len2dlc for CAN FD.Jan Charvat1-0/+4
2020-09-30net/can: Initial host SocketCan support for CAN FD.Jan Charvat1-1/+7
2020-09-30net: relocate paths to helpers and scriptsPaolo Bonzini1-2/+2
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-2/+1
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2-7/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost3-14/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-6/+10
2020-08-27can_emu: Delete macros for non-existing typedefEduardo Habkost1-4/+0
2020-07-21hw/net: Added plen fix for IPv6Andrew1-0/+1
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu1-0/+22
2020-07-03vhost_net: introduce set_config & get_configCindy Lu1-0/+5
2020-07-03net: introduce qemu_get_peerCindy Lu1-0/+1
2020-03-31hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé1-1/+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
2020-03-03net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub1-0/+2
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster2-0/+2
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-1/+0
2019-07-02net/announce: Add optional IDDr. David Alan Gilbert1-2/+6
2019-07-02net/announce: Allow optional list of interfacesDr. David Alan Gilbert1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster4-4/+0
2019-03-05net: Add a network device specific self-announcement abilityDr. David Alan Gilbert1-0/+2
2019-03-05migration: Switch to using announce timerDr. David Alan Gilbert1-0/+2
2019-03-05net: Introduce announce timerDr. David Alan Gilbert1-0/+39
2019-02-07slirp: improve send_packet() callbackMarc-André Lureau1-1/+1
2019-01-17virtio-net: support RSC v4/v6 tcp traffic for Windows HCKYuri Benditovich1-0/+2
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-10-19filter: Add handle_event method for NetFilterClassZhang Chen1-0/+5
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth2-7/+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 Maydell2-3/+4
2018-03-05Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int...Peter Maydell2-1/+2
2018-03-05tap: setting error appropriately when calling net_init_tap_one()Jay Zhou1-0/+3