| Commit message (Expand) | Author | Age | Files | Lines |
* | can_emu: Delete macros for non-existing typedef | Eduardo Habkost | 2020-08-27 | 1 | -4/+0 |
* | hw/net: Added plen fix for IPv6 | Andrew | 2020-07-21 | 1 | -0/+1 |
* | vhost-vdpa: introduce vhost-vdpa net client | Cindy Lu | 2020-07-07 | 1 | -0/+22 |
* | vhost_net: introduce set_config & get_config | Cindy Lu | 2020-07-03 | 1 | -0/+5 |
* | net: introduce qemu_get_peer | Cindy Lu | 2020-07-03 | 1 | -0/+1 |
* | hw/net/can: Make CanBusClientInfo::can_receive() return a boolean | Philippe Mathieu-Daudé | 2020-03-31 | 1 | -1/+1 |
* | hw/net: Make NetCanReceive() return a boolean | Philippe Mathieu-Daudé | 2020-03-31 | 1 | -1/+1 |
* | net: Track netdevs in NetClientState rather than QemuOpt | Eric Blake | 2020-03-17 | 1 | -0/+1 |
* | net: Complete qapi-fication of netdev_add | Eric Blake | 2020-03-17 | 1 | -1/+0 |
* | net/filter.c: Add Options to insert filters anywhere in the filter list | Lukas Straub | 2020-03-03 | 1 | -0/+2 |
* | Include qemu/queue.h slightly less | Markus Armbruster | 2019-08-16 | 2 | -0/+2 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | net/announce: Add optional ID | Dr. David Alan Gilbert | 2019-07-02 | 1 | -2/+6 |
* | net/announce: Allow optional list of interfaces | Dr. David Alan Gilbert | 2019-07-02 | 1 | -1/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 4 | -4/+0 |
* | net: Add a network device specific self-announcement ability | Dr. David Alan Gilbert | 2019-03-05 | 1 | -0/+2 |
* | migration: Switch to using announce timer | Dr. David Alan Gilbert | 2019-03-05 | 1 | -0/+2 |
* | net: Introduce announce timer | Dr. David Alan Gilbert | 2019-03-05 | 1 | -0/+39 |
* | slirp: improve send_packet() callback | Marc-André Lureau | 2019-02-07 | 1 | -1/+1 |
* | virtio-net: support RSC v4/v6 tcp traffic for Windows HCK | Yuri Benditovich | 2019-01-18 | 1 | -0/+2 |
* | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 2019-01-11 | 1 | -1/+1 |
* | net: drop too large packet early | Jason Wang | 2018-12-04 | 1 | -6/+0 |
* | filter: Add handle_event method for NetFilterClass | Zhang Chen | 2018-10-19 | 1 | -0/+5 |
* | net: Remove the deprecated -tftp, -bootp, -redir and -smb options | Thomas Huth | 2018-08-31 | 2 | -7/+0 |
* | net: Remove the deprecated "vlan" parameter | Thomas Huth | 2018-05-14 | 1 | -1/+0 |
* | virtio_net: flush uncompleted TX on reset | Greg Kurz | 2018-03-26 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 2018-03-05 | 2 | -3/+4 |
|\ |
|
| * | tap: setting error appropriately when calling net_init_tap_one() | Jay Zhou | 2018-03-05 | 1 | -0/+3 |
| * | net: Make net_client_init() static | Thomas Huth | 2018-03-05 | 1 | -2/+0 |
| * | net: Move error reporting from net_init_client/netdev to the calling site | Thomas Huth | 2018-03-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int... | Peter Maydell | 2018-03-05 | 2 | -1/+2 |
|\ \ |
|
| * | | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 2 | -1/+2 |
| |/ |
|
* / | net: fix misaligned member access | Marc-André Lureau | 2018-03-02 | 1 | -1/+3 |
|/ |
|
* | net/can: simple messages transport implementation for QEMU | Pavel Pisa | 2018-02-13 | 2 | -0/+178 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 2 | -4/+0 |
* | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 2018-02-09 | 2 | -2/+1 |
* | Drop superfluous includes of qapi-types.h and test-qapi-types.h | Markus Armbruster | 2018-02-09 | 3 | -3/+0 |
* | net: Remove the legacy "-net channel" parameter | Thomas Huth | 2017-12-22 | 1 | -2/+0 |
* | net: introduce net_crc32_le() function | Mark Cave-Ayland | 2017-12-22 | 1 | -0/+2 |
* | net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()... | Mark Cave-Ayland | 2017-12-22 | 1 | -1/+2 |
* | net: Transmit zero UDP checksum as 0xFFFF | Ed Swierk | 2017-11-20 | 1 | -0/+6 |
* | net/net.c: Add vnet_hdr support in SocketReadState | Zhang Chen | 2017-07-17 | 1 | -2/+7 |
* | net: Add vnet_hdr_len arguments in NetClientState | Zhang Chen | 2017-07-17 | 1 | -0/+1 |
* | slirp: add a fake NC-SI backend | Cédric Le Goater | 2017-04-25 | 1 | -0/+1 |
* | eth: Extend vlan stripping functions | Dmitry Fleytman | 2017-03-06 | 1 | -2/+2 |
* | vhost-net: Notify the backend about the host MTU | Maxime Coquelin | 2017-01-10 | 1 | -0/+2 |
* | Remove unused function declarations | Ladi Prosek | 2016-09-15 | 1 | -2/+0 |
* | net: Use correct type for bool flag | Eric Blake | 2016-07-19 | 1 | -1/+1 |
* | qapi: Change Netdev into a flat union | Eric Blake | 2016-07-19 | 1 | -2/+2 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2016-07-12 | 1 | -3/+3 |