aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
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
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 Armbruster2-1/+2
2018-03-02net: fix misaligned member accessMarc-André Lureau1-1/+3
2018-02-13net/can: simple messages transport implementation for QEMUPavel Pisa2-0/+178
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2-4/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2-2/+1
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster3-3/+0
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth1-2/+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-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk1-0/+6
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen1-2/+7