COMMITS
/ include/net/net.h February 23, 2023
A
net: Strip virtio-net header when dumping
Akihiko Odaki committed
November 10, 2022
T
net: Move the code to collect available NIC models to a separate function
Thomas Huth committed
January 24, 2023
M
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster committed
November 26, 2022
S
Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues
Stefan Weil via committed
October 21, 2022
L
net: introduce qemu_set_info_str() function
Laurent Vivier committed
L
qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
Laurent Vivier committed
L
net: simplify net_client_parse() error management
Laurent Vivier committed
L
net: remove the @errp argument of net_client_inits()
Laurent Vivier committed
August 23, 2022
E
vhost_net: add NetClientState->load() callback
Eugenio Pérez committed
E
vhost_net: Add NetClientInfo stop callback
Eugenio Pérez committed
E
vhost_net: Add NetClientInfo start callback
Eugenio Pérez committed
October 20, 2021
J
net: introduce control client
Jason Wang committed
October 8, 2021
K
net: Introduce NetClientInfo.check_peer_type()
Kevin Wolf committed
May 14, 2021
A
net: Added SetSteeringEBPF method for NetClientState.
Andrew Melnychenko committed
April 23, 2021
J
net: check the existence of peer before trying to pad
Jason Wang committed
April 2, 2021
J
Revert "qapi: net: Add query-netdev command"
Jason Wang committed
J
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang committed
March 17, 2021
B
net: Add a 'do_not_pad" to NetClientState
Bin Meng committed
March 3, 2021
A
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov committed
A
qapi: net: Add query-netdev command
Alexey Kirillov committed
February 24, 2021
J
net: introduce qemu_receive_packet()
Jason Wang committed
December 11, 2020
E
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost committed
November 11, 2020
P
net: do not exit on "netdev_add help" monitor command
Paolo Bonzini committed
August 18, 2020
P
net: relocate paths to helpers and scripts
Paolo Bonzini committed
July 1, 2020
C
net: introduce qemu_get_peer
Cindy Lu committed
March 5, 2020
P
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé committed
March 17, 2020
E
net: Track netdevs in NetClientState rather than QemuOpt
Eric Blake committed
E
net: Complete qapi-fication of netdev_add
Eric Blake committed
August 12, 2019
M
Include migration/vmstate.h less
Markus Armbruster committed
February 27, 2019
D
net: Add a network device specific self-announcement ability
Dr. David Alan Gilbert committed
January 17, 2019
M
slirp: improve send_packet() callback
Marc-André Lureau committed
December 6, 2018
P
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini committed
December 4, 2018
J
net: drop too large packet early
Jason Wang committed
August 22, 2018
T
net: Remove the deprecated -tftp, -bootp, -redir and -smb options
Thomas Huth committed
April 30, 2018
T
net: Remove the deprecated "vlan" parameter
Thomas Huth committed
March 20, 2018
G
virtio_net: flush uncompleted TX on reset
Greg Kurz committed
March 5, 2018
P
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
Peter Maydell committed
February 21, 2018
T
net: Make net_client_init() static
Thomas Huth committed
T
net: Move error reporting from net_init_client/netdev to the calling site
Thomas Huth committed
February 11, 2018
M
Include less of the generated modular QAPI headers
Markus Armbruster committed
February 1, 2018
M
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster committed
M
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster committed
M
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster committed
December 15, 2017
M
net: introduce net_crc32_le() function
Mark Cave-Ayland committed
M
net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32() function
Mark Cave-Ayland committed
July 4, 2017
Z
net/net.c: Add vnet_hdr support in SocketReadState
Zhang Chen committed
Z
net: Add vnet_hdr_len arguments in NetClientState
Zhang Chen committed
June 13, 2016
L
Remove unused function declarations
Ladi Prosek committed
July 14, 2016
E
net: Use correct type for bool flag
Eric Blake committed
E
qapi: Change Netdev into a flat union
Eric Blake committed