index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tap.h
Age
Commit message (
Expand
)
Author
2012-10-08
net: consolidate NetClientState header files into one
Paolo Bonzini
2012-08-01
net: Rename vc local variables to nc
Stefan Hajnoczi
2012-08-01
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi
2012-08-01
net: Use hubs for the vlan feature
Stefan Hajnoczi
2012-07-23
remove unused QemuOpts parameter from net init functions
Laszlo Ersek
2012-07-23
convert net_init_tap() to NetClientOptions
Laszlo Ersek
2012-07-23
convert net_client_init() to OptsVisitor
Laszlo Ersek
2012-06-04
net: purge the monitor object from all init functions
Luiz Capitulino
2012-02-01
Add support for net bridge
Corey Bryant
2010-09-07
tap: add APIs for vnet header length
Michael S. Tsirkin
2010-04-01
tap: add API to retrieve vhost net header
Michael S. Tsirkin
2010-04-01
tap: add interface to get device fd
Michael S. Tsirkin
2009-10-30
net: move UFO support detection to tap-linux.c
Mark McLoughlin
2009-10-30
net: move tap_set_offload() code into tap-linux.c
Mark McLoughlin
2009-10-30
net: move tap_probe_vnet_hdr() to tap-linux.c
Mark McLoughlin
2009-10-30
net: move tap_set_sndbuf() to tap-linux.c
Mark McLoughlin
2009-10-30
net: move solaris code to net/tap-solaris.c
Mark McLoughlin
2009-10-30
net: split BSD tap_open() out into net/tap-bsd.c
Mark McLoughlin
2009-10-30
net: move more stuff into net/tap-win32.c, add net/tap.h
Mark McLoughlin