summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* qapi: net: Add query-netdev commandAlexey Kirillov2021-03-151-0/+3
* net: introduce qemu_receive_packet()Jason Wang2021-03-152-0/+13
* net: checksum: Introduce fine control over checksum typeBin Meng2021-01-251-1/+6
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* net: do not exit on "netdev_add help" monitor commandPaolo Bonzini2020-11-241-0/+1
* qom: fix objects with improper parent typePaolo Bonzini2020-10-121-1/+1
* net/can: Add can_dlc2len and can_len2dlc for CAN FD.Jan Charvat2020-09-301-0/+4
* net/can: Initial host SocketCan support for CAN FD.Jan Charvat2020-09-301-1/+7
* net: relocate paths to helpers and scriptsPaolo Bonzini2020-09-301-2/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-2/+1Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-182-7/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-14/+6Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-6/+10
* can_emu: Delete macros for non-existing typedefEduardo Habkost2020-08-271-4/+0Star
* hw/net: Added plen fix for IPv6Andrew2020-07-211-0/+1
* vhost-vdpa: introduce vhost-vdpa net clientCindy Lu2020-07-071-0/+22
* vhost_net: introduce set_config & get_configCindy Lu2020-07-031-0/+5
* net: introduce qemu_get_peerCindy Lu2020-07-031-0/+1
* hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé2020-03-311-1/+1
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-311-1/+1
* net: Track netdevs in NetClientState rather than QemuOptEric Blake2020-03-171-0/+1
* net: Complete qapi-fication of netdev_addEric Blake2020-03-171-1/+0Star
* net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub2020-03-031-0/+2
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-162-0/+2
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-1/+0Star
* net/announce: Add optional IDDr. David Alan Gilbert2019-07-021-2/+6
* net/announce: Allow optional list of interfacesDr. David Alan Gilbert2019-07-021-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-124-4/+0Star
* net: Add a network device specific self-announcement abilityDr. David Alan Gilbert2019-03-051-0/+2
* migration: Switch to using announce timerDr. David Alan Gilbert2019-03-051-0/+2
* net: Introduce announce timerDr. David Alan Gilbert2019-03-051-0/+39
* slirp: improve send_packet() callbackMarc-André Lureau2019-02-071-1/+1
* virtio-net: support RSC v4/v6 tcp traffic for Windows HCKYuri Benditovich2019-01-181-0/+2
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* net: drop too large packet earlyJason Wang2018-12-041-6/+0Star
* filter: Add handle_event method for NetFilterClassZhang Chen2018-10-191-0/+5
* net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth2018-08-312-7/+0Star
* net: Remove the deprecated "vlan" parameterThomas Huth2018-05-141-1/+0Star
* virtio_net: flush uncompleted TX on resetGreg Kurz2018-03-261-0/+1
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2018-03-052-3/+4
|\
| * tap: setting error appropriately when calling net_init_tap_one()Jay Zhou2018-03-051-0/+3
| * net: Make net_client_init() staticThomas Huth2018-03-051-2/+0Star
| * net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth2018-03-051-1/+1
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int...Peter Maydell2018-03-052-1/+2
|\ \
| * | Include less of the generated modular QAPI headersMarkus Armbruster2018-03-022-1/+2
| |/
* / net: fix misaligned member accessMarc-André Lureau2018-03-021-1/+3
|/
* net/can: simple messages transport implementation for QEMUPavel Pisa2018-02-132-0/+178
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-092-4/+0Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-092-2/+1Star
* Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-093-3/+0Star