summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-05pppoe: fixed race conditionDmitry Kozlov
2016-03-05shaper: fix filter spec for police to support both ipv4 and ipv6Dmitry Kozlov
2016-03-04ppp_auth: fixed possible use after freeDmitry Kozlov
2016-01-03Update packet.cliguojiang
radius server error packet may be coredump.
2016-01-03radius: implemented handling of Framed-Route attributeDmitry Kozlov
Framed-Route has following syntax: Framed-Route=address[/mask] [gateway] If gateway is not specified then route would be attached to session interface.
2016-01-03iputils: improved iproute_add and iproute_del functionsDmitry Kozlov
2015-12-25accel-dp: formed skeletonDmitry Kozlov
2015-12-25accel-dpdk: added conf_file.cDmitry Kozlov
2015-12-25pppd_compat: change mode of radattr files to 0644Dmitry Kozlov
2015-12-25pptp,ipoe: fixed recursion bugDmitry Kozlov
2015-12-25ppp_auth: fixed broken noauth modeDmitry Kozlov
2015-12-04preparation for DPDK intergation (part 5)Dmitry Kozlov
2015-12-04pppoe: implemented per net discovery socketDmitry Kozlov
2015-12-04preparation for DPDK intergation (part 4)Dmitry Kozlov
2015-12-04implemented module for accel-dpdk daemon interfacingDmitry Kozlov
2015-12-04preparation for DPDK intergation (part 3)Dmitry Kozlov
2015-12-04added skeleton of accel-dpdk daemonDmitry Kozlov
2015-12-04preparation for DPDK intergation (part 2)Dmitry Kozlov
2015-12-04preparation for DPDK intergationDmitry Kozlov
2015-12-04ipoe: fixed call ipoe_lua_make_vlan_name after merging vlanmonDmitry Kozlov
2015-12-04Merge branch 'vlanmon'Dmitry Kozlov
2015-12-04change version in CMakeLists.txt1.10.01.10Dmitry Kozlov
2015-12-041.10.0 releaseDmitry Kozlov
* ipoe: fixed mask calculation from ipaddr radius attribute * ipoe: fixed authentication with chap-secrets * ipoe: set Calling-Station-Id to client mac address for UP sessions * ipoe: introduced idle-timeout and session-timeout options * ipoe: for option password implemented special value csid * ipoe: change l4-redirect-ipset/l4-redirect-table by CoA * ipoe: don't block lua script if it raises error * ipoe: implemented soft session termination * ipoe: implemneted passing DHCP Option 82 to Radius as two separated attributes * ipoe: changed behavior of agent-remote-id option * ipoe: introduced option check-mac-change * ipoe: disabled udp checksum validation * ipoe: introduced 'calling-sid' option * ipoe: send client IP address in Framed-IP-Address for UP sessions * ipoe: implemented username=ifname for UP sessions * ipoe: use single socket for arp processing * ipoe: implemented dhcp option 58 * ipoe: for vlan name pattern implemented %P argument - VID of parent interface * ipoe: implemented ability to use lua to make vlan name * ipoe: show sessions: intoduced new field ipoe-type to display type of session (up or dhcp) * ipoe: implemented interface renaming by NAS-Port-Id * pppoe: use single discovery socket * pppoe: check for tag length in print_packet function (fixes sigsegv) * ppp: fixed send double ConfAck when LCP is started * ppp: fix mtu/mru set if not negotiated on any end plus cleanup * ppp: set mtu and mru after unit creation * ppp: create ppp units after authentication * ppp: set unit index from NAS_Port attribute if present * cli: show sesisons: introduced rx-bytes,rx-pkts,tx-bytes,tx-pkts fields * cli: show sesisons: introduced rx-bytes-raw,tx-bytes-raw fields * session: implemented idle and timeout timers * radius: override session's idle and timeout timers values by Idle-Timeout and Session-Timeout attributes * shaper: fixed parsing ecn/noecn for fq_codel * replace mktemp with mkstemp * properly handle Cisco-AVPair * consider only rx interface counter for idle timeout calculation * net-snmp: export interface counters in the sessionTable
2015-12-04ipoe: set session interface name to parent interface name if shared=0Dmitry Kozlov
2015-12-04ipoe: do not show ipoe-type for non ipoe sessionsDmitry Kozlov
2015-12-02net-snmp: export interface counters in the sessionTableDmitry Kozlov
2015-12-02ipoe: show sessions: intoduced new field ipoe-type to display type of ↵Dmitry Kozlov
session (up or dhcp)
2015-12-01ipoe: implemented ability to use lua to make vlan nameDmitry Kozlov
[ipoe] vlan-name=lua:make_vlan_name lua function accepts three arguments: parent interface name, parent vlan number and vlan number caused vlan creation sample lua function: function make_vlan_name(ifname, svid, cvid) print('make_vlan_name: '..ifname..','..svid..','..cvid) return ifname..'.'..cvid end
2015-12-01ipoe: fixed reload interfaces renamed by NAS-Port-IdDmitry Kozlov
2015-11-30cli: show sesisons: introduced rx-bytes-raw,tx-bytes-raw fieldsDmitry Kozlov
2015-11-30Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/codeDmitry Kozlov
2015-11-30cli: show sesisons: introduced rx-bytes,rx-pkts,tx-bytes,tx-pkts fieldsDmitry Kozlov
2015-11-30pppd_compat: fixed usage of mkstamp (fixed file descriptor leak)Dmitry Kozlov
2015-11-26ipoe: do not set session's interface name if shared=1Dmitry Kozlov
2015-11-25ipoe: use session's lease time instead of config one for session timeout timerDmitry Kozlov
2015-11-25ipoe: calculate renew time if not specifiedDmitry Kozlov
2015-11-24ipoe: fix endian in adding dhcp optionsDmitry Kozlov
2015-11-24Merge branch 'master' of /home/dima/Projects/accel-ppp into vlanmonDmitry Kozlov
2015-11-24pppoe: fix missing pthread_mutex_unlockDmitry Kozlov
2015-11-23libnetlink: genl: fix length of CTRL_ATTR_FAMILY_ID attributeDmitry Kozlov
2015-11-23ppp: do not send double ConfAck when LCP is startedDmitry Kozlov
2015-11-23pppoe: improved lockingDmitry Kozlov
2015-11-21pppoe: use single discovery socketDmitry Kozlov
2015-11-21pppoe: implemented vlan monitorDmitry Kozlov
2015-11-21vlan_mon module fixesDmitry Kozlov
2015-11-21move parse_vlan_mon function to vlan-mon moduleDmitry Kozlov
2015-11-21split ipoe driver to ipoe and vlan_monDmitry Kozlov
introduced new module "vlan-mon"
2015-11-20consider only rx interface counter for idle timeout calculationDmitry Kozlov
2015-11-20ipoe: implemented interface renaming by NAS-Port-IdDmitry Kozlov
2015-11-20replace mktemp with mkstempDmitry Kozlov