Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-13 | pppoe, pptp: fix socket type for checking | Vladislav Grishenko | |
2014-09-13 | ppp: update channel MRU as pppd does | Vladislav Grishenko | |
2014-09-13 | ppp: improve LCP magic number negotiation | Vladislav Grishenko | |
2014-09-13 | shaper: implemented fq_codel leaf qdisc | Dmitry Kozlov | |
Parameters are same as for tc: [shaper] leaf-qdisc=fq_codel [ limit PACKETS ] [flows NUMBER ] [ target TIME ] [ interval TIME ] [ quantum BYTES ] [ [no]ecn ] | |||
2014-09-09 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |
2014-09-09 | pppoe: improved AC-Cookie mechanism | Dmitry Kozlov | |
2014-09-09 | updated procedure to check double sessions | Dmitry Kozlov | |
drop existing sessions immediately and continue rather than wait full session termination | |||
2014-09-09 | ppp: fsm: do not reinitialize restart counter after Configure-Ack (fixes ↵ | Dmitry Kozlov | |
some infinite configure loops) | |||
2014-09-09 | triton: fixed race condition | Dmitry Kozlov | |
2014-09-04 | ipoe: send option 82 from DHCP request to radius | Dmitry Kozlov | |
To enable this specify attr-opt82 option in [ipoe] section. Attribute must be octet type. | |||
2014-08-26 | ipoe: introduced attr-dhcp-lease-time option to specify radius attribute to ↵ | Dmitry Kozlov | |
pass dhcp lease time (attribute must be integer) | |||
2014-08-26 | ipoe: implemneted proxy-arp=3 mode (always reply by interface mac address) | Dmitry Kozlov | |
2014-08-26 | ppp: make LCP magic number negotiation not mandatory | Dmitry Kozlov | |
2014-08-25 | ipoe: add route to interface in mode "start=up,shared=0" | Dmitry Kozlov | |
2014-08-25 | radius: delete timeout timer if request sending fails (fixes double server ↵ | Dmitry Kozlov | |
release) | |||
2014-08-04 | radius: terminate session if read interfaces statistics fails | Dmitry Kozlov | |
2014-08-01 | radius: close socket after receiving accounting response | Dmitry Kozlov | |
2014-07-24 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |
2014-07-24 | radius: exit from active interim request when termination event occures | 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-07-18 | ipv6: add support for prefixes greater than 64 | Dmitry Kozlov | |
2014-07-17 | radius: check for reply id is equal request id in interim requests | Dmitry Kozlov | |
2014-07-17 | ipoe: fixed passing packets in 'redirect on reject' mode | Dmitry Kozlov | |
2014-07-17 | improved 'single session' mechanism | Dmitry Kozlov | |
2014-07-11 | terminate session if interface rename fails | Dmitry Kozlov | |
2014-07-11 | radius: fixed handling socket errors during interim updates | Dmitry Kozlov | |
2014-07-11 | auth: do not decrement id on retransmit | Dmitry Kozlov | |
2014-07-09 | ppp: auth: answer "Success" to retrasmitted messages if auth layer is ↵ | Dmitry Kozlov | |
already started | |||
2014-07-09 | ipv6_nd: retry to start ND later if bind failed | Dmitry Kozlov | |
There is some issue on binding raw ICMPv6 socket immediately after assigning address on 3.14 (and probably later) kernel. This causes ipv6_nd to fail to start. This patch makes ipv6_nd to try to bind later if bind fails. | |||
2014-06-27 | ipoe: improved vlan monitor | Dmitry Kozlov | |
Previous version used linear list of vlan monitor enabled interfaces, this caused huge overhead in packet receive path because for each received packet it performed search on linear list to check if vlan monitor is enabled on input device. Current version binds internal structure to net_device->ml_priv so search is not performed more. | |||
2014-06-27 | log_file: block all signals in log thread | Dmitry Kozlov | |
With unblocked signals log thread may catch SIGCHLD which causes zombie process. | |||
2014-06-17 | radius: introduced attr-tunnel-type option | Dmitry Kozlov | |
If specified then accel-ppp will send tunnel type as string (pppoe,pptp,l2tp,ipoe). | |||
2014-06-17 | auth_mschap,radius: fixed improper passing MS-CHAP-Error, Reply-Message to ↵ | Dmitry Kozlov | |
auth modules Passed strings was not nullterminated | |||
2014-06-17 | log_file: fixed early message free | Dmitry Kozlov | |
2014-06-16 | log_pgsql: update calls to new triton interface | Dmitry Kozlov | |
2014-06-16 | shaper: apply rate multiplier to integer values | Dmitry Kozlov | |
2014-06-03 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |
2014-06-03 | get out of SPINLOCK_INITIALIZER as it is not cross-platform compatible | Dmitry Kozlov | |
2014-06-03 | make IPv4 address to string conversions endian friendly | Dmitry Kozlov | |
2014-05-28 | ipoe: dhcp: fixed incorrect parsing empty options | Dmitry Kozlov | |
2014-05-26 | ipoe: introduced "ip-unnumbered" option | Dmitry Kozlov | |
Before this time accel-ppp always worked in "ip unnumbered" mode. This option may turn this mode off (default is on) | |||
2014-05-26 | ipoe: send NAK after number of unreplied REQUESTs | Dmitry Kozlov | |
After introduction offer-delay accel-ppp stopped to answer NAK for REQUESTs if requested session is not existing to give chance other servers to reply. But this causes that some broken clients enter to infinite REQUEST loop. This patch corrects this issue, so if offer-delay is not configured (means that this is only server in the net) or after receiving few REQUESTs accel-ppp send NAK for non-existing sessions. | |||
2014-05-20 | ipoe: set initial session interface name to parent interface name (for ↵ | Dmitry Kozlov | |
logging purpose) | |||
2014-05-20 | log_file: restore write message timestamps | Dmitry Kozlov | |
2014-05-20 | triton: fix possible race | Dmitry Kozlov | |
2014-05-20 | ipoe: add messages to know parent interface when creating vlan or virtual ↵ | Dmitry Kozlov | |
interface | |||
2014-05-18 | triton: fix possible race | Dmitry Kozlov | |
2014-05-18 | ipoe: use ifindex as connlimit key for non-shared interfaces | 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-18 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |