summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp
AgeCommit message (Expand)Author
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
2014-11-06release IP addresses before fire EV_SESSION_FINISHED (fixes segfault when usi...Dmitry Kozlov
2014-10-29ppp: replace ppp_chan_send by ppp_unit_send in ppp_ccp.cFrançois Cachereul
2014-10-29ppp: improve establish_ppp() exit on errorFrançois Cachereul
2014-10-29ppp: fix indent and remove unnecessary tabs and braces in ppp.cFrançois Cachereul
2014-10-29ppp: cleanning of ppp.hFrançois Cachereul
2014-10-23ppp: rename interface back when put it into unit cacheDmitry Kozlov
2014-10-22ppp: implemented delayed unit close via unit cacheDmitry Kozlov
2014-10-03get rid of time(), use clock_gettime(CLOCK_MONOTONIC) insteadDmitry Kozlov
2014-09-20rewrite of authentication/accounting proceduresDmitry Kozlov
2014-09-13ppp: implement address/control and protocol field compressionVladislav Grishenko
2014-09-13ppp: update channel MRU as pppd doesVladislav Grishenko
2014-09-13ppp: improve LCP magic number negotiationVladislav Grishenko
2014-09-09ppp: fsm: do not reinitialize restart counter after Configure-Ack (fixes some...Dmitry Kozlov
2014-08-26ppp: make LCP magic number negotiation not mandatoryDmitry Kozlov
2014-07-17improved 'single session' mechanismDmitry Kozlov
2014-05-18improved single-session=replace handlingDmitry Kozlov
2014-05-12triton: improved epoll events handlingDmitry Kozlov
2014-03-19ppp: fixed magic endiannessDmitry Kozlov
2013-07-24ppp: Use link local IPv6 prefix by default during IPv6CPGuillaume Nault
2013-07-24ipoe: add missing EV_SES_AUTHORIZED event firingDmitry Kozlov
2013-06-07ppp: handle LCP DiscardReqKozlov Dmitry
2013-01-25Proper logging of LCP Magic-NumbersAleksey Zhukov
2013-01-25Fix boolean options parsing in configuration fileGuillaume Nault
2013-01-25session: read final interface statistics on terminationKozlov Dmitry
2013-01-25Revert "session: read final interface statistics on termination"Kozlov Dmitry
2013-01-25session: read final interface statistics on terminationKozlov Dmitry
2013-01-25Revert "altered session finishing procedure"Kozlov Dmitry
2013-01-24altered session finishing procedureKozlov Dmitry
2013-01-24backport 1.7Kozlov Dmitry
2013-01-24generalize single-session checkingKozlov Dmitry
2013-01-24add missing filesKozlov Dmitry
2013-01-24merge upstreamKozlov Dmitry
2013-01-24move 'comp' field from struct ppp_t to struct ap_sessionroot
2012-09-05generalize interface statistics gatheringKozlov Dmitry
2012-09-05Fix format string errorsGuillaume Nault
2012-08-29fix various typosKozlov Dmitry
2012-08-29fix typo (successed -> succeeded)Kozlov Dmitry
2012-08-29add 'ppp' filed to CTRL to identify ppp sessionsKozlov Dmitry
2012-08-03ppp: don't drop connection when mppe=prefer and user rejects ccpKozlov Dmitry
2012-08-03fixed complilation for 3.4 kernelKozlov Dmitry