Age | Commit message (Expand) | Author | Files | Lines |
2022-05-03 | util: rename qemu_*block() socket functions | Marc-André Lureau | 1 | -1/+1 |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell | 1 | -1/+1 |
2021-04-08 | Revert "qapi: net: Add query-netdev command" | Jason Wang | 1 | -7/+0 |
2021-04-08 | Revert "net: Move NetClientState.info_str to dynamic allocations" | Jason Wang | 1 | -1/+2 |
2021-04-08 | Revert "net: Do not fill legacy info_str for backends" | Jason Wang | 1 | -0/+2 |
2021-03-15 | net: Do not fill legacy info_str for backends | Alexey Kirillov | 1 | -2/+0 |
2021-03-15 | net: Move NetClientState.info_str to dynamic allocations | Alexey Kirillov | 1 | -2/+1 |
2021-03-15 | qapi: net: Add query-netdev command | Alexey Kirillov | 1 | -0/+7 |
2020-11-11 | net/l2tpv3: Remove redundant check in net_init_l2tpv3() | AlexChen | 1 | -6/+3 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-10-19 | l2tpv3: Improve -netdev/netdev_add/-net/... error reporting | Markus Armbruster | 1 | -13/+12 |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake | 1 | -3/+3 |
2016-07-19 | net: use Netdev instead of NetClientOptions in client init | Kővágó, Zoltán | 1 | -3/+3 |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake | 1 | -1/+1 |
2016-02-04 | net: Clean up includes | Peter Maydell | 1 | -1/+1 |
2016-01-11 | l2tpv3: fix cookie decoding | Alexis Dambricourt | 1 | -1/+1 |
2015-11-02 | net: Convert to new qapi union layout | Eric Blake | 1 | -2/+2 |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2015-06-12 | Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler | Fam Zheng | 1 | -4/+4 |
2015-06-12 | l2tpv3: Drop l2tpv3_can_send | Fam Zheng | 1 | -10/+1 |
2015-05-27 | net: Permit incremental conversion of init functions to Error | Markus Armbruster | 1 | -3/+2 |
2014-12-19 | net: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -3/+3 |
2014-12-19 | net: Fuse g_malloc(); memset() into g_new0() | Markus Armbruster | 1 | -2/+1 |
2014-11-17 | l2tpv3: fix fd leak | Gonglei | 1 | -2/+2 |
2014-11-14 | l2tpv3: fix possible double free | zhanghailiang | 1 | -1/+0 |
2014-06-27 | net: L2TPv3 transport | Anton Ivanov | 1 | -0/+757 |