Age | Commit message (Expand) | Author | Files | Lines |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 1 | -0/+1 |
2020-11-24 | net: do not exit on "netdev_add help" monitor command | Paolo Bonzini | 1 | -0/+1 |
2020-10-12 | qom: fix objects with improper parent type | Paolo Bonzini | 1 | -1/+1 |
2020-09-30 | net/can: Add can_dlc2len and can_len2dlc for CAN FD. | Jan Charvat | 1 | -0/+4 |
2020-09-30 | net/can: Initial host SocketCan support for CAN FD. | Jan Charvat | 1 | -1/+7 |
2020-09-30 | net: relocate paths to helpers and scripts | Paolo Bonzini | 1 | -2/+2 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -2/+1 |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 2 | -7/+2 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 3 | -14/+6 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 2 | -6/+10 |
2020-08-27 | can_emu: Delete macros for non-existing typedef | Eduardo Habkost | 1 | -4/+0 |
2020-07-21 | hw/net: Added plen fix for IPv6 | Andrew | 1 | -0/+1 |
2020-07-07 | vhost-vdpa: introduce vhost-vdpa net client | Cindy Lu | 1 | -0/+22 |
2020-07-03 | vhost_net: introduce set_config & get_config | Cindy Lu | 1 | -0/+5 |
2020-07-03 | net: introduce qemu_get_peer | Cindy Lu | 1 | -0/+1 |
2020-03-31 | hw/net/can: Make CanBusClientInfo::can_receive() return a boolean | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-03-31 | hw/net: Make NetCanReceive() return a boolean | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-03-17 | net: Track netdevs in NetClientState rather than QemuOpt | Eric Blake | 1 | -0/+1 |
2020-03-17 | net: Complete qapi-fication of netdev_add | Eric Blake | 1 | -1/+0 |
2020-03-03 | net/filter.c: Add Options to insert filters anywhere in the filter list | Lukas Straub | 1 | -0/+2 |
2019-08-16 | Include qemu/queue.h slightly less | Markus Armbruster | 2 | -0/+2 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -1/+0 |
2019-07-02 | net/announce: Add optional ID | Dr. David Alan Gilbert | 1 | -2/+6 |
2019-07-02 | net/announce: Allow optional list of interfaces | Dr. David Alan Gilbert | 1 | -1/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 4 | -4/+0 |
2019-03-05 | net: Add a network device specific self-announcement ability | Dr. David Alan Gilbert | 1 | -0/+2 |
2019-03-05 | migration: Switch to using announce timer | Dr. David Alan Gilbert | 1 | -0/+2 |
2019-03-05 | net: Introduce announce timer | Dr. David Alan Gilbert | 1 | -0/+39 |
2019-02-07 | slirp: improve send_packet() callback | Marc-André Lureau | 1 | -1/+1 |
2019-01-17 | virtio-net: support RSC v4/v6 tcp traffic for Windows HCK | Yuri Benditovich | 1 | -0/+2 |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 1 | -1/+1 |
2018-12-04 | net: drop too large packet early | Jason Wang | 1 | -6/+0 |
2018-10-19 | filter: Add handle_event method for NetFilterClass | Zhang Chen | 1 | -0/+5 |
2018-08-31 | net: Remove the deprecated -tftp, -bootp, -redir and -smb options | Thomas Huth | 2 | -7/+0 |
2018-05-14 | net: Remove the deprecated "vlan" parameter | Thomas Huth | 1 | -1/+0 |
2018-03-26 | virtio_net: flush uncompleted TX on reset | Greg Kurz | 1 | -0/+1 |
2018-03-05 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 2 | -3/+4 |
2018-03-05 | Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int... | Peter Maydell | 2 | -1/+2 |
2018-03-05 | tap: setting error appropriately when calling net_init_tap_one() | Jay Zhou | 1 | -0/+3 |
2018-03-05 | net: Make net_client_init() static | Thomas Huth | 1 | -2/+0 |
2018-03-05 | net: Move error reporting from net_init_client/netdev to the calling site | Thomas Huth | 1 | -1/+1 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 2 | -1/+2 |
2018-03-02 | net: fix misaligned member access | Marc-André Lureau | 1 | -1/+3 |
2018-02-13 | net/can: simple messages transport implementation for QEMU | Pavel Pisa | 2 | -0/+178 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2 | -4/+0 |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 2 | -2/+1 |
2018-02-09 | Drop superfluous includes of qapi-types.h and test-qapi-types.h | Markus Armbruster | 3 | -3/+0 |
2017-12-22 | net: Remove the legacy "-net channel" parameter | Thomas Huth | 1 | -2/+0 |
2017-12-22 | net: introduce net_crc32_le() function | Mark Cave-Ayland | 1 | -0/+2 |
2017-12-22 | net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()... | Mark Cave-Ayland | 1 | -1/+2 |