summaryrefslogtreecommitdiff
path: root/accel-pppd
AgeCommit message (Expand)Author
2014-06-17log_file: fixed early message freeDmitry Kozlov
2014-06-16log_pgsql: update calls to new triton interfaceDmitry Kozlov
2014-06-16shaper: apply rate multiplier to integer valuesDmitry Kozlov
2014-06-03Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-06-03get out of SPINLOCK_INITIALIZER as it is not cross-platform compatibleDmitry Kozlov
2014-06-03make IPv4 address to string conversions endian friendlyDmitry Kozlov
2014-05-28ipoe: dhcp: fixed incorrect parsing empty optionsDmitry Kozlov
2014-05-26ipoe: introduced "ip-unnumbered" optionDmitry Kozlov
2014-05-26ipoe: send NAK after number of unreplied REQUESTsDmitry Kozlov
2014-05-20ipoe: set initial session interface name to parent interface name (for loggin...Dmitry Kozlov
2014-05-20log_file: restore write message timestampsDmitry Kozlov
2014-05-20triton: fix possible raceDmitry Kozlov
2014-05-20ipoe: add messages to know parent interface when creating vlan or virtual int...Dmitry Kozlov
2014-05-18triton: fix possible raceDmitry Kozlov
2014-05-18ipoe: use ifindex as connlimit key for non-shared interfacesDmitry Kozlov
2014-05-182-way interface renamingDmitry Kozlov
2014-05-18Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-05-18log_file: rewrited file write procedureDmitry Kozlov
2014-05-18log: append data to previous chunkDmitry Kozlov
2014-05-18improved single-session=replace handlingDmitry Kozlov
2014-05-15triton: close file descriptors immediately in triton_unregister_handlerDmitry Kozlov
2014-05-13radius: introduced weight and backup per-server optionsDmitry Kozlov
2014-05-12ippool: introduced shuffle optionDmitry Kozlov
2014-05-12radius: use NAS-Port-Id in Access-Accept for interface renamingDmitry Kozlov
2014-05-12radius: add support for Nas-Port-Id attribute (interface name)Dmitry Kozlov
2014-05-12pppoe: introduced called-sid option.Dmitry Kozlov
2014-05-12radius: close socket after receiving accounting replyDmitry Kozlov
2014-05-12radius: release auth request immediatly after get responceDmitry Kozlov
2014-05-12triton: improved epoll events handlingDmitry Kozlov
2014-04-30net-snmp: add missing memdebug.h includeDmitry Kozlov
2014-04-30net-snmp: fiexed improper handling of empty username when requesting session ...Dmitry Kozlov
2014-04-29ipoe: limit only DHCPDISCOVER by connlimitDmitry Kozlov
2014-04-29ipoe: add support for connlimit moduleDmitry Kozlov
2014-04-29ipoe: implemented per-interface username optionDmitry Kozlov
2014-04-29net-snmp: unshare file descriptors namespaceGuillaume Nault
2014-04-29Revert "net-snmp: run snmp in "special" thread"Guillaume Nault
2014-04-24ppp: ipv6: check that ipv6 was not closed in NDDmitry Kozlov
2014-04-14Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2014-04-14pppd compat: don't try to rename radattr files if RADIUS isn't usedGuillaume Nault
2014-04-11ipoe: early allocate interface for shared vlans (prevents different values of...Dmitry Kozlov
2014-04-11ipoe:lua: update thread-specific value when updating L (fixes segfault)Dmitry Kozlov
2014-04-11net-snmp: run snmp in "special" threadDmitry Kozlov
2014-04-11l2tp: don't disconnect immediately when receiving StopCCNGuillaume Nault
2014-04-11l2tp: improve configuration of retransmission optionsGuillaume Nault
2014-04-11l2tp: implement exponential backoff (retransmit)Guillaume Nault
2014-04-11l2tp: allow CDN reception with no Session IDGuillaume Nault
2014-04-11l2tp: configure receive window in accel-ppp.confGuillaume Nault
2014-04-11l2tp: implement local receive windowGuillaume Nault
2014-04-11l2tp: rework error handling in l2tp_tunnel_allocGuillaume Nault
2014-04-11l2tp: don't initiate new sessions when sending window is fullGuillaume Nault