summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp/ppp_ipv6cp.c
AgeCommit message (Collapse)Author
2014-11-22remove trailing whitespacesDmitry Kozlov
2014-11-06release IP addresses before fire EV_SESSION_FINISHED (fixes segfault when ↵Dmitry Kozlov
using IPoE)
2012-06-19general preparation for IPoE integrationKozlov Dmitry
2012-06-05ppp: implemented unit cacheKozlov Dmitry
If enabled accel-pppd will not destroy interface immediately after corresponding session is terminated, instead interface will be brought down and placed to cache for later use for new sessions. It should reduce kernel interface creation/deletion rate lack and increase responsibility of daemon
2012-01-20fix syntaxis errorKozlov Dmitry
2011-10-10ppp: options header sanity checkKozlov Dmitry
2011-10-10Revert "ppp: options header sanity check"Kozlov Dmitry
This reverts commit 2405fd6ba52618f07c0fa11d85c0f039653678bc.
2011-10-06ppp: options header sanity checkKozlov Dmitry
2011-09-03ppp: ipcp: fixed bugKozlov Dmitry
2011-08-30ppp: cosmetical changesKozlov Dmitry
2011-08-29ppp: ccp,ipcp,ipv6cp: set state of fsm to closed after layer was finishedKozlov Dmitry
2011-08-29ipv6_dhcp: add routes to delegated prefixesKozlov Dmitry
2011-08-28ipv6: initial dhcpv6 supportKozlov Dmitry
2011-08-26ppp: fix optional layers startup issueKozlov Dmitry
2011-08-25ppp: ipcp/ipv6cp: add layer start timeout to prevent session hangupKozlov Dmitry
2011-08-24ppp: make ipcp/ipv6cp passive if ipv4/ipv6=denyKozlov Dmitry
2011-08-24ppp: reworked layer startup procedureKozlov Dmitry
ppp: make IPCP and IPV6CP optional depends on configuration
2011-08-22futher ipv6 workKozlov Dmitry