Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-03 | pppoe: fixed PADO delaying function | Dmitry Kozlov | |
2017-04-18 | implemented session count limiting | Dmitry Kozlov | |
new config option: [common] max-sessions=N If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit. | |||
2017-04-18 | Revert "implemented session count limiting" | Dmitry Kozlov | |
This reverts commit e3fc927ee321ed6663d46357de0165340b792860. | |||
2017-04-18 | implemented session count limiting | Dmitry Kozlov | |
new config option: [common] max-sessions=N If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit. | |||
2016-04-17 | preparation for DPDK intergation (part 7) | Dmitry Kozlov | |
2016-04-15 | preparation for DPDK intergation (part 6) | Dmitry Kozlov | |
2016-04-11 | Revert "pppoe: do not negotiate LCP MRU option if it is larger than 1492" | Dmitry Kozlov | |
This reverts commit fc098b3062badfd802f91241533069cad4886b6f. | |||
2016-04-10 | pppoe: do not negotiate LCP MRU option if it is larger than 1492 | Dmitry Kozlov | |
2016-04-05 | improved logging: if session's interface is empty log ctrl's interface | Dmitry Kozlov | |
2016-04-05 | pppoe: add interface name to log messages | Dmitry Kozlov | |
2016-04-04 | pppoe: stop "vlan timeout" timer on new connection | Dmitry Kozlov | |
2016-04-04 | vlan_mon: make possible to work other module after message "vlan not started" | Dmitry Kozlov | |
2016-04-04 | ipoe,pppoe,vlan_mon: deleted conditions to simultaneous start ipoe and pppoe ↵ | Dmitry Kozlov | |
on same interfaces (started by vlan_mon) | |||
2016-04-04 | pppoe: add support for PPP-Max-Payload tag (RFC 4638) | Dmitry Kozlov | |
2016-03-31 | pppoe: fix typo | Dmitry Kozlov | |
2016-03-29 | pppoe: add missing stopping of discovery on vlan timeout | Dmitry Kozlov | |
2016-03-18 | pppoe: fixed vlan creation by vlan-mon | Dmitry Kozlov | |
2016-03-17 | vlan_mon,ipoe,pppoe: implemented detection of vlan existance | Dmitry Kozlov | |
2015-12-04 | pppoe: implemented per net discovery socket | Dmitry Kozlov | |
2015-12-04 | preparation for DPDK intergation (part 3) | Dmitry Kozlov | |
2015-12-04 | preparation for DPDK intergation (part 2) | Dmitry Kozlov | |
2015-12-04 | preparation for DPDK intergation | Dmitry Kozlov | |
2015-11-24 | Merge branch 'master' of /home/dima/Projects/accel-ppp into vlanmon | Dmitry Kozlov | |
2015-11-24 | pppoe: fix missing pthread_mutex_unlock | Dmitry Kozlov | |
2015-11-23 | pppoe: improved locking | Dmitry Kozlov | |
2015-11-21 | pppoe: use single discovery socket | Dmitry Kozlov | |
2015-11-21 | pppoe: implemented vlan monitor | Dmitry Kozlov | |
2015-06-16 | pppoe: do not send reply if Service-Name is empty | Dmitry Kozlov | |
2015-01-09 | pppoe: check for tag length in print_packet function (fixes sigsegv) | Dmitry Kozlov | |
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-10-20 | pppoe: stop server if interface down detected | Dmitry Kozlov | |
2014-09-20 | rewrite of authentication/accounting procedures | Dmitry Kozlov | |
This patch gets rid of synchronuos style of authentication/accounting. Synchronous style of authentication/accounting produced sleeping threads which becomes a problem when lots of sessions started/stopped and all they want authorization/accounting. | |||
2014-09-13 | pppoe: start interfaces asynchronously | Dmitry Kozlov | |
When there are many interfaces to start accel-ppp stucks on startup because kernel slowly creates raw sockets. So starting this proccess asynchronous improves accel-ppp responsiveness | |||
2014-09-13 | pppoe: improved session id allocation procedure (optimizes memory usage) | Dmitry Kozlov | |
2014-09-13 | pppoe, pptp: fix socket type for checking | Vladislav Grishenko | |
2014-09-09 | pppoe: improved AC-Cookie mechanism | Dmitry Kozlov | |
2014-07-21 | Add changeable case in caller-station/calling-station in pppoe | Dmitry Kozlov | |
Signed-off-by: Denys Fedoryshchenko <nuclearcat@nuclearcat.com> | |||
2014-05-12 | pppoe: introduced called-sid option. | Dmitry Kozlov | |
This new option will control how to represent Called-Station-ID. Its value maybe ifname,mac or ifname:mac. By default mac is used to keep compatibility with old versions. Also old option ifname-in-sid is removed from documentation, but is still supported for compatibility. | |||
2014-05-12 | triton: improved epoll events handling | Dmitry Kozlov | |
2014-01-17 | pppoe: check for tag format validity in PADR messages | Guillaume Nault | |
Avoid parsing inconsistent PPPoE tags when handling PADR. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-12-24 | ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false start ↵ | Vladislav Grishenko | |
warning if they're running already Signed-off-by: Vladislav Grishenko <themiron@mail.ru> | |||
2013-12-24 | Revert "ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false ↵ | Dmitry Kozlov | |
start warning if they're running already" This reverts commit c4ddc0fe1f402f84b1bb01b9568e2294569d0d15. | |||
2013-12-24 | ppp: don't unconditionaly load pppoe/pptp/l2tp modules, fixes false start ↵ | Vladislav Grishenko | |
warning if they're running already Signed-off-by: Vladislav Grishenko <themiron@mail.ru> | |||
2013-11-06 | pppoe: add statistics for filtered packets (mac-filter) | Dmitry Kozlov | |
Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-10-03 | Introduce per-ctrl 'ip-pool' option to be used as default IP pool name which ↵ | Dmitry Kozlov | |
may be overrided by radius Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-06-29 | pppoe: Fix mppe option section | Guillaume Nault | |
Read the 'mppe' option value in section 'pppoe' instead of 'l2tp'. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2013-01-24 | backport 1.7 | Kozlov Dmitry | |
* l2tp: Fix allocation checking when adding octets AVP * cli, tcp: Fix non-NULL terminated string reception * Fix va_end() missing calls * chap-secrets: implemented encryption * auth_pap: make messages like other auth modules * cli: check xmit_buf is not null at enter to write function * pppoe: implemented regular expression support * chap-secrets: implemented encryption * ippool: fixed initialization order * optional shaper compiling * ppp: dns/wins code cleanup | |||
2012-09-05 | Fix format string errors | Guillaume Nault | |
Fix several errors and compiler warnings in format string arguments. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-08-29 | fix various typos | Kozlov Dmitry | |
2012-08-29 | add 'ppp' filed to CTRL to identify ppp sessions | Kozlov Dmitry | |