Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-14 | ipoe: fix compiling module for ubuntu kernels | Dmitry Kozlov | |
2015-02-27 | ipoe: driver: wrap vla_add_vid by rtnl_lock/rtnl_unlock | Dmitry Kozlov | |
2014-12-09 | 1.9.0 release1.9 | Dmitry Kozlov | |
* radius: major improvments * radius: use NAS-Port-Id in Access-Accept for interface renaming * radius: introduced "weight" and "backup" per-server options * radius: introduced "attr-tunnel-type" option * radius: introduced "max-fail" option * ipoe: introduced "ip-unnumbered" option * ipoe: improved vlan monitor * ipoe: introduced "attr-dhcp-lease-time" option * ipoe: send option 82 from DHCP request to radius * ipoe: fixed passing packets in 'redirect on reject' mode * ipoe: implemented handling relayed DHCP clients * ipoe: implemented "L4 redirect on reject" for DHCP sessions * ipoe: implemneted ability to send L4 redirect table/L4 redirect ipset via radius attributes * pppoe: introduced "called-sid" option * pppoe: improved AC-Cookie mechanism * ippool: introduced "shuffle" option * core: improved "single-session=replace" handling * shaper: apply rate multiplier to integer values * shaper: implemented fq_codel leaf qdisc * shaper: fixed passing quantum parameter to kernel * shaper: introduced "moderate-quantum" option * shaper: introduced "fwmark" option * ipv6: add support for prefixes greater than 64 * ppp: make LCP magic number negotiation not mandatory * ppp: implement address/control and protocol field compression * ppp: implemented delayed unit close via unit cache * pppd_compat: pass IPV6_PREFIX and IPV6_DELEGATED_PREFIX to ip-up/ip-down scripts * cli: introduced verbose option | |||
2014-12-09 | ipoe: support for kernels 3.16-3.18 | Dmitry Kozlov | |
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-10-10 | ipoe: driver: fixed forwarning pakets after kernel nat | Dmitry Kozlov | |
2014-10-09 | ipoe: driver: add rtnl locking to vlan monitor initialization | Dmitry Kozlov | |
2014-07-21 | ipoe: fixed removing ip from exclude list | Dmitry Kozlov | |
2014-07-17 | ipoe: fixed passing packets in 'redirect on reject' mode | Dmitry Kozlov | |
2014-07-09 | ipoe: add missing include | Dmitry Kozlov | |
2014-07-09 | ipoe: add support for 3.13 and later kernels | Dmitry Kozlov | |
2014-06-30 | ipoe: driver: fixed locking and rcu semantics | Dmitry Kozlov | |
2014-06-27 | ipoe: improved vlan monitor | Dmitry Kozlov | |
Previous version used linear list of vlan monitor enabled interfaces, this caused huge overhead in packet receive path because for each received packet it performed search on linear list to check if vlan monitor is enabled on input device. Current version binds internal structure to net_device->ml_priv so search is not performed more. | |||
2014-05-08 | 1.8.0 release | Dmitry Kozlov | |
* major l2tp rewrite * introduced ipoe (ipv4 only) module | |||
2014-04-21 | ipoe: rename __kfree_rcu to ipoe_kfree_rcu due to conflict with kernel's symbol | Dmitry Kozlov | |
2013-10-03 | ipoe: use ipoeX as interface name in any usage scenario | Dmitry Kozlov | |
Due to limitation to interface name (16 symbols) interfaces like eth1000.2000.ipoe10 does not fit to required limit. So the only way is to use short ipoeX naming scheme. Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-09-05 | ipoe: various bug fixes | Dmitry Kozlov | |
2013-09-04 | ipoe: fixed compilation on 3.10 kernel | Dmitry Kozlov | |
2013-09-01 | ipoe: implemented vlan monitor | Dmitry Kozlov | |
2013-08-31 | ipoe: fixed race during receiving relay reply | Dmitry Kozlov | |
2013-08-28 | ipoe: fix driver compilation for newer kernels | Kozlov Dmitry | |
2013-04-22 | ipoe: start dhcp socket on ipoe interfaces for unicast dhcp messages | Dmitry Kozlov | |
2013-04-19 | ipoe: fixed start=dhcpv4,shared=1 mode | Kozlov Dmitry | |
2013-04-19 | ipoe: accept packets only from specified interfaces | Kozlov Dmitry | |
2013-04-19 | ipoe: fix local-net handling | Kozlov Dmitry | |
2012-08-13 | Merge branch 'master' of ↵ | Kozlov Dmitry | |
ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp | |||
2012-08-13 | snapshot | Kozlov Dmitry | |
2012-08-11 | ipoe: fixed packet output path | Kozlov Dmitry | |
2012-08-10 | ipoe: set dev->tx_queue_len=100 | Kozlov Dmitry | |
2012-08-10 | ipoe: fixed packet receive path | Kozlov Dmitry | |
2012-07-15 | ipoe: better support for ip unnumbered | Kozlov Dmitry | |
2012-07-13 | ipoe: use netfilter pre routing hook to capture packets | Kozlov Dmitry | |
2012-07-13 | ipoe: shared nat support | Kozlov Dmitry | |
2012-07-12 | ipoe: per-interface static dhcp pool of addresses | Kozlov Dmitry | |
2012-07-11 | ipoe: fix transmit bytes calculation | Kozlov Dmitry | |
2012-07-11 | ipoe: implemented unit cache | Kozlov Dmitry | |
2012-07-11 | futher session backup implementation | Kozlov Dmitry | |
cli: introduced 'restart' command to restrat daemon | |||
2012-07-05 | ipoe: futher work | Kozlov Dmitry | |
2012-07-02 | ipoe: integrating accel-pppd and ipoe kernel module | Kozlov Dmitry | |
2012-06-29 | ipoe: implemented unclassified packet queue | Kozlov Dmitry | |
ipoe: send unclassified packet info to userspace via netlink | |||
2012-06-28 | ipoe: interface statistics | Kozlov Dmitry | |
2012-06-27 | ipoe: futher kernel module implementing | Kozlov Dmitry | |
2012-06-26 | ipoe: initial implementation of kernel module | Kozlov Dmitry | |