summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/l2tp
AgeCommit message (Expand)Author
2014-04-11l2tp: improve configuration of retransmission optionsGuillaume Nault
2014-04-11l2tp: implement exponential backoff (retransmit)Guillaume Nault
2014-04-11l2tp: allow CDN reception with no Session IDGuillaume Nault
2014-04-11l2tp: configure receive window in accel-ppp.confGuillaume Nault
2014-04-11l2tp: implement local receive windowGuillaume Nault
2014-04-11l2tp: rework error handling in l2tp_tunnel_allocGuillaume Nault
2014-04-11l2tp: don't initiate new sessions when sending window is fullGuillaume Nault
2014-04-11l2tp: respect peer's receive windowGuillaume Nault
2014-04-11l2tp: drop tunnel/session messages from send queue upon disconnectionGuillaume Nault
2014-04-11l2tp: send ZLB messages automaticallyGuillaume Nault
2014-04-11l2tp: ignore l2tp_{tunnel, session}_send() return valuesGuillaume Nault
2014-04-11l2tp: separate send and retransmission queuesGuillaume Nault
2014-04-11l2tp: use separate function for handling tunnel specific messagesGuillaume Nault
2014-04-11l2tp: automatically delete tunnel if disconnection failsGuillaume Nault
2014-04-11l2tp: delete tunnel in l2tp_recv_StopCCN()Guillaume Nault
2014-04-11l2tp: allow tunnel deletion in main reception loopGuillaume Nault
2014-04-11l2tp: don't free tunnel immediately upon message handling errorsGuillaume Nault
2014-04-01l2tp: use random Tunnel IDsGuillaume Nault
2014-04-01l2tp: try generating Session IDs harderGuillaume Nault
2014-04-01l2tp: describe option "secret" in tunnel help commandGuillaume Nault
2014-04-01l2tp: avoid useless cli_sendv() callsGuillaume Nault
2014-04-01l2tp: add missing state verification on message receptionGuillaume Nault
2014-04-01l2tp: handle WEN and SLI messages by sessionsGuillaume Nault
2014-04-01l2tp: don't free packet in l2tp_session_recv()Guillaume Nault
2014-04-01l2tp: display control channel name upon apsession startGuillaume Nault
2014-04-01l2tp: modify control channel name stringGuillaume Nault
2014-04-01l2tp: delete tunnel/session connection timeout after expirationGuillaume Nault
2014-04-01l2tp: fix typos in log messagesGuillaume Nault
2014-02-08l2tp: add session statistics for control channelsGuillaume Nault
2014-02-08l2tp: add tunnel statisticsGuillaume Nault
2014-02-08l2tp: remove l2tp_tunnel_start_session()Guillaume Nault
2014-02-08l2tp: old functions cleanupGuillaume Nault
2014-02-08l2tp: use same context for tunnels and session control channelsGuillaume Nault
2014-02-08l2tp: launch session data channels in their own contextGuillaume Nault
2014-02-08l2tp: prepare for starting data channels in their own contextGuillaume Nault
2014-02-08l2tp: handle tunnel/session dependencies with reference countersGuillaume Nault
2014-02-08l2tp: Fix potential use after free by tunnel context threadGuillaume Nault
2014-01-22l2tp: reset conf_secret if secret removed from accel-ppp.confGuillaume Nault
2014-01-22l2tp: define tunnel specific secretsGuillaume Nault
2013-12-24ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false start war...Vladislav Grishenko
2013-12-24Revert "ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false s...Dmitry Kozlov
2013-12-24ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false start war...Vladislav Grishenko
2013-10-29l2tp: Don't send Assigned Sesssion ID in ICCNGuillaume Nault
2013-10-29l2tp: No iprange check for locally created tunnelsGuillaume Nault
2013-10-03Introduce per-ctrl 'ip-pool' option to be used as default IP pool name which ...Dmitry Kozlov
2013-10-02l2tp: introduce data packet sequencing and reorder timeout supportVladislav Grishenko
2013-07-24l2tp: Add the ppp-max-mtu optionGuillaume Nault
2013-07-18l2tp: use asprintf() to set sessions channel namesGuillaume Nault
2013-06-29l2tp: Close tunnel's PPPoL2TP socketGuillaume Nault
2013-06-29l2tp: Unset ephemeral ports by defaultGuillaume Nault