- ad0c674 net/can: Add can_dlc2len and can_len2dlc for CAN FD. by Jan Charvat · 4 years, 6 months ago
- d44948c net/can: Initial host SocketCan support for CAN FD. by Jan Charvat · 4 years, 6 months ago
- 63c4db4 net: relocate paths to helpers and scripts by Paolo Bonzini · 4 years, 7 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- a489d19 Use OBJECT_DECLARE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- 5c8b0f2 can_emu: Delete macros for non-existing typedef by Eduardo Habkost · 4 years, 7 months ago
- e219d30 hw/net: Added plen fix for IPv6 by Andrew · 4 years, 8 months ago
- 1e0a84e vhost-vdpa: introduce vhost-vdpa net client by Cindy Lu · 4 years, 8 months ago
- 38140cc vhost_net: introduce set_config & get_config by Cindy Lu · 4 years, 8 months ago
- 0165daa net: introduce qemu_get_peer by Cindy Lu · 4 years, 8 months ago
- 767cc9a hw/net/can: Make CanBusClientInfo::can_receive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
- b8c4b67 hw/net: Make NetCanReceive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
- 08712fc net: Track netdevs in NetClientState rather than QemuOpt by Eric Blake · 5 years ago
- db2a380 net: Complete qapi-fication of netdev_add by Eric Blake · 5 years ago
- 1973136 net/filter.c: Add Options to insert filters anywhere in the filter list by Lukas Straub · 5 years ago
- dc5e9ac Include qemu/queue.h slightly less by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 944458b net/announce: Add optional ID by Dr. David Alan Gilbert · 6 years ago
- ef2fdbf net/announce: Allow optional list of interfaces by Dr. David Alan Gilbert · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 44b416a net: Add a network device specific self-announcement ability by Dr. David Alan Gilbert · 6 years ago
- 7659505 migration: Switch to using announce timer by Dr. David Alan Gilbert · 6 years ago
- 50510ea net: Introduce announce timer by Dr. David Alan Gilbert · 6 years ago
- 625a526 slirp: improve send_packet() callback by Marc-André Lureau · 6 years ago
- 2974e91 virtio-net: support RSC v4/v6 tcp traffic for Windows HCK by Yuri Benditovich · 6 years ago
- eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
- 25c01bd net: drop too large packet early by Jason Wang · 6 years ago
- 5fbba3d filter: Add handle_event method for NetFilterClass by Zhang Chen · 7 years ago
- d18572d net: Remove the deprecated -tftp, -bootp, -redir and -smb options by Thomas Huth · 7 years ago
- af1a5c3 net: Remove the deprecated "vlan" parameter by Thomas Huth · 7 years ago
- 94b5295 virtio_net: flush uncompleted TX on reset by Greg Kurz · 7 years ago
- 41dfc0d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 7 years ago
- 7fceeb1 Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' into staging by Peter Maydell · 7 years ago
- 46d4d36 tap: setting error appropriately when calling net_init_tap_one() by Jay Zhou · 7 years ago
- aa09a48 net: Make net_client_init() static by Thomas Huth · 7 years ago
- 34f708b net: Move error reporting from net_init_client/netdev to the calling site by Thomas Huth · 7 years ago
- 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
- 4f51e1d net: fix misaligned member access by Marc-André Lureau · 7 years ago
- d18957d net/can: simple messages transport implementation for QEMU by Pavel Pisa · 7 years ago
- 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
- 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
- 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
- 3a22ee2 net: Remove the legacy "-net channel" parameter by Thomas Huth · 7 years ago
- f1a7deb net: introduce net_crc32_le() function by Mark Cave-Ayland · 7 years ago
- eaba8f3 net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32() function by Mark Cave-Ayland · 7 years ago
- 0dacea9 net: Transmit zero UDP checksum as 0xFFFF by Ed Swierk · 7 years ago
- 3cde5ea net/net.c: Add vnet_hdr support in SocketReadState by Zhang Chen · 8 years ago
- d6b732e net: Add vnet_hdr_len arguments in NetClientState by Zhang Chen · 8 years ago
- 47bb83c slirp: add a fake NC-SI backend by Cédric Le Goater · 8 years ago
- 566342c eth: Extend vlan stripping functions by Dmitry Fleytman · 8 years ago
- 45a368a vhost-net: Notify the backend about the host MTU by Maxime Coquelin · 8 years ago
- d4b84d5 Remove unused function declarations by Ladi Prosek · 9 years ago
- 0e55c38 net: Use correct type for bool flag by Eric Blake · 9 years ago
- f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
- 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
- 69e87b3 tap: vhost busy polling support by Jason Wang · 9 years ago
- bfc6cf3 vhost-net: save & restore vring enable state by Marc-André Lureau · 9 years ago
- a463215 vhost-net: save & restore vhost-user acked features by Marc-André Lureau · 9 years ago
- eb70002 net_pkt: Extend packet abstraction as required by e1000e functionality by Dmitry Fleytman · 9 years ago
- 66409b7 rtl8139: Move more TCP definitions to common header by Dmitry Fleytman · 9 years ago
- 6d1d493 net: Add macros for MAC address tracing by Dmitry Fleytman · 9 years ago
- 0478d1d net: Introduce Toeplitz hash calculator by Dmitry Fleytman · 9 years ago
- 16a3df4 net/net: Add SocketReadState for reuse codes by Zhang Chen · 9 years ago
- d30300f net: vl: Move default_net to vl.c by Eduardo Habkost · 9 years ago
- 14b6d44 Use scripts/clean-includes to drop redundant qemu/typedefs.h by Markus Armbruster · 9 years ago
- 338d3f4 filter: Add 'status' property for filter object by zhanghailiang · 9 years ago
- 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
- aa9156f net/filter: Fix the output information for command 'info network' by zhanghailiang · 9 years ago
- 25aaadf net: always walk through filters in reverse if traffic is egress by Li Zhijian · 9 years ago
- 9c7ffe2 ether/slirp: Avoid redefinition of the same constants by Dr. David Alan Gilbert · 9 years ago
- 3e86636 vhost user: add rarp sending after live migration for legacy guest by Thibaut Collet · 9 years ago
- b68c7f7 net/queue: export qemu_net_queue_append_iov by Yang Hongyang · 9 years ago
- a4960f5 netfilter: print filter info associate with the netdev by Yang Hongyang · 9 years ago
- 7ef7bc8 netfilter: add an API to pass the packet to next filter by Yang Hongyang · 9 years ago
- 3e033a4 net/queue: introduce NetQueueDeliverFunc by Yang Hongyang · 9 years ago
- fefe2a7 net: merge qemu_deliver_packet and qemu_deliver_packet_iov by Yang Hongyang · 9 years ago
- e64c770 netfilter: hook packets before net queue send by Yang Hongyang · 9 years ago
- fdccce4 init/cleanup of netfilter object by Yang Hongyang · 9 years ago
- 7263a0a vhost-user: add a new message to disable/enable a specific virt queue. by Changchun Ouyang · 9 years ago
- e2051e9 vhost-user: add VHOST_USER_GET_QUEUE_NUM message by Yuanhan Liu · 9 years ago
- 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago
- 1e7398a vhost: enable vhost without without MSI-X by Pankaj Gupta · 10 years ago
- c80cd6b tap: add VNET_LE/VNET_BE operations by Greg Kurz · 10 years ago
- 9a2ba82 vhost: 64 bit features by Cornelia Huck · 10 years ago
- 890ee6a net: add MAC address string printer by Scott Feldman · 10 years ago
- b93a5ba virtio-net,tap: use standard-headers by Michael S. Tsirkin · 10 years ago
- 1ce6be2 hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() by Markus Armbruster · 10 years ago
- 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
- 45e8a9e net: remove bootindex property from qdev to qom by Gonglei · 10 years ago
- 575a1c0 net: move queue number into NICPeers by Jiri Pirko · 11 years ago
- d314f58 Add new vhost-user netdev backend by Nikolay Nikolaev · 11 years ago
- 1a1bfac Add vhost-backend and VhostBackendType by Nikolay Nikolaev · 11 years ago
- 81647a6 vhost_net_init will use VhostNetOptions to get all its arguments by Nikolay Nikolaev · 11 years ago
- ed8b4af Refactor virtio-net to use generic get_vhost_net by Nikolay Nikolaev · 11 years ago
- 84007e8 net: Export valid host network devices list by Hani Benhabiles · 11 years ago
- d6085e3 net: remove implicit peer from offload API by Stefan Hajnoczi · 11 years ago
- 3bac80d net: make tap offloading callbacks static by Vincenzo Maffione · 11 years ago
- 1f55ac4 net: extend NetClientInfo for offloading by Vincenzo Maffione · 11 years ago