summaryrefslogtreecommitdiff
path: root/accel-pppd
AgeCommit message (Expand)Author
2017-10-13improved lua supportDmitry Kozlov
2017-10-13pppd_compat: fixed typoDmitry Kozlov
2017-10-12pppd-compat: implemented fork-limitDmitry Kozlov
2017-10-12triton: rewrited context sleeping implementationDmitry Kozlov
2017-10-11pppd_compat: various improvemmentsDmitry Kozlov
2017-10-09radius: split request queue to 2 subqueuesDmitry Kozlov
2017-10-09ppp: changed behaviour of lcp-echo-timeoutDmitry Kozlov
2017-10-09ipoe: more verbose netlink errorsDmitry Kozlov
2017-10-09ppp_lcp: fixed missing braces (possible bug)Dmitry Kozlov
2017-09-25cli: introduced ip6 and ip6-dp fields in "show sessions" commandDmitry Kozlov
2017-09-25ipoe: introduced interface option mtu=NDmitry Kozlov
2017-09-25libnetlink: added function iplink_set_mtuDmitry Kozlov
2017-08-21dhcpv6: check if prefix_len equals 0, if so do not start dhcpv6 for this sess...Dmitry Kozlov
2017-08-08Merge branch 'master' of github.com:xebd/accel-pppDmitry Kozlov
2017-08-08ipoe: add client ip (second ip) as route when nat=1 (make quagga happy)Dmitry Kozlov
2017-07-26fix: connection problem with clients having nomru optionrabhis
2017-07-13improved SIGSEGV handlerDmitry Kozlov
2017-07-04support for openssl-1.1Dmitry Kozlov
2017-05-08ipoe: implemented support for vendor specific attrbiutesDmitry Kozlov
2017-04-18implemented session count limitingDmitry Kozlov
2017-04-18Revert "implemented session count limiting"Dmitry Kozlov
2017-04-18implemented session count limitingDmitry Kozlov
2017-04-18Revert "implemented session count limiting"Dmitry Kozlov
2017-04-18shaper: fixed bug in class id allocation procedureDmitry Kozlov
2017-04-18implemented session count limitingDmitry Kozlov
2017-04-04ipoe: included lua bitop libraryDmitry Kozlov
2017-04-04ipoe: implemented ability to change ipset by CoADmitry Kozlov
2017-03-28Revert "ipoe: fix lua 5.3 support"Dmitry Kozlov
2017-03-27ipoe: fixed bug (unexpected session start in UP mode)Dmitry Kozlov
2017-03-27ipoe: fix lua 5.3 supportDmitry Kozlov
2017-03-27net-snmp: add definition for U64 (if not set)Dmitry Kozlov
2017-03-27ipoe: fixed prefix calculation from ipaddrDmitry Kozlov
2017-02-15ipoe: fixed conditions to turn on arp handlingDmitry Kozlov
2016-12-10ipoe: implemented support for freeradius dhcp attributesDmitry Kozlov
2016-12-10radius: extended support for freeradius dictionariesDmitry Kozlov
2016-12-09shaper: fixed conditions to install limiter (may install only up or only down...Dmitry Kozlov
2016-12-09ipoe: assign 2 ptp address to interface for sessions with natDmitry Kozlov
2016-12-08ipoe: fixed nat supportDmitry Kozlov
2016-12-07ipoe: lua: add "vlan" field to session objectDmitry Kozlov
2016-12-06ipoe,pppoe: do not check for vlan-mon module is loadedDmitry Kozlov
2016-11-29ipoe: apply offer-delay rules to arp initiated sessionsDmitry Kozlov
2016-11-29ipoe: do not start UP session by arp request immediately (wait for IP packet)Dmitry Kozlov
2016-11-29ipoe: assign point-to-point addresses to non-shared physical interface (preve...Dmitry Kozlov
2016-11-28ipoe: swtich netlink context to default netDmitry Kozlov
2016-11-28ipoe: fixed typo (incorrect assignment)Dmitry Kozlov
2016-11-28ipoe: bug fixDmitry Kozlov
2016-11-28vlan_mon: switch context to default netDmitry Kozlov
2016-11-13Bugfix for sending service name tagsroot
2016-11-13Add possibility to specify multiple service names, add option accept-any-serv...root
2016-11-12ipoe: add support for peer-to-peer client interfacesMichael Furmur