summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl
AgeCommit message (Expand)Author
2014-06-27ipoe: improved vlan monitorDmitry Kozlov
2014-06-03Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-06-03make IPv4 address to string conversions endian friendlyDmitry Kozlov
2014-05-28ipoe: dhcp: fixed incorrect parsing empty optionsDmitry Kozlov
2014-05-26ipoe: introduced "ip-unnumbered" optionDmitry Kozlov
2014-05-26ipoe: send NAK after number of unreplied REQUESTsDmitry Kozlov
2014-05-20ipoe: set initial session interface name to parent interface name (for loggin...Dmitry Kozlov
2014-05-20ipoe: add messages to know parent interface when creating vlan or virtual int...Dmitry Kozlov
2014-05-18ipoe: use ifindex as connlimit key for non-shared interfacesDmitry Kozlov
2014-05-18improved single-session=replace handlingDmitry Kozlov
2014-05-12pppoe: introduced called-sid option.Dmitry Kozlov
2014-05-12triton: improved epoll events handlingDmitry Kozlov
2014-04-29ipoe: limit only DHCPDISCOVER by connlimitDmitry Kozlov
2014-04-29ipoe: add support for connlimit moduleDmitry Kozlov
2014-04-29ipoe: implemented per-interface username optionDmitry Kozlov
2014-04-11ipoe: early allocate interface for shared vlans (prevents different values of...Dmitry Kozlov
2014-04-11ipoe:lua: update thread-specific value when updating L (fixes segfault)Dmitry Kozlov
2014-04-11l2tp: don't disconnect immediately when receiving StopCCNGuillaume Nault
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