Age | Commit message (Expand) | Author |
2014-05-18 | log: append data to previous chunk | Dmitry Kozlov |
2014-05-18 | improved single-session=replace handling | Dmitry Kozlov |
2014-05-15 | triton: close file descriptors immediately in triton_unregister_handler | Dmitry Kozlov |
2014-05-13 | radius: introduced weight and backup per-server options | Dmitry Kozlov |
2014-05-12 | ippool: introduced shuffle option | Dmitry Kozlov |
2014-05-12 | radius: use NAS-Port-Id in Access-Accept for interface renaming | Dmitry Kozlov |
2014-05-12 | radius: add support for Nas-Port-Id attribute (interface name) | Dmitry Kozlov |
2014-05-12 | pppoe: introduced called-sid option. | Dmitry Kozlov |
2014-05-12 | radius: close socket after receiving accounting reply | Dmitry Kozlov |
2014-05-12 | radius: release auth request immediatly after get responce | Dmitry Kozlov |
2014-05-12 | triton: improved epoll events handling | Dmitry Kozlov |
2014-05-08 | 1.8.0 release | Dmitry Kozlov |
2014-04-30 | net-snmp: add missing memdebug.h include | Dmitry Kozlov |
2014-04-30 | net-snmp: fiexed improper handling of empty username when requesting session ... | Dmitry Kozlov |
2014-04-29 | ipoe: limit only DHCPDISCOVER by connlimit | Dmitry Kozlov |
2014-04-29 | ipoe: add support for connlimit module | Dmitry Kozlov |
2014-04-29 | ipoe: implemented per-interface username option | Dmitry Kozlov |
2014-04-29 | net-snmp: unshare file descriptors namespace | Guillaume Nault |
2014-04-29 | Revert "net-snmp: run snmp in "special" thread" | Guillaume Nault |
2014-04-24 | ppp: ipv6: check that ipv6 was not closed in ND | Dmitry Kozlov |
2014-04-21 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov |
2014-04-21 | ipoe: rename __kfree_rcu to ipoe_kfree_rcu due to conflict with kernel's symbol | Dmitry Kozlov |
2014-04-14 | Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code | Dmitry Kozlov |
2014-04-14 | pppd compat: don't try to rename radattr files if RADIUS isn't used | Guillaume Nault |
2014-04-11 | ipoe: early allocate interface for shared vlans (prevents different values of... | Dmitry Kozlov |
2014-04-11 | ipoe:lua: update thread-specific value when updating L (fixes segfault) | Dmitry Kozlov |
2014-04-11 | net-snmp: run snmp in "special" thread | Dmitry Kozlov |
2014-04-11 | l2tp: don't disconnect immediately when receiving StopCCN | Guillaume Nault |
2014-04-11 | l2tp: improve configuration of retransmission options | Guillaume Nault |
2014-04-11 | l2tp: implement exponential backoff (retransmit) | Guillaume Nault |
2014-04-11 | l2tp: allow CDN reception with no Session ID | Guillaume Nault |
2014-04-11 | l2tp: configure receive window in accel-ppp.conf | Guillaume Nault |
2014-04-11 | l2tp: implement local receive window | Guillaume Nault |
2014-04-11 | l2tp: rework error handling in l2tp_tunnel_alloc | Guillaume Nault |
2014-04-11 | l2tp: don't initiate new sessions when sending window is full | Guillaume Nault |
2014-04-11 | l2tp: respect peer's receive window | Guillaume Nault |
2014-04-11 | l2tp: drop tunnel/session messages from send queue upon disconnection | Guillaume Nault |
2014-04-11 | l2tp: send ZLB messages automatically | Guillaume Nault |
2014-04-11 | l2tp: ignore l2tp_{tunnel, session}_send() return values | Guillaume Nault |
2014-04-11 | l2tp: separate send and retransmission queues | Guillaume Nault |
2014-04-11 | l2tp: use separate function for handling tunnel specific messages | Guillaume Nault |
2014-04-11 | l2tp: automatically delete tunnel if disconnection fails | Guillaume Nault |
2014-04-11 | l2tp: delete tunnel in l2tp_recv_StopCCN() | Guillaume Nault |
2014-04-11 | l2tp: allow tunnel deletion in main reception loop | Guillaume Nault |
2014-04-11 | l2tp: don't free tunnel immediately upon message handling errors | Guillaume Nault |
2014-04-11 | triton: implement list_first_entry() | Guillaume Nault |
2014-04-01 | l2tp: use random Tunnel IDs | Guillaume Nault |
2014-04-01 | l2tp: try generating Session IDs harder | Guillaume Nault |
2014-04-01 | l2tp: describe option "secret" in tunnel help command | Guillaume Nault |
2014-04-01 | l2tp: avoid useless cli_sendv() calls | Guillaume Nault |