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
2018-12-04
net: drop too large packet early
Jason Wang
1
-11
/
+17
2018-10-19
net: ignore packet size greater than INT_MAX
Jason Wang
1
-1
/
+6
2018-10-19
filter: Add handle_event method for NetFilterClass
Zhang Chen
1
-0
/
+19
2018-09-25
net: Deprecate the "name" parameter of -net
Thomas Huth
1
-0
/
+4
2018-06-15
net: Fix a potential segfault
Lin Ma
1
-1
/
+3
2018-05-14
net: Remove the deprecated "vlan" parameter
Thomas Huth
1
-9
/
+3
2018-05-14
net: Fix memory leak in net_param_nic()
Thomas Huth
1
-2
/
+4
2018-03-26
virtio_net: flush uncompleted TX on reset
Greg Kurz
1
-1
/
+0
2018-03-05
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
1
-123
/
+116
2018-03-05
net: Add a new convenience option "--nic" to configure default/on-board NICs
Thomas Huth
1
-0
/
+78
2018-03-05
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
Thomas Huth
1
-94
/
+0
2018-03-05
net: Remove the deprecated way of dumping network packets
Thomas Huth
1
-8
/
+1
2018-03-05
net: Make net_client_init() static
Thomas Huth
1
-1
/
+1
2018-03-05
net: List available netdevs with "-netdev help"
Thomas Huth
1
-1
/
+36
2018-03-05
net: Move error reporting from net_init_client/netdev to the calling site
Thomas Huth
1
-24
/
+5
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-2
/
+2
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-1
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+2
2018-01-29
net: Allow hubports to connect to other netdevs
Thomas Huth
1
-1
/
+1
2017-12-22
net: Remove the legacy "-net channel" parameter
Thomas Huth
1
-7
/
+0
2017-12-22
net: remove unused compute_mcast_idx() function
Mark Cave-Ayland
1
-5
/
+0
2017-12-22
net: introduce net_crc32_le() function
Mark Cave-Ayland
1
-0
/
+22
2017-12-22
net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...
Mark Cave-Ayland
1
-5
/
+11
2017-09-19
General warn report fixups
Alistair Francis
1
-2
/
+3
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
1
-7
/
+7
2017-09-08
net/net: Convert parse_host_port() to Error
Mao Zhongyi
1
-5
/
+17
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-2
/
+2
2017-07-17
net/net.c: Add vnet_hdr support in SocketReadState
Zhang Chen
1
-4
/
+32
2017-07-17
net: Add vnet_hdr_len arguments in NetClientState
Zhang Chen
1
-0
/
+1
2017-05-23
hmp / net: Mark host_net_add/remove as deprecated
Thomas Huth
1
-0
/
+13
2017-02-22
net: Flatten simple union NetLegacyOptions
Markus Armbruster
1
-22
/
+22
2017-02-15
net: Mark 'vlan' parameter as deprecated
Thomas Huth
1
-0
/
+6
2016-11-15
net: fix sending of data with -net socket, listen backend
Daniel P. Berrange
1
-3
/
+2
2016-09-27
net: limit allocation in nc_sendv_compat
Peter Lieven
1
-2
/
+6
2016-09-27
net: hmp_host_net_remove: Del the -net option of the removed host_net
Shmulik Ladkani
1
-0
/
+1
2016-08-18
net/net: properly handle multiple packets in net_fill_rstate()
Zhang Chen
1
-4
/
+4
2016-07-19
net: Use correct type for bool flag
Eric Blake
1
-6
/
+6
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
1
-48
/
+85
2016-07-19
net: use Netdev instead of NetClientOptions in client init
Kővágó, Zoltán
1
-7
/
+11
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
1
-6
/
+5
2016-07-06
string-output-visitor: Favor new visit_free() function
Eric Blake
1
-1
/
+1
2016-07-06
opts-visitor: Favor new visit_free() function
Eric Blake
1
-3
/
+2
2016-06-28
net: fix qemu_announce_self not emitting packets
Peter Lieven
1
-1
/
+1
2016-06-01
net/net: Add SocketReadState for reuse codes
Zhang Chen
1
-0
/
+70
2016-06-01
net: vl: Move default_net to vl.c
Eduardo Habkost
1
-23
/
+0
2016-04-06
net: fix OptsVisitor memory leak
Paolo Bonzini
1
-0
/
+1
2016-04-06
net: Allocating Large sized arrays to heap
Pooja Dhannawat
1
-4
/
+9
2016-04-06
util: Improved qemu_hexmap() to include an ascii dump of the buffer
Isaac Lozano
1
-29
/
+1
2016-03-31
Fix ipv6 options according to documentation
Samuel Thibault
1
-7
/
+7
[next]