summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp/ppp_ipcp.c
AgeCommit message (Collapse)Author
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-03-11radius: add support for MS-Primary-DNS-Server/MS-Secondary-DNS-Server attributesKozlov Dmitry
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-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-16ppp: improved CCP/IPCP handlingKozlov Dmitry
2011-05-30rewrited initialization procedure (fix gcc-4.6 builds)Kozlov Dmitry
2011-05-16ppp: better handling for lost last acknowledge packetKozlov Dmitry
2011-05-16ppp: discard packets with invalid id before passing it to fsmKozlov Dmitry
ppp: default fsm timeout increased to 3 sec. ppp: accept LCP TermReq/TermAck packets in terminating phase
2011-04-28various ppp and mppe improvementsKozlov Dmitry
2011-01-17memory usage optimizationDmitry Kozlov
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov