summaryrefslogtreecommitdiff
path: root/accel-pppd
AgeCommit message (Expand)Author
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-18radius: assign ipv4 either if gw-ip-address is not specified for non-ppp sess...Dmitry Kozlov
2013-03-18ipoe: make ipv4 address visible for other modulesDmitry Kozlov
2013-03-18ipoe: add support for ipaddr typeo of dhcp-mask attributeDmitry Kozlov
2013-03-18ipoe: fixed username=ifname, shared=0 modeDmitry Kozlov
2013-03-18ipoe: early drop routes when dropping sessions (V3)Dmitry Kozlov
2013-03-18Revert "ipoe: early drop routes when dropping sessions (V2)"Dmitry Kozlov
2013-03-18ipoe: early drop routes when dropping sessions (V2)Dmitry Kozlov
2013-03-18Revert "ipoe: early drop routes when dropping sessions"Dmitry Kozlov
2013-03-18ipoe: early drop routes when dropping sessionsKozlov Dmitry
2013-03-16ipoe: drop previous session when new one detected in shared=0 modeKozlov Dmitry
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
2013-03-16l2tp: Improve error handling of duplicate messagesGuillaume Nault
2013-03-16l2tp: Free tunnels that couldn't startGuillaume Nault
2013-03-16l2tp: Fix early message sending during tunnel establishmentGuillaume Nault
2013-03-16l2tp: Centralise management of tunnel establishment timersGuillaume Nault
2013-03-16l2tp: Centralise management of session establishment timersGuillaume Nault
2013-03-16l2tp: Dedicated function for replying to incomming callsGuillaume Nault
2013-03-16l2tp: Merge incomming and outgoing session startingGuillaume Nault
2013-03-16l2tp: Centralise new session launchingGuillaume Nault
2013-03-16l2tp: Send CDN in tunnel contextGuillaume Nault
2013-03-16l2tp: Use tunnel/session specific sending functionsGuillaume Nault
2013-03-16ipoe: fixed shared=1 modeKozlov Dmitry
2013-03-15l2tp: Display error message when tunnel creation fails (CLI)Guillaume Nault
2013-03-15l2tp: Display error message when session creation fails (CLI)Guillaume Nault
2013-03-15l2tp: Strict error management in start_udp_server()Guillaume Nault
2013-03-15l2tp: Allocate memory with functions from memdebug.hGuillaume Nault
2013-03-15l2tp: Handle l2tp_session_free() failuresGuillaume Nault
2013-03-15l2tp: Use tunnel/session logging functionsGuillaume Nault
2013-02-17doc: Document the [cli] section of config fileGuillaume Nault
2013-02-17cli: Add the sessions-columns configuration optionGuillaume Nault
2013-02-17cli: Fix "show sessions" if no column to displayGuillaume Nault
2013-02-13l2tp: Flush ack-ed messages from retransmission queueGuillaume Nault
2013-02-13l2tp: Implement outgoing call receptionGuillaume Nault
2013-02-13l2tp: Fix Result Code AVP byte orderGuillaume Nault
2013-02-13l2tp: Take StopCCN's AVPs into accountGuillaume Nault
2013-02-13l2tp: Acknowledge SLI messagesGuillaume Nault
2013-02-13l2tp: Fix RFC 2661 and RFC 3931 dictionariesGuillaume Nault
2013-02-13l2tp: Declare message receptions attributes as constGuillaume Nault
2013-02-13l2tp: Define message type attribute as constantGuillaume Nault
2013-02-13l2tp: Define packet as constant in reception functionsGuillaume Nault
2013-02-13l2tp: Add const qualifier to packet allocation functionGuillaume Nault