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
*
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
*
tap: vhost busy polling support
Jason Wang
2016-07-07
1
-0
/
+1
*
vhost-net: save & restore vring enable state
Marc-André Lureau
2016-06-17
1
-0
/
+1
*
vhost-net: save & restore vhost-user acked features
Marc-André Lureau
2016-06-17
2
-0
/
+4
*
net_pkt: Extend packet abstraction as required by e1000e functionality
Dmitry Fleytman
2016-06-02
2
-44
/
+110
*
rtl8139: Move more TCP definitions to common header
Dmitry Fleytman
2016-06-02
1
-0
/
+8
*
net: Add macros for MAC address tracing
Dmitry Fleytman
2016-06-02
1
-0
/
+5
*
net: Introduce Toeplitz hash calculator
Dmitry Fleytman
2016-06-02
1
-0
/
+45
*
net/net: Add SocketReadState for reuse codes
Zhang Chen
2016-06-01
1
-0
/
+13
*
net: vl: Move default_net to vl.c
Eduardo Habkost
2016-06-01
1
-1
/
+0
*
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
1
-1
/
+0
*
filter: Add 'status' property for filter object
zhanghailiang
2016-03-08
1
-0
/
+4
*
include: Clean up includes
Peter Maydell
2016-02-23
2
-3
/
+0
*
net/filter: Fix the output information for command 'info network'
zhanghailiang
2016-02-04
1
-1
/
+0
*
net: always walk through filters in reverse if traffic is egress
Li Zhijian
2016-02-04
1
-1
/
+1
*
ether/slirp: Avoid redefinition of the same constants
Dr. David Alan Gilbert
2016-01-11
1
-1
/
+3
*
vhost user: add rarp sending after live migration for legacy guest
Thibaut Collet
2015-10-22
1
-0
/
+1
*
net/queue: export qemu_net_queue_append_iov
Yang Hongyang
2015-10-12
1
-0
/
+7
*
netfilter: print filter info associate with the netdev
Yang Hongyang
2015-10-12
1
-0
/
+1
*
netfilter: add an API to pass the packet to next filter
Yang Hongyang
2015-10-12
1
-0
/
+7
*
net/queue: introduce NetQueueDeliverFunc
Yang Hongyang
2015-10-12
1
-1
/
+12
*
net: merge qemu_deliver_packet and qemu_deliver_packet_iov
Yang Hongyang
2015-10-12
1
-5
/
+0
*
netfilter: hook packets before net queue send
Yang Hongyang
2015-10-12
1
-0
/
+8
*
init/cleanup of netfilter object
Yang Hongyang
2015-10-12
2
-0
/
+62
*
vhost-user: add a new message to disable/enable a specific virt queue.
Changchun Ouyang
2015-09-24
1
-0
/
+2
[next]