summaryrefslogtreecommitdiff
path: root/net/l2tpv3.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-3/+3
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán1-3/+3
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-1/+1
2016-02-04net: Clean up includesPeter Maydell1-1/+1
2016-01-11l2tpv3: fix cookie decodingAlexis Dambricourt1-1/+1
2015-11-02net: Convert to new qapi union layoutEric Blake1-2/+2
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng1-4/+4
2015-06-12l2tpv3: Drop l2tpv3_can_sendFam Zheng1-10/+1
2015-05-27net: Permit incremental conversion of init functions to ErrorMarkus Armbruster1-3/+2
2014-12-19net: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-3/+3
2014-12-19net: Fuse g_malloc(); memset() into g_new0()Markus Armbruster1-2/+1
2014-11-17l2tpv3: fix fd leakGonglei1-2/+2
2014-11-14l2tpv3: fix possible double freezhanghailiang1-1/+0
2014-06-27net: L2TPv3 transportAnton Ivanov1-0/+757