summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/l2tp/l2tp.c
AgeCommit message (Expand)Author
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
2013-06-06l2tp: Add src/dst port selection for creating tunnelsGuillaume Nault
2013-06-06l2tp: Optionally deactivate ephemeral portsGuillaume Nault
2013-06-06l2tp: Revert to automatic source port selectionGuillaume Nault
2013-06-06l2tp: Define conf_port as staticGuillaume Nault
2013-06-04Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeKozlov Dmitry
2013-05-31pptp,l2tp: bind to port optionsKozlov Dmitry
2013-05-01l2tp: Fix PPP channel nameGuillaume Nault
2013-04-22l2tp: Check for connection limits upon session creation requestsGuillaume Nault
2013-04-17l2tp: Use random length Challenge AVPGuillaume Nault
2013-04-17l2tp: Full hidden AVPs supportGuillaume Nault
2013-04-17utils: Add random buffer generation functionGuillaume Nault
2013-04-17l2tp: Handle incoming hidden AVPsGuillaume Nault
2013-04-17l2tp: Store length of conf_secretGuillaume Nault
2013-03-28l2tp: Add general packet processing log messagesGuillaume Nault
2013-03-28l2tp: Log packet retransmission informationGuillaume Nault
2013-03-28l2tp: Log all discarded messages in the same wayGuillaume Nault
2013-03-28l2tp: Log session establishment/disconnection informationGuillaume Nault
2013-03-28l2tp: Log tunnel establishment/disconnection informationGuillaume Nault
2013-03-28l2tp: Use consistent packet logging policyGuillaume Nault
2013-03-28l2tp: Handle WEN messagesGuillaume Nault
2013-03-28l2tp: Avoid tunnel destruction when possibleGuillaume Nault
2013-03-28l2tp: Parse incoming CDN messagesGuillaume Nault
2013-03-28l2tp: Handle allocation failure in l2tp_session_connect()Guillaume Nault
2013-03-28l2tp: Use consistent return values for l2tp_{recv, send}*()Guillaume Nault
2013-03-28l2tp: Remove some redundant log messagesGuillaume Nault
2013-03-28l2tp: Simplify some function call sequencesGuillaume Nault
2013-03-16l2tp: Don't close tunnel upon error on HELLOGuillaume Nault
2013-03-16l2tp: Notify peer upon tunnel/session timeoutGuillaume Nault
2013-03-16l2tp: Don't depent on StopCCN for tunnel disconnectionGuillaume Nault