Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2012-06-05 | ppp: implemented unit cache | Kozlov 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-06-04 | Revert "implemented delayed fd close (speeds up session termination process)" | Kozlov Dmitry | |
Low interface creation/deletion rate is kernel issue and should be fixed in 3.5. This reverts commit 9ae4a0151805229face3385e6c966de90c7fec29. | |||
2012-05-28 | implemented delayed fd close (speeds up session termination process) | Kozlov Dmitry | |
2012-05-14 | pppd_compat: use EV_PPP_PRE_FINISHED event to start ip-down script (fixes ↵ | Kozlov Dmitry | |
unexpected radattr file removal) | |||
2012-03-15 | Revert "ppp: move ip address release to proper place" | Kozlov Dmitry | |
This reverts commit d77729c3d6d4e646e0eb629a81faca90d61eea0c. | |||
2012-03-14 | ppp: move ip address release to proper place | Kozlov Dmitry | |
2012-01-13 | set FD_CLOEXEC on opened file descriptors | Kozlov Dmitry | |
2011-12-27 | radius, ippool: implemented Framed-Pool attribute | Kozlov Dmitry | |
2011-09-10 | ppp: don't start ccp after ipcp was started | Kozlov Dmitry | |
2011-09-03 | implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL ↵ | Kozlov Dmitry | |
(default OPENSSL) | |||
2011-08-29 | fix incorrect ppp_terminate calls | Kozlov Dmitry | |
2011-08-29 | ipv6_dhcp: add routes to delegated prefixes | Kozlov Dmitry | |
2011-08-26 | ppp: fix optional layers startup issue | Kozlov Dmitry | |
2011-08-24 | ppp: reworked layer startup procedure | Kozlov Dmitry | |
ppp: make IPCP and IPV6CP optional depends on configuration | |||
2011-08-23 | ppp: rearranged interface startup procedure | Kozlov Dmitry | |
2011-08-23 | ppp: Neighbor Discovery for IP version 6 (prefix only) | Kozlov Dmitry | |
2011-08-20 | Merge branch 'ipv6' | Dmitry Kozlov | |
2011-08-20 | ppp: initial IPV6CP support | Dmitry Kozlov | |
2011-08-19 | snmp support | Kozlov Dmitry | |
2011-05-30 | rewrited initialization procedure (fix gcc-4.6 builds) | Kozlov Dmitry | |
2011-04-20 | ppp: introduced new option 'single-session' to control single session per user | Kozlov Dmitry | |
2011-01-17 | memory usage optimization | Dmitry Kozlov | |
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |