Age | Commit message (Expand) | Author |
2018-11-27 | ppp: use random LCP (and NCP) identifiers | Guillaume Nault |
2018-11-27 | auth: remove .recv_conf_req from struct ppp_auth_handler_t | Guillaume Nault |
2018-11-27 | lcp: reject Authentication-Protocol option in Configure-Request packets | Guillaume Nault |
2018-11-12 | ipcp: reject *-NBNS-Address if we have no value to propose | Guillaume Nault |
2018-11-12 | ipcp: fix uninitialised memory access when negociating *-NBNS-Address | Guillaume Nault |
2018-11-12 | ipcp: reject *-DNS-Address if we have no value to propose | Guillaume Nault |
2018-11-12 | ipcp: fix uninitialised memory access when negociating *-DNS-Address | Guillaume Nault |
2018-10-26 | ppp: make ppp_fsm.h self-contained | Guillaume Nault |
2018-10-26 | ppp: make ppp_auth.h self-contained | Guillaume Nault |
2018-10-26 | ppp: make ppp_lcp.h self-contained | Guillaume Nault |
2018-04-03 | ppp: move call connect_ppp_channel to appropriate place (when noauth=1) | Dmitry Kozlov |
2018-03-03 | ppp: fix use-after-free in ppp_auth_failed() | Guillaume Nault |
2018-01-31 | ppp: fix mtu/mru negotiation in preallocate/unit-cache modes | Vladislav Grishenko |
2018-01-24 | ppp: fixed bug in ppp_terminate | Dmitry Kozlov |
2017-12-28 | ipoe: check noauth option in [auth] section too | Dmitry Kozlov |
2017-10-09 | ppp: changed behaviour of lcp-echo-timeout | Dmitry Kozlov |
2017-10-09 | ppp_lcp: fixed missing braces (possible bug) | Dmitry Kozlov |
2017-08-08 | Merge branch 'master' of github.com:xebd/accel-ppp | Dmitry Kozlov |
2017-07-26 | fix: connection problem with clients having nomru option | rabhis |
2016-07-14 | ppp: code simplification | Dmitry Kozlov |
2016-07-14 | ppp: fix bug when using unit cache with interfaces in another netns | François Cachereul |
2016-07-14 | Revert "ppp: futher improvement of distablish_ppp function" | François Cachereul |
2016-07-09 | ppp: ignore zero read on chan fd | Dmitry Kozlov |
2016-07-04 | ppp: ignore zero read on unit fd | Dmitry Kozlov |
2016-06-25 | ppp: introduced unit-preallocate option | Dmitry Kozlov |
2016-06-02 | ppp: remove obsolete files | Guillaume Nault |
2016-05-14 | lcp: fix Protocol-Field-Compression setting | Guillaume Nault |
2016-04-17 | preparation for DPDK intergation (part 7) | Dmitry Kozlov |
2016-04-13 | ppp: removed mtu/mru size warnings | Dmitry Kozlov |
2016-04-13 | ppp: increase input buffer size | Dmitry Kozlov |
2016-04-11 | Revert "pppoe: do not negotiate LCP MRU option if it is larger than 1492" | Dmitry Kozlov |
2016-04-10 | pppoe: do not negotiate LCP MRU option if it is larger than 1492 | Dmitry Kozlov |
2016-03-19 | ppp: futher improvement of distablish_ppp function | Dmitry Kozlov |
2016-03-19 | ppp: fix bug introduced by d392ccd024f9243bf5df8e242a5b0cb6a85876ba | Dmitry Kozlov |
2016-03-19 | ppp: fix bug introduced by "call ap_session_finished before actual interface ... | Dmitry Kozlov |
2016-03-18 | ppp: call ap_session_finished before actual interface destroing | Dmitry Kozlov |
2016-03-04 | ppp_auth: fixed possible use after free | Dmitry Kozlov |
2015-12-25 | ppp_auth: fixed broken noauth mode | Dmitry Kozlov |
2015-12-04 | preparation for DPDK intergation (part 5) | 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-11-23 | ppp: do not send double ConfAck when LCP is started | Dmitry Kozlov |
2015-11-18 | ipoe: do not send immediate Accounting Stop in soft terminate mode | Dmitry Kozlov |
2015-03-05 | ppp: fix mtu/mru set if not negotiated on any end plus cleanup | Vladislav Grishenko |
2015-02-27 | ppp: set interface's ifndex after unit creating | Dmitry Kozlov |
2015-02-22 | Small IPv6 fixes for PPP | Cesar Fazan |
2015-02-20 | ppp: set unit_idx from NAS_Port attribute if present | François Cachereul |
2015-02-20 | ppp: create ppp units after authentication | François Cachereul |
2015-02-20 | ppp: set mtu and mru after unit creation | François Cachereul |
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov |