summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp
AgeCommit message (Expand)Author
2018-11-27ppp: use random LCP (and NCP) identifiersGuillaume Nault
2018-11-27auth: remove .recv_conf_req from struct ppp_auth_handler_tGuillaume Nault
2018-11-27lcp: reject Authentication-Protocol option in Configure-Request packetsGuillaume Nault
2018-11-12ipcp: reject *-NBNS-Address if we have no value to proposeGuillaume Nault
2018-11-12ipcp: fix uninitialised memory access when negociating *-NBNS-AddressGuillaume Nault
2018-11-12ipcp: reject *-DNS-Address if we have no value to proposeGuillaume Nault
2018-11-12ipcp: fix uninitialised memory access when negociating *-DNS-AddressGuillaume Nault
2018-10-26ppp: make ppp_fsm.h self-containedGuillaume Nault
2018-10-26ppp: make ppp_auth.h self-containedGuillaume Nault
2018-10-26ppp: make ppp_lcp.h self-containedGuillaume Nault
2018-04-03ppp: move call connect_ppp_channel to appropriate place (when noauth=1)Dmitry Kozlov
2018-03-03ppp: fix use-after-free in ppp_auth_failed()Guillaume Nault
2018-01-31ppp: fix mtu/mru negotiation in preallocate/unit-cache modesVladislav Grishenko
2018-01-24ppp: fixed bug in ppp_terminateDmitry Kozlov
2017-12-28ipoe: check noauth option in [auth] section tooDmitry Kozlov
2017-10-09ppp: changed behaviour of lcp-echo-timeoutDmitry Kozlov
2017-10-09ppp_lcp: fixed missing braces (possible bug)Dmitry Kozlov
2017-08-08Merge branch 'master' of github.com:xebd/accel-pppDmitry Kozlov
2017-07-26fix: connection problem with clients having nomru optionrabhis
2016-07-14ppp: code simplificationDmitry Kozlov
2016-07-14ppp: fix bug when using unit cache with interfaces in another netnsFrançois Cachereul
2016-07-14Revert "ppp: futher improvement of distablish_ppp function"François Cachereul
2016-07-09ppp: ignore zero read on chan fdDmitry Kozlov
2016-07-04ppp: ignore zero read on unit fdDmitry Kozlov
2016-06-25ppp: introduced unit-preallocate optionDmitry Kozlov
2016-06-02ppp: remove obsolete filesGuillaume Nault
2016-05-14lcp: fix Protocol-Field-Compression settingGuillaume Nault
2016-04-17preparation for DPDK intergation (part 7)Dmitry Kozlov
2016-04-13ppp: removed mtu/mru size warningsDmitry Kozlov
2016-04-13ppp: increase input buffer sizeDmitry Kozlov
2016-04-11Revert "pppoe: do not negotiate LCP MRU option if it is larger than 1492"Dmitry Kozlov
2016-04-10pppoe: do not negotiate LCP MRU option if it is larger than 1492Dmitry Kozlov
2016-03-19ppp: futher improvement of distablish_ppp functionDmitry Kozlov
2016-03-19ppp: fix bug introduced by d392ccd024f9243bf5df8e242a5b0cb6a85876baDmitry Kozlov
2016-03-19ppp: fix bug introduced by "call ap_session_finished before actual interface ...Dmitry Kozlov
2016-03-18ppp: call ap_session_finished before actual interface destroingDmitry Kozlov
2016-03-04ppp_auth: fixed possible use after freeDmitry Kozlov
2015-12-25ppp_auth: fixed broken noauth modeDmitry Kozlov
2015-12-04preparation for DPDK intergation (part 5)Dmitry Kozlov
2015-12-04preparation for DPDK intergation (part 3)Dmitry Kozlov
2015-12-04preparation for DPDK intergation (part 2)Dmitry Kozlov
2015-11-23ppp: do not send double ConfAck when LCP is startedDmitry Kozlov
2015-11-18ipoe: do not send immediate Accounting Stop in soft terminate modeDmitry Kozlov
2015-03-05ppp: fix mtu/mru set if not negotiated on any end plus cleanupVladislav Grishenko
2015-02-27ppp: set interface's ifndex after unit creatingDmitry Kozlov
2015-02-22Small IPv6 fixes for PPPCesar Fazan
2015-02-20ppp: set unit_idx from NAS_Port attribute if presentFrançois Cachereul
2015-02-20ppp: create ppp units after authenticationFrançois Cachereul
2015-02-20ppp: set mtu and mru after unit creationFrançois Cachereul
2014-11-22remove trailing whitespacesDmitry Kozlov