index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues
Stefan Weil via
2022-11-27
1
-1
/
+2
*
vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
Kangjie Xu
2022-11-07
1
-0
/
+2
*
vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()
Kangjie Xu
2022-11-07
1
-0
/
+2
*
net: introduce qemu_set_info_str() function
Laurent Vivier
2022-10-28
1
-0
/
+1
*
qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
Laurent Vivier
2022-10-28
1
-0
/
+2
*
net: simplify net_client_parse() error management
Laurent Vivier
2022-10-28
1
-1
/
+1
*
net: remove the @errp argument of net_client_inits()
Laurent Vivier
2022-10-28
1
-1
/
+1
*
vhost_net: add NetClientState->load() callback
Eugenio Pérez
2022-09-02
1
-0
/
+2
*
vhost_net: Add NetClientInfo stop callback
Eugenio Pérez
2022-09-02
1
-0
/
+2
*
vhost_net: Add NetClientInfo start callback
Eugenio Pérez
2022-09-02
1
-0
/
+2
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Revert "virtio-net: add support for configure interrupt"
Michael S. Tsirkin
2022-01-10
1
-2
/
+0
*
virtio-net: add support for configure interrupt
Cindy Lu
2022-01-07
1
-0
/
+2
*
vhost-net: control virtqueue support
Jason Wang
2021-10-20
1
-2
/
+4
*
net: introduce control client
Jason Wang
2021-10-20
1
-0
/
+5
*
net: Introduce NetClientInfo.check_peer_type()
Kevin Wolf
2021-10-15
1
-0
/
+2
*
vhost_net: do not assume nvqs is always 2
Jason Wang
2021-09-04
1
-0
/
+1
*
vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()
Jason Wang
2021-06-11
1
-1
/
+0
*
net: Added SetSteeringEBPF method for NetClientState.
Andrew Melnychenko
2021-06-04
1
-0
/
+2
*
net: check the existence of peer before trying to pad
Jason Wang
2021-04-23
1
-0
/
+5
*
Revert "qapi: net: Add query-netdev command"
Jason Wang
2021-04-08
1
-3
/
+0
*
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang
2021-04-08
1
-1
/
+1
*
net: Add a 'do_not_pad" to NetClientState
Bin Meng
2021-03-22
1
-0
/
+1
*
net: eth: Add a helper to pad a short Ethernet frame
Bin Meng
2021-03-22
1
-0
/
+17
*
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
2021-03-15
1
-1
/
+1
*
qapi: net: Add query-netdev command
Alexey Kirillov
2021-03-15
1
-0
/
+3
*
net: introduce qemu_receive_packet()
Jason Wang
2021-03-15
2
-0
/
+13
*
net: checksum: Introduce fine control over checksum type
Bin Meng
2021-01-25
1
-1
/
+6
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
net: do not exit on "netdev_add help" monitor command
Paolo Bonzini
2020-11-24
1
-0
/
+1
*
qom: fix objects with improper parent type
Paolo Bonzini
2020-10-12
1
-1
/
+1
*
net/can: Add can_dlc2len and can_len2dlc for CAN FD.
Jan Charvat
2020-09-30
1
-0
/
+4
*
net/can: Initial host SocketCan support for CAN FD.
Jan Charvat
2020-09-30
1
-1
/
+7
*
net: relocate paths to helpers and scripts
Paolo Bonzini
2020-09-30
1
-2
/
+2
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-2
/
+1
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
2
-7
/
+2
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
3
-14
/
+6
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
2
-6
/
+10
*
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
[next]