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
/
net
/
tap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tap: Allow specifying a bridge
Alexey Kardashevskiy
2016-09-27
1
-1
/
+3
*
vhost-user: keep vhost_net after a disconnection
Marc-André Lureau
2016-07-28
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...
Peter Maydell
2016-07-20
1
-14
/
+14
|
\
|
*
qapi: Change Netdev into a flat union
Eric Blake
2016-07-19
1
-12
/
+12
|
*
net: use Netdev instead of NetClientOptions in client init
Kővágó, Zoltán
2016-07-19
1
-6
/
+6
*
|
tap: fix memory leak on failure to create a multiqueue tap device
Paolo Bonzini
2016-07-18
1
-6
/
+16
|
/
*
tap: use an exit notifier to call down_script
Marc-André Lureau
2016-07-13
1
-7
/
+20
*
tap: vhost busy polling support
Jason Wang
2016-07-07
1
-1
/
+6
*
net/tap: Allocating Large sized arrays to heap
Zhou Jie
2016-05-25
1
-2
/
+4
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-18
1
-2
/
+2
*
net: simplify net_init_tap_one logic
Paolo Bonzini
2016-03-08
1
-2
/
+2
*
net: Clean up includes
Peter Maydell
2016-02-04
1
-2
/
+1
*
net: Convert to new qapi union layout
Eric Blake
2015-11-02
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-06-19
1
-1
/
+16
|
\
|
*
vhost: enable vhost without without MSI-X
Pankaj Gupta
2015-06-19
1
-1
/
+0
|
*
tap: add VNET_LE/VNET_BE operations
Greg Kurz
2015-06-17
1
-0
/
+16
*
|
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
2015-06-12
1
-4
/
+4
*
|
tap: Drop tap_can_send
Fam Zheng
2015-06-12
1
-11
/
+2
|
/
*
tap: Improve -netdev/netdev_add/-net/... tap error reporting
Markus Armbruster
2015-05-27
1
-23
/
+22
*
tap: Finish conversion of tap_open() to Error
Markus Armbruster
2015-05-27
1
-4
/
+0
*
tap: Permit incremental conversion of tap_open() to Error
Markus Armbruster
2015-05-27
1
-4
/
+9
*
tap: Convert launch_script() to Error
Markus Armbruster
2015-05-27
1
-12
/
+28
*
tap: Convert net_init_tap_one() to Error
Markus Armbruster
2015-05-27
1
-32
/
+38
*
tap: Convert tap_set_sndbuf() to Error
Markus Armbruster
2015-05-27
1
-1
/
+3
*
tap: Improve -netdev/netdev_add/-net/... bridge error reporting
Markus Armbruster
2015-05-27
1
-11
/
+19
*
tap: net_tap_fd_init() can't fail, drop dead error handling
Markus Armbruster
2015-05-27
1
-13
/
+1
*
net: Permit incremental conversion of init functions to Error
Markus Armbruster
2015-05-27
1
-2
/
+4
*
monitor: Clean up around monitor_handle_fd_param()
Markus Armbruster
2015-02-18
1
-3
/
+8
*
tap: fix vcpu long time io blocking on tap
Wangkai (Kevin,C)
2014-12-19
1
-0
/
+12
*
tap: fix possible fd leak in net_init_tap
Gonglei
2014-11-02
1
-0
/
+3
*
tap: do not close(fd) in net_init_tap_one
Gonglei
2014-11-02
1
-1
/
+0
*
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2014-06-19
1
-0
/
+1
*
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
2014-06-19
1
-4
/
+13
*
tap: Avoid extra iterations while closing file fd
Pankaj Gupta
2014-04-25
1
-10
/
+4
*
tap: avoid deadlocking rx
Stefan Hajnoczi
2014-03-12
1
-2
/
+5
*
net: make tap offloading callbacks static
Vincenzo Maffione
2014-02-25
1
-6
/
+6
*
net: TAP uses NetClientInfo offloading callbacks
Vincenzo Maffione
2014-02-25
1
-0
/
+6
*
net: change vnet-hdr TAP prototypes
Vincenzo Maffione
2014-02-25
1
-3
/
+3
*
tap: fix NULL dereference when passing invalid parameters to tap
Jason Wang
2013-06-07
1
-6
/
+12
*
tap: properly initialize vhostfds
Jason Wang
2013-05-03
1
-1
/
+1
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-1
/
+1
*
net: increase buffer size to accommodate Jumbo frame pkts
Scott Feldman
2013-03-25
1
-6
/
+1
*
Fix typos and misspellings
Peter Maydell
2013-03-22
1
-1
/
+1
*
tap: forbid creating multiqueue tap when hub is used
Jason Wang
2013-02-27
1
-0
/
+7
*
tap: unbreak -netdev tap,fd=X
Anthony Liguori
2013-02-02
1
-1
/
+1
*
tap: multiqueue support
Jason Wang
2013-02-01
1
-35
/
+123
*
tap: support enabling or disabling a queue
Jason Wang
2013-02-01
1
-3
/
+40
*
tap: factor out common tap initialization
Jason Wang
2013-02-01
1
-57
/
+73
[next]