Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-12 | POC VPP control plane | Andrii Melnychenko | |
Added option for the PPPoE interface "vpp-cp". Allow to use modyfied VPP and create PPPoE sessions. ``` interface=vpptap0,vpp-cp=true ``` | |||
2015-12-04 | preparation for DPDK intergation (part 2) | Dmitry Kozlov | |
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-10-29 | ppp: replace ppp_chan_send by ppp_unit_send in ppp_ccp.c | François Cachereul | |
ppp compression is for now only handle on the bundle, thus should not use ppp_chan_send Signed-off-by: François Cachereul <f.cachereul@alphalink.fr> Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2012-07-11 | Merge commit 1c11bdd4467dcd7a2266994eda344b546f962aaa | Kozlov Dmitry | |
2012-07-06 | ppp: drop compressor settings on session initiation | Kozlov Dmitry | |
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2012-06-19 | ppp: drop compressor settings on session termination | Kozlov Dmitry | |
2012-04-21 | implemented per CTRL mppe config | Kozlov Dmitry | |
2012-02-10 | ppp: terminate session if mppe=require and client closes CCP | Kozlov Dmitry | |
2011-10-10 | ppp: options header sanity check | Kozlov Dmitry | |
2011-10-10 | Revert "ppp: options header sanity check" | Kozlov Dmitry | |
This reverts commit 2405fd6ba52618f07c0fa11d85c0f039653678bc. | |||
2011-10-06 | ppp: options header sanity check | Kozlov Dmitry | |
2011-09-10 | ppp: don't start ccp after ipcp was started | Kozlov Dmitry | |
2011-08-29 | ppp: ccp,ipcp,ipv6cp: set state of fsm to closed after layer was finished | 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-20 | Merge branch 'ipv6' | Dmitry Kozlov | |
2011-08-20 | ppp: initial IPV6CP support | Dmitry Kozlov | |
2011-08-16 | ppp:ccp: code cleanup | Kozlov Dmitry | |
2011-08-16 | ppp: improved CCP/IPCP handling | Kozlov Dmitry | |
2011-06-10 | ppp: implemented passive CCP | Kozlov Dmitry | |
2011-06-02 | ppp: terminate CCP if negotiation is not completed in max-failure tries | Kozlov Dmitry | |
2011-05-30 | rewrited initialization procedure (fix gcc-4.6 builds) | Kozlov Dmitry | |
2011-05-22 | ppp: fix connection problem when ccp was terminated | Dmitry Kozlov | |
2011-05-21 | ppp: fix connection problem when ccp was terminated | Dmitry Kozlov | |
2011-05-17 | ppp: delay IPCP acknowledge until CCP brings up | Dmitry Kozlov | |
2011-05-16 | ppp: better handling for lost last acknowledge packet | Kozlov Dmitry | |
2011-05-16 | ppp: discard packets with invalid id before passing it to fsm | Kozlov Dmitry | |
ppp: default fsm timeout increased to 3 sec. ppp: accept LCP TermReq/TermAck packets in terminating phase | |||
2011-04-28 | various ppp and mppe improvements | Kozlov Dmitry | |
2011-01-17 | memory usage optimization | Dmitry Kozlov | |
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |