Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-04 | preparation for DPDK intergation (part 2) | Dmitry Kozlov | |
2015-11-20 | ipoe: implemented interface renaming by NAS-Port-Id | Dmitry Kozlov | |
2015-07-07 | fixed check for interface name length | Dmitry Kozlov | |
2015-02-22 | Small IPv6 fixes for PPP | Cesar Fazan | |
2014-12-01 | ipv6: if assigned prefix is <= 64 add it as address else add it as route | Dmitry Kozlov | |
2014-10-23 | ppp: rename interface back when put it into unit cache | 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-09 | updated procedure to check double sessions | Dmitry Kozlov | |
drop existing sessions immediately and continue rather than wait full session termination | |||
2014-07-18 | ipv6: add support for prefixes greater than 64 | Dmitry Kozlov | |
2014-07-11 | terminate session if interface rename fails | Dmitry Kozlov | |
2014-05-18 | 2-way interface renaming | Dmitry Kozlov | |
First try to rename interface immediately and if it fails then do second try later just before bring interface up. In case single-session=replace first try to rename interface may fail because first session may be active | |||
2014-05-12 | radius: use NAS-Port-Id in Access-Accept for interface renaming | Dmitry Kozlov | |
2013-04-22 | ipoe: start dhcp socket on ipoe interfaces for unicast dhcp messages | Dmitry Kozlov | |
2013-03-18 | ipoe: fixed username=ifname, shared=0 mode | Dmitry Kozlov | |
2012-08-29 | add 'ppp' filed to CTRL to identify ppp sessions | Kozlov Dmitry | |
2012-07-15 | ipoe: better support for ip unnumbered | Kozlov Dmitry | |
2012-07-11 | ipoe: implemented unit cache | Kozlov Dmitry | |
2012-07-10 | initial session backup implementation | Kozlov Dmitry | |
2012-07-05 | ipoe: futher work | Kozlov Dmitry | |
2012-06-22 | initial ipoe implementation | Kozlov Dmitry | |
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |