summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-28ipoe: add ipset support for l4 redirectKozlov Dmitry
2013-08-28Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeKozlov Dmitry
2013-08-28ipoe: fix driver compilation for newer kernelsKozlov Dmitry
2013-08-28ipoe: fix driver compilation for newer kernelsKozlov Dmitry
2013-08-27shaper: fixed possible race during changing time rangeKozlov Dmitry
2013-08-22shaper: fixed reading 'rate-multiplier'Kozlov Dmitry
2013-08-22ipoe: implemented offer delayingDmitry Kozlov
2013-08-22log: add timestamp for debug fileDmitry Kozlov
2013-08-22libnetlink: move error messages to debug levelDmitry Kozlov
2013-08-15shaper: implemented 'rate-multiplier' option to bring values to kilobits if r...Dmitry Kozlov
2013-08-15radius: implemented sending Account-Request with Acct-Status-Type=Accounting-...Dmitry Kozlov
2013-08-15triton: do not call context close if it is marked as need free (f.e. context ...Dmitry Kozlov
2013-08-14radius: don't assign address if Framed-IP-Address=255.255.255.254Kozlov Dmitry
2013-08-06fixed compiling log_pgsqlDmitry Kozlov
2013-07-31ipoe: use router option from upper dhcp replyDmitry Kozlov
2013-07-26ipoe: turn off kernel-mode proxy-arp on interfaces if proxy-arp=1|2Kozlov Dmitry
2013-07-26Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeKozlov Dmitry
2013-07-26ipoe: fixed route deletion (pass proper proto)Kozlov Dmitry
2013-07-24triton: Fix race upon terminationGuillaume Nault
2013-07-24ppp: Use link local IPv6 prefix by default during IPv6CPGuillaume Nault
2013-07-24l2tp: Add the ppp-max-mtu optionGuillaume Nault
2013-07-24ipoe: add missing EV_SES_AUTHORIZED event firingDmitry Kozlov
2013-07-19ipoe: add missing EV_CTRL_FINISHED event firingDmitry Kozlov
2013-07-18l2tp: use asprintf() to set sessions channel namesGuillaume Nault
2013-07-18memdbg: Implement asprintf()Guillaume Nault
2013-07-18memdbg: Accept short strings in md_strndup()Guillaume Nault
2013-07-18memdbg: Handle memory allocation failures in strdup()Guillaume Nault
2013-07-18memdbg: improve md_realloc() compliance with plain realloc()Guillaume Nault
2013-07-18memdbg: Allow NULL pointer as argument to freeGuillaume Nault
2013-07-18memdbg: Handle memory allocation failuresGuillaume Nault
2013-07-05auth_chap: fixed incorrect check for received buffer sizeDmitry Kozlov
2013-06-30mempool: set/check magic only if MEMDEBUG definedDmitry Kozlov
2013-06-30Revert "mempool: set/check magic only if MEMDEBUG defined"Dmitry Kozlov
2013-06-30mempool: set/check magic only if MEMDEBUG definedDmitry Kozlov
2013-06-29session: Remove unused call to time()Guillaume Nault
2013-06-29l2tp: Close tunnel's PPPoL2TP socketGuillaume Nault
2013-06-29l2tp: Unset ephemeral ports by defaultGuillaume Nault
2013-06-29pppoe: Fix mppe option sectionGuillaume Nault
2013-06-29connlimit: Initialise connlimit key (MAC)Guillaume Nault
2013-06-26ipoe: send arp reply only for authorized sessionsKozlov Dmitry
2013-06-23ipoe: fixed detection of opt82 change (v2)Dmitry Kozlov
2013-06-23ipoe: fixed detection of opt82 changeDmitry Kozlov
2013-06-22ipoe: arp: fixed missing mutex unlockDmitry Kozlov
2013-06-22ipoe: add missing arp.cDmitry Kozlov
2013-06-22ipoe: introduced proxy-arp optionDmitry Kozlov
2013-06-21remove unnecessary read interface statistics during session terminationDmitry Kozlov
2013-06-14connlimit: Fix size of memcpy() for MAC addressGuillaume Nault
2013-06-13ipoe: introduced 'proto' option that will be used for inserted routesDmitry Kozlov
2013-06-11ipoe: fixed mask calculation for gw-ip-addressDmitry Kozlov
2013-06-11fixed 'restart' commnd (stops all sessions, then do restart)Kozlov Dmitry