index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-2
/
+2
2016-02-04
net: Clean up includes
Peter Maydell
1
-1
/
+1
2016-02-04
net/filter: Fix the output information for command 'info network'
zhanghailiang
1
-3
/
+29
2016-02-04
net: always walk through filters in reverse if traffic is egress
Li Zhijian
1
-5
/
+15
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-2
/
+2
2015-11-02
net: Convert to new qapi union layout
Eric Blake
1
-12
/
+12
2015-10-27
net: free the string returned by object_get_canonical_path_component
Yang Hongyang
1
-2
/
+3
2015-10-27
net: make iov_to_buf take right size argument in nc_sendv_compat()
Yang Hongyang
1
-1
/
+1
2015-10-27
net: Remove duplicate data from query-rx-filter on multiqueue net devices
Vladislav Yasevich
1
-0
/
+6
2015-10-21
net: don't set native endianness
Michael S. Tsirkin
1
-0
/
+8
2015-10-12
netfilter: print filter info associate with the netdev
Yang Hongyang
1
-0
/
+11
2015-10-12
net/queue: introduce NetQueueDeliverFunc
Yang Hongyang
1
-1
/
+1
2015-10-12
net: merge qemu_deliver_packet and qemu_deliver_packet_iov
Yang Hongyang
1
-35
/
+16
2015-10-12
netfilter: hook packets before net queue send
Yang Hongyang
1
-0
/
+66
2015-10-12
init/cleanup of netfilter object
Yang Hongyang
1
-0
/
+7
2015-07-20
net: Flush queued packets when guest resumes
Fam Zheng
1
-7
/
+12
2015-06-24
net: simplify net_client_init1()
Stefan Hajnoczi
1
-22
/
+16
2015-06-24
net: drop if expression that is always true
Stefan Hajnoczi
1
-17
/
+14
2015-06-24
net: raise an error if -net type is invalid
Stefan Hajnoczi
1
-0
/
+11
2015-06-24
net: replace net_client_init1() netdev whitelist with blacklist
Stefan Hajnoczi
1
-25
/
+3
2015-06-24
net: add missing "netmap" to host_net_devices[]
Stefan Hajnoczi
1
-0
/
+3
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
1
-10
/
+6
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-6
/
+6
2015-06-22
qerror: Eliminate QERR_DEVICE_NOT_FOUND
Markus Armbruster
1
-2
/
+4
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
1
-2
/
+3
2015-06-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+18
2015-06-17
tap: add VNET_LE/VNET_BE operations
Greg Kurz
1
-0
/
+18
2015-06-09
QemuOpts: Convert qemu_opts_foreach() to Error
Markus Armbruster
1
-4
/
+5
2015-06-08
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
Markus Armbruster
1
-2
/
+3
2015-05-27
net/net: Record usage status of mac address
Shannon Zhao
1
-4
/
+55
2015-05-27
net: Improve -net nic error reporting
Markus Armbruster
1
-6
/
+6
2015-05-27
net: Permit incremental conversion of init functions to Error
Markus Armbruster
1
-6
/
+9
2015-05-27
net: Improve error message for -net hubport a bit
Markus Armbruster
1
-0
/
+5
2015-05-11
net: add MAC address string printer
Scott Feldman
1
-0
/
+7
2015-03-12
net: synchronize net_host_device_remove with host_net_remove_completion
Paolo Bonzini
1
-3
/
+3
2015-02-26
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
1
-1
/
+1
2015-02-26
QemuOpts: Convert qemu_opts_set() to Error, fix its use
Markus Armbruster
1
-2
/
+2
2015-02-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
1
-6
/
+3
2015-02-18
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
Markus Armbruster
1
-1
/
+1
2015-02-18
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
1
-2
/
+2
2015-02-18
net: Avoid qerror_report_err() outside QMP command handlers
Markus Armbruster
1
-6
/
+3
2015-02-06
net: del hub port when peer is deleted
Jason Wang
1
-0
/
+2
2014-09-04
net: complete all queued packets on VM stop
Michael S. Tsirkin
1
-1
/
+32
2014-09-04
net: Forbid dealing with packets when VM is not running
zhanghailiang
1
-0
/
+7
2014-07-01
net: add mmsghdr struct check for L2TPV3
Gonglei
1
-2
/
+2
2014-06-27
net: move queue number into NICPeers
Jiri Pirko
1
-2
/
+2
2014-06-27
net: L2TPv3 transport
Anton Ivanov
1
-0
/
+6
2014-06-19
Add the vhost-user netdev backend to the command line
Nikolay Nikolaev
1
-0
/
+7
[next]