summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl
AgeCommit message (Expand)Author
2013-02-06l2tp: Remove unused field "state2" in struct l2tp_sess_tGuillaume Nault
2013-02-06l2tp: Implement outgoing callsGuillaume Nault
2013-02-06l2tp: No automatic CDN before cancelling sessionsGuillaume Nault
2013-02-05ipoe: do not assign ip to interface if shared=0 and ifcfg=0 (ip unnumbered)Kozlov Dmitry
2013-02-01ipoe: update lease time and mask on each relay replyKozlov Dmitry
2013-01-28ipoe: implemented noauth optionKozlov Dmitry
2013-01-28ipoe: changed assignment of Server-ID and Router optionsKozlov Dmitry
2013-01-26ipoe: various fixesKozlov Dmitry
2013-01-26ipoe: insert opt82 to each relay packetKozlov Dmitry
2013-01-26Revert "ipoe: insert opt82 to each relay packet"Kozlov Dmitry
2013-01-26ipoe: insert opt82 to each relay packetKozlov Dmitry
2013-01-25ipoe: fix compilation errorKozlov Dmitry
2013-01-25ipoe: always assign IP address in mode=L2Kozlov Dmitry
2013-01-25Revert "ipoe: assign giaddr to interface only if mode=L3"Kozlov Dmitry
2013-01-25ipoe: assign giaddr to interface only if mode=L3Kozlov Dmitry
2013-01-25ipoe: properly insert option 82 before ENDKozlov Dmitry
2013-01-25ipoe: add missing LIB_SUFFIX to install pathKozlov Dmitry
2013-01-25ipoe: insert option 82 to relay requestKozlov Dmitry
2013-01-25cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIXKozlov Dmitry
2013-01-25Fix boolean options parsing in configuration fileGuillaume Nault
2013-01-25ipoe: fix giaddr reloadKozlov Dmitry
2013-01-25l2tp: Fix the connect() call when allocating tunnelsGuillaume Nault
2013-01-25l2tp: Close tunnel handler's FD if TID assignment failsGuillaume Nault
2013-01-25l2tp: Always acknowledge SCCCN messagesGuillaume Nault
2013-01-25l2tp: Acknowledge CDN messagesGuillaume Nault
2013-01-25l2tp: Avoid sending CDN with reserved result valueGuillaume Nault
2013-01-25l2tp: Register sessions timers in sessions contextGuillaume Nault
2013-01-25l2tp: Fix PPP session disconnectionGuillaume Nault
2013-01-25l2tp: Perform session disconnection in ppp contextGuillaume Nault
2013-01-25l2tp: Fix race condition when removing sessionsGuillaume Nault
2013-01-25l2tp: Ensure sessions always have a valid parent tunnelGuillaume Nault
2013-01-24backport 1.7Kozlov Dmitry
2013-01-24merge upstreamKozlov Dmitry
2012-09-09l2tp: print tid and sid as unsignedKozlov Dmitry
2012-09-09l2tp: send CDN in tunnel contextKozlov Dmitry
2012-09-09l2tp: prefix connection logs with lac ip:portKozlov Dmitry
2012-09-07L2TP: Re-enable per session logsGuillaume Nault
2012-09-07L2TP: Handle multiple sessions per tunnelGuillaume Nault
2012-09-07L2TP: Use different connection timers for tunnels and sessionsGuillaume Nault
2012-09-07L2TP: Allocate new sessions after receiving ICRQ messagesGuillaume Nault
2012-09-07L2TP: Modify prototype of functions acting only on sessionsGuillaume Nault
2012-09-07L2TP: Close only session (not tunnel) after a PPP disconnectionGuillaume Nault
2012-09-07L2TP: Start sending HELLO messages upon tunnel connectionGuillaume Nault
2012-09-07L2TP: Add standalone StopCCN message sending functionGuillaume Nault
2012-09-07L2TP: Terminate sessions without closing tunnelGuillaume Nault
2012-09-07L2TP: Use different states for handling sessions and tunnelsGuillaume Nault
2012-09-07L2TP: Separate session and tunnel connection codeGuillaume Nault
2012-09-07L2TP: Rename function that frees connection struturesGuillaume Nault
2012-09-07L2TP: Define and use dedicated function to free sessionsGuillaume Nault
2012-09-07L2TP: Add session specific allocation functionGuillaume Nault