Age | Commit message (Expand) | Author |
2014-04-11 | l2tp: respect peer's receive window | Guillaume Nault |
2014-04-11 | l2tp: drop tunnel/session messages from send queue upon disconnection | Guillaume Nault |
2014-04-11 | l2tp: send ZLB messages automatically | Guillaume Nault |
2014-04-11 | l2tp: ignore l2tp_{tunnel, session}_send() return values | Guillaume Nault |
2014-04-11 | l2tp: separate send and retransmission queues | Guillaume Nault |
2014-04-11 | l2tp: use separate function for handling tunnel specific messages | Guillaume Nault |
2014-04-11 | l2tp: automatically delete tunnel if disconnection fails | Guillaume Nault |
2014-04-11 | l2tp: delete tunnel in l2tp_recv_StopCCN() | Guillaume Nault |
2014-04-11 | l2tp: allow tunnel deletion in main reception loop | Guillaume Nault |
2014-04-11 | l2tp: don't free tunnel immediately upon message handling errors | Guillaume Nault |
2014-04-11 | triton: implement list_first_entry() | Guillaume Nault |
2014-04-01 | l2tp: use random Tunnel IDs | Guillaume Nault |
2014-04-01 | l2tp: try generating Session IDs harder | Guillaume Nault |
2014-04-01 | l2tp: describe option "secret" in tunnel help command | Guillaume Nault |
2014-04-01 | l2tp: avoid useless cli_sendv() calls | Guillaume Nault |
2014-04-01 | l2tp: add missing state verification on message reception | Guillaume Nault |
2014-04-01 | l2tp: handle WEN and SLI messages by sessions | Guillaume Nault |
2014-04-01 | l2tp: don't free packet in l2tp_session_recv() | Guillaume Nault |
2014-04-01 | l2tp: display control channel name upon apsession start | Guillaume Nault |
2014-04-01 | l2tp: modify control channel name string | Guillaume Nault |
2014-04-01 | l2tp: delete tunnel/session connection timeout after expiration | Guillaume Nault |
2014-04-01 | l2tp: fix typos in log messages | Guillaume Nault |
2014-03-19 | ppp: fixed magic endianness | Dmitry Kozlov |
2014-02-08 | l2tp: add session statistics for control channels | Guillaume Nault |
2014-02-08 | l2tp: add tunnel statistics | Guillaume Nault |
2014-02-08 | l2tp: remove l2tp_tunnel_start_session() | Guillaume Nault |
2014-02-08 | l2tp: old functions cleanup | Guillaume Nault |
2014-02-08 | l2tp: use same context for tunnels and session control channels | Guillaume Nault |
2014-02-08 | l2tp: launch session data channels in their own context | Guillaume Nault |
2014-02-08 | l2tp: prepare for starting data channels in their own context | Guillaume Nault |
2014-02-08 | l2tp: handle tunnel/session dependencies with reference counters | Guillaume Nault |
2014-02-08 | l2tp: Fix potential use after free by tunnel context thread | Guillaume Nault |
2014-02-07 | ipoe: fixed session lookup without option 82 (continue) | Dmitry Kozlov |
2014-02-07 | ipoe: fixed session lookup without option 82 | Dmitry Kozlov |
2014-01-22 | l2tp: reset conf_secret if secret removed from accel-ppp.conf | Guillaume Nault |
2014-01-22 | l2tp: define tunnel specific secrets | Guillaume Nault |
2014-01-19 | ippool: add support for old style pool name declaration | Dmitry Kozlov |
2014-01-19 | pppoe: fix typo | Dmitry Kozlov |
2014-01-19 | pppoe: handle TR-101 vs. RFC 4679 incompatibilities | Guillaume Nault |
2014-01-19 | radius: fix IWF-Session identifier in RFC 4679 dictionary | Guillaume Nault |
2014-01-19 | increase size of buffer for netlink messages | Dmitry Kozlov |
2014-01-17 | pppoe: handle IFW-SESSION TR-101 sub-tag | Guillaume Nault |
2014-01-17 | radius: allow creation of zero length attributes | Guillaume Nault |
2014-01-17 | pppoe: add missing support for some TR-101 sub-tags | Guillaume Nault |
2014-01-17 | pppoe: fix TR-101 tag length check | Guillaume Nault |
2014-01-17 | pppoe: fix TR-101 attribute filtering for RADIUS access requests | Guillaume Nault |
2014-01-17 | pppoe: fix Minimum-Data-Rate-Downstream TR101 sub-tag handling | Guillaume Nault |
2014-01-17 | pppoe: check for tag format validity in PADR messages | Guillaume Nault |
2013-12-24 | ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false start war... | Vladislav Grishenko |
2013-12-24 | Revert "ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false s... | Dmitry Kozlov |