summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl
AgeCommit message (Expand)Author
2014-10-20ipoe: handle dhcp requests in session context if existsDmitry Kozlov
2014-10-20Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-10-20pppoe: stop server if interface down detectedDmitry Kozlov
2014-10-17ipoe: initialize before_switch function for server contextsDmitry Kozlov
2014-10-08ipoe: fixed handling of mac address changeDmitry Kozlov
2014-09-20rewrite of authentication/accounting proceduresDmitry Kozlov
2014-09-13pppoe: start interfaces asynchronouslyDmitry Kozlov
2014-09-13pppoe: improved session id allocation procedure (optimizes memory usage)Dmitry Kozlov
2014-09-13pptp: use predefined named framing/bearer values, cosmeticsVladislav Grishenko
2014-09-13pptp: don't delay control connection msg on EINTRVladislav Grishenko
2014-09-13pppoe, pptp: fix socket type for checkingVladislav Grishenko
2014-09-09Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-09-09pppoe: improved AC-Cookie mechanismDmitry Kozlov
2014-09-04ipoe: send option 82 from DHCP request to radiusDmitry Kozlov
2014-08-26ipoe: introduced attr-dhcp-lease-time option to specify radius attribute to p...Dmitry Kozlov
2014-08-26ipoe: implemneted proxy-arp=3 mode (always reply by interface mac address)Dmitry Kozlov
2014-08-25ipoe: add route to interface in mode "start=up,shared=0"Dmitry Kozlov
2014-07-24Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-07-24radius: exit from active interim request when termination event occuresDmitry Kozlov
2014-07-21Add changeable case in caller-station/calling-station in pppoeDmitry Kozlov
2014-07-17ipoe: fixed passing packets in 'redirect on reject' modeDmitry Kozlov
2014-07-17improved 'single session' mechanismDmitry Kozlov
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