summaryrefslogtreecommitdiffstats
path: root/net/l2tpv3.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-3/+3
* net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán2016-07-191-3/+3
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-1/+1
* net: Clean up includesPeter Maydell2016-02-041-1/+1
* l2tpv3: fix cookie decodingAlexis Dambricourt2016-01-111-1/+1
* net: Convert to new qapi union layoutEric Blake2015-11-021-2/+2
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng2015-06-121-4/+4
* l2tpv3: Drop l2tpv3_can_sendFam Zheng2015-06-121-10/+1Star
* net: Permit incremental conversion of init functions to ErrorMarkus Armbruster2015-05-271-3/+2Star
* net: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-191-3/+3
* net: Fuse g_malloc(); memset() into g_new0()Markus Armbruster2014-12-191-2/+1Star
* l2tpv3: fix fd leakGonglei2014-11-171-2/+2
* l2tpv3: fix possible double freezhanghailiang2014-11-141-1/+0Star
* net: L2TPv3 transportAnton Ivanov2014-06-271-0/+757