Age | Commit message (Expand) | Author |
2014-04-24 | ppp: ipv6: check that ipv6 was not closed in ND | Dmitry Kozlov |
2014-04-14 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov |
2014-04-14 | pppd compat: don't try to rename radattr files if RADIUS isn't used | Guillaume Nault |
2014-04-11 | ipoe: early allocate interface for shared vlans (prevents different values of... | Dmitry Kozlov |
2014-04-11 | ipoe:lua: update thread-specific value when updating L (fixes segfault) | Dmitry Kozlov |
2014-04-11 | net-snmp: run snmp in "special" thread | Dmitry Kozlov |
2014-04-11 | l2tp: don't disconnect immediately when receiving StopCCN | Guillaume Nault |
2014-04-11 | l2tp: improve configuration of retransmission options | Guillaume Nault |
2014-04-11 | l2tp: implement exponential backoff (retransmit) | Guillaume Nault |
2014-04-11 | l2tp: allow CDN reception with no Session ID | Guillaume Nault |
2014-04-11 | l2tp: configure receive window in accel-ppp.conf | Guillaume Nault |
2014-04-11 | l2tp: implement local receive window | Guillaume Nault |
2014-04-11 | l2tp: rework error handling in l2tp_tunnel_alloc | Guillaume Nault |
2014-04-11 | l2tp: don't initiate new sessions when sending window is full | Guillaume Nault |
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 |