index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: complete all queued packets on VM stop
Michael S. Tsirkin
2014-09-04
1
-1
/
+32
*
net: Forbid dealing with packets when VM is not running
zhanghailiang
2014-09-04
1
-0
/
+7
*
net: add mmsghdr struct check for L2TPV3
Gonglei
2014-07-01
1
-2
/
+2
*
net: move queue number into NICPeers
Jiri Pirko
2014-06-27
1
-2
/
+2
*
net: L2TPv3 transport
Anton Ivanov
2014-06-27
1
-0
/
+6
*
Add the vhost-user netdev backend to the command line
Nikolay Nikolaev
2014-06-19
1
-0
/
+7
*
net: Export valid host network devices list
Hani Benhabiles
2014-06-11
1
-14
/
+20
*
monitor: Add set_link arguments completion.
Hani Benhabiles
2014-05-15
1
-1
/
+1
*
net: Don't use error_is_set() to suppress additional errors
Markus Armbruster
2014-04-25
1
-3
/
+3
*
net: Make qmp_query_rx_filter() with name argument more obvious
Markus Armbruster
2014-04-25
1
-0
/
+4
*
net/net.c: Remove unnecessary semicolon
Igor Ryzhov
2014-04-25
1
-1
/
+1
*
net: Report error when device / hub combo is not found.
Hani Benhabiles
2014-04-18
1
-1
/
+3
*
net: remove implicit peer from offload API
Stefan Hajnoczi
2014-02-25
1
-18
/
+18
*
net: extend NetClientInfo for offloading
Vincenzo Maffione
2014-02-25
1
-0
/
+55
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-6
/
+6
*
net: Use g_strdup_printf instead of snprintf.
Hani Benhabiles
2014-01-27
1
-4
/
+1
*
misc: Use macro ARRAY_SIZE where possible
Stefan Weil
2013-12-23
1
-1
/
+1
*
net: Update netdev peer on link change
Vlad Yasevich
2013-12-09
1
-9
/
+17
*
net: Adding netmap network backend
Vincenzo Maffione
2013-12-09
1
-0
/
+6
*
net: fix qemu_flush_queued_packets() in presence of a hub
Sergey Fedorov
2013-11-08
1
-1
/
+0
*
net: disallow to specify multicast MAC address
Dmitry Krivenok
2013-11-08
1
-0
/
+6
*
net: Rename send_queue to incoming_queue
Jan Kiszka
2013-09-06
1
-7
/
+7
*
aio / timers: Untangle include files
Alex Bligh
2013-08-22
1
-0
/
+1
*
net: add support of mac-programming over macvtap in QEMU side
Amos Kong
2013-07-15
1
-0
/
+48
*
net: make network client name unique
Amos Kong
2013-05-03
1
-5
/
+2
*
net: increase buffer size to accommodate Jumbo frame pkts
Scott Feldman
2013-03-25
1
-1
/
+1
*
net: reduce the unnecessary memory allocation of multiqueue
Jason Wang
2013-02-27
1
-10
/
+9
*
net: fix qemu_flush_queued_packets() in presence of a hub
Luigi Rizzo
2013-02-27
1
-0
/
+6
*
net: Avoid NULL function pointer dereference on cleanup
Andreas Färber
2013-02-13
1
-1
/
+3
*
net: fix infinite loop on exit
Michael Roth
2013-02-07
1
-1
/
+1
*
net: multiqueue support
Jason Wang
2013-02-01
1
-32
/
+81
*
net: introduce NetClientState destructor
Jason Wang
2013-02-01
1
-4
/
+13
*
net: introduce qemu_net_client_setup()
Jason Wang
2013-02-01
1
-10
/
+19
*
net: introduce qemu_find_net_clients_except()
Jason Wang
2013-02-01
1
-0
/
+21
*
net: intorduce qemu_del_nic()
Jason Wang
2013-02-01
1
-1
/
+14
*
net: introduce qemu_get_nic()
Jason Wang
2013-02-01
1
-4
/
+16
*
net: introduce qemu_get_queue()
Jason Wang
2013-02-01
1
-0
/
+5
*
g_strdup(NULL) returns NULL; simplify
Markus Armbruster
2013-01-30
1
-3
/
+1
*
HMP: add QDict to info callback handler
Wenchao Xia
2013-01-17
1
-1
/
+1
*
qemu-option: move standard option definitions out of qemu-config.c
Paolo Bonzini
2013-01-12
1
-0
/
+26
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
net: reorganize headers
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
net: move net.c to net/
Paolo Bonzini
2012-12-19
1
-0
/
+1056