Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-29 | ipoe: assign point-to-point addresses to non-shared physical interface ↵ | Dmitry Kozlov | |
(prevents route cleaning by interface renaming) | |||
2016-11-28 | ipoe: swtich netlink context to default net | Dmitry Kozlov | |
2016-11-28 | ipoe: fixed typo (incorrect assignment) | Dmitry Kozlov | |
2016-11-28 | ipoe: bug fix | Dmitry Kozlov | |
2016-11-13 | Bugfix for sending service name tags | root | |
2016-11-13 | Add possibility to specify multiple service names, add option ↵ | root | |
accept-any-service to provide backward compatibility with old accel-ppp | |||
2016-11-12 | ipoe: add support for peer-to-peer client interfaces | Michael Furmur | |
2016-11-12 | l2tp: fix l2tp_ctx_switch() | Guillaume Nault | |
There are three different triton contexts that use l2tp_ctx_switch() as their ->before_switch callback (main UDP server, L2TP control and L2TP data). In UDP server and L2TP control contexts, l2tp_ctx_switch() is called with 'arg' == NULL. Only L2TP data contexts pass an ap_session pointer. So we have to check 'arg' before setting 'net' or accel-ppp would segfaults. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2016-07-19 | ipoe: switch session net | Dmitry Kozlov | |
2016-07-11 | implemented support for network namespace | Dmitry Kozlov | |
This is done using radius attribute NAS-Port-Id. The new format of this attribute is NAS-Port-Id=[ns/][name]. Namespaces must be created malually by "ip netns add ..." command | |||
2016-06-08 | ipoe: fixed incorrect arp reply (reply for request which started session) | Dmitry Kozlov | |
2016-06-08 | ipoe: fixed incorrect initialization of interface's hwaddr in internal structure | Dmitry Kozlov | |
2016-06-02 | set INSTALL_RPATH for ipoe and pppoe | Dmitry Kozlov | |
2016-05-11 | iprange: don't warn about empty iprange config if no modules depend on it | Guillaume Nault | |
Move warning messages to PPTP and L2TP modules. No other module actually uses iprange, so it's perfectly valid to disable it, or at least to not configure any range, when PPTP and L2TP aren't used. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2016-04-17 | preparation for DPDK intergation (part 7) | Dmitry Kozlov | |
2016-04-15 | preparation for DPDK intergation (part 6) | Dmitry Kozlov | |
2016-04-12 | ipoe: generate EUI-64 interface identifier for ipv6 addresses | 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 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |
2016-04-10 | pppoe: do not negotiate LCP MRU option if it is larger than 1492 | Dmitry Kozlov | |
2016-04-07 | link pppoe and ipoe with vlan-mon library | Dmitry Kozlov | |
2016-04-05 | ipoe: continue to reply to dhcp requests on active sessions when "shutdown ↵ | Dmitry Kozlov | |
soft" is active | |||
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 | ipoe: remove stale backup.c | 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-04-02 | ipoe: ignore start=auto for shared=1 interfaces | Dmitry Kozlov | |
2016-03-31 | pppoe: disc.c: add missing initialization of context's before_switch function | Dmitry Kozlov | |
2016-03-31 | pppoe: fix typo | Dmitry Kozlov | |
2016-03-29 | ipoe: populate existing vlan interfaces by vlan info when vlan monitor event ↵ | Dmitry Kozlov | |
occurs | |||
2016-03-29 | pppoe: add missing stopping of discovery on vlan timeout | Dmitry Kozlov | |
2016-03-29 | ipoe: do not cleanup shared=1 interfaces | Dmitry Kozlov | |
2016-03-19 | ipoe: bug fix | Dmitry Kozlov | |
2016-03-19 | ipoe: send arp reply for sessions started by arp request | Dmitry Kozlov | |
2016-03-19 | ipoe: bug fix | Dmitry Kozlov | |
2016-03-19 | ipoe: log interface renaming | Dmitry Kozlov | |
2016-03-18 | ipoe: implemented starting UP session by arp request | Dmitry Kozlov | |
2016-03-18 | ipoe: call ap_session_set_ifindex to correct interface counters | Dmitry Kozlov | |
2016-03-18 | ipoe: translate UP session to dhcp session when dhcp request received (for ↵ | Dmitry Kozlov | |
shared=0 interfaces) | |||
2016-03-18 | ipoe: implemented new option "start=auto" | Dmitry Kozlov | |
If start=auto is specified then accel-pppd automatically starts session with username = interface name on shared=0 interfaces. Use it with conjuction vlan_mon. So any packet may start session. | |||
2016-03-18 | ipoe: remove interfaces started by vlan_mon if they do not match config (on ↵ | Dmitry Kozlov | |
reload) | |||
2016-03-18 | ipoe: do not start second session on shared=0 interfaces | Dmitry Kozlov | |
2016-03-18 | ipoe: restored local-net function | Dmitry Kozlov | |
local-net is used to filter incomming packets which may start UP session | |||
2016-03-18 | make termination caused by SIGTERM soft | Dmitry Kozlov | |
2016-03-18 | pppoe: fixed vlan creation by vlan-mon | Dmitry Kozlov | |
2016-03-17 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov | |
2016-03-17 | vlan_mon,ipoe,pppoe: implemented detection of vlan existance | Dmitry Kozlov | |