- 9050f97 net: Update MemReentrancyGuard for NIC by Akihiko Odaki · 1 year, 9 months ago
- 7d0fefd net: Provide MemReentrancyGuard * to qemu_new_nic() by Akihiko Odaki · 1 year, 9 months ago
- 73071f1 net/net: Clean up global variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
- f03e0cf tap: Add check for USO features by Yuri Benditovich · 1 year, 7 months ago
- 2ab0ec3 tap: Add USO support to tap device. by Andrew Melnychenko · 1 year, 7 months ago
- 481c523 net: Strip virtio-net header when dumping by Akihiko Odaki · 2 years ago
- c6941b3 net: Move the code to collect available NIC models to a separate function by Thomas Huth · 2 years, 4 months ago
- ae71d13 net: Move hmp_info_network() to net-hmp-cmds.c by Markus Armbruster · 2 years, 1 month ago
- ac14949 Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues by Stefan Weil via · 2 years, 3 months ago
- 53b85d9 net: introduce qemu_set_info_str() function by Laurent Vivier · 2 years, 5 months ago
- f3eedcd qapi: net: introduce a way to bypass qemu_opts_parse_noisily() by Laurent Vivier · 2 years, 5 months ago
- 21fccb2 net: simplify net_client_parse() error management by Laurent Vivier · 2 years, 5 months ago
- d63ef17 net: remove the @errp argument of net_client_inits() by Laurent Vivier · 2 years, 5 months ago
- 539573c vhost_net: add NetClientState->load() callback by Eugenio Pérez · 2 years, 7 months ago
- c5e5269 vhost_net: Add NetClientInfo stop callback by Eugenio Pérez · 2 years, 7 months ago
- eb92b75 vhost_net: Add NetClientInfo start callback by Eugenio Pérez · 2 years, 7 months ago
- 2f849db net: introduce control client by Jason Wang · 3 years, 5 months ago
- e287bf7 net: Introduce NetClientInfo.check_peer_type() by Kevin Wolf · 3 years, 5 months ago
- 8f364e3 net: Added SetSteeringEBPF method for NetClientState. by Andrew Melnychenko · 3 years, 10 months ago
- bc38e31 net: check the existence of peer before trying to pad by Jason Wang · 3 years, 11 months ago
- f9bb0c1 Revert "qapi: net: Add query-netdev command" by Jason Wang · 4 years ago
- 56e6f59 Revert "net: Move NetClientState.info_str to dynamic allocations" by Jason Wang · 4 years ago
- 935344b net: Add a 'do_not_pad" to NetClientState by Bin Meng · 4 years ago
- 59b5437 net: Move NetClientState.info_str to dynamic allocations by Alexey Kirillov · 4 years ago
- d32ad10 qapi: net: Add query-netdev command by Alexey Kirillov · 4 years ago
- 705df54 net: introduce qemu_receive_packet() by Jason Wang · 4 years ago
- ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 3 months ago
- ad6f932 net: do not exit on "netdev_add help" monitor command by Paolo Bonzini · 4 years, 4 months ago
- 63c4db4 net: relocate paths to helpers and scripts by Paolo Bonzini · 4 years, 7 months ago
- 0165daa net: introduce qemu_get_peer by Cindy Lu · 4 years, 8 months 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
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 44b416a net: Add a network device specific self-announcement ability by Dr. David Alan Gilbert · 6 years ago
- 625a526 slirp: improve send_packet() callback by Marc-André Lureau · 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
- 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
- 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
- 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
- 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
- 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
- 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
- bfc6cf3 vhost-net: save & restore vring enable state by Marc-André Lureau · 9 years ago
- 6d1d493 net: Add macros for MAC address tracing 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
- 25aaadf net: always walk through filters in reverse if traffic is egress by Li Zhijian · 9 years ago
- fefe2a7 net: merge qemu_deliver_packet and qemu_deliver_packet_iov by Yang Hongyang · 9 years ago
- fdccce4 init/cleanup of netfilter object by Yang Hongyang · 9 years ago
- 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago
- c80cd6b tap: add VNET_LE/VNET_BE operations by Greg Kurz · 10 years ago
- 890ee6a net: add MAC address string printer by Scott Feldman · 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
- 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
- 1f55ac4 net: extend NetClientInfo for offloading by Vincenzo Maffione · 11 years ago
- 067404b net: Rename send_queue to incoming_queue by Jan Kiszka · 12 years ago
- b1be428 net: add support of mac-programming over macvtap in QEMU side by Amos Kong · 12 years ago
- d32fcad net: increase buffer size to accommodate Jumbo frame pkts by Scott Feldman · 12 years ago
- f6b26cf net: reduce the unnecessary memory allocation of multiqueue by Jason Wang · 12 years ago
- 1ceef9f net: multiqueue support by Jason Wang · 12 years ago
- f786045 net: introduce NetClientState destructor by Jason Wang · 12 years ago
- 6c51ae7 net: introduce qemu_find_net_clients_except() by Jason Wang · 12 years ago
- 948ecf2 net: intorduce qemu_del_nic() by Jason Wang · 12 years ago
- cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
- b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
- 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
- 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
- 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago[Renamed (97%) from net.h]
- 090f7ac net: move Bluetooth stuff out of net.h by Paolo Bonzini · 12 years ago
- a96ed02 monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param by Nicholas Bellinger · 13 years ago
- 86a77c3 net: cleanup deliver/deliver_iov func pointers by Zhi Yong Wu · 13 years ago
- 1a85959 net: Make "info network" output more readable info by Zhi Yong Wu · 13 years ago
- b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
- 35277d1 net: Rename vc local variables to nc by Stefan Hajnoczi · 13 years ago
- 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
- a005d07 net: Remove VLANState by Stefan Hajnoczi · 13 years ago
- ec8b1f6 net: Remove vlan code from net.c by Stefan Hajnoczi · 13 years ago
- 606c10e net: Convert qdev_prop_vlan to peer with hub by Zhi Yong Wu · 13 years ago
- ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 13 years ago
- 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
- 5f96415 qapi: convert netdev_del by Luiz Capitulino · 13 years ago