Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |