Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# to the project are encouraged to add their names here.
# Please keep the list sorted by first names.

wujiaming <pukong.wjm@taobao.com>
chenziang <yanfei.cza@taobao.com>
chenjiajun <mofan.cjj@taobao.com>
Bin Yang <lingming.yb@alibaba-inc.com>
Jiaming Wu <pukong.wjm@alibaba-inc.com>
Jian Chen <xioawangzi@gmail.com>
Jiajun Chen <mofan.cjj@alibaba-inc.com>
Wensong Zhang <zhengming@alibaba-inc.com>
Ziang Chen <yanfei.cza@alibaba-inc.com>
24 changes: 24 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
LVS_v2 [2012-09-25]
kernel-ipvs
* Feature: support GRO;
* Featrue: FULLNAT support IPV6;
* Change: HOOK on pre-routing;
* Change: packets to client by L2 forwarding;
* Change: delete rate statistic modules;
* Bugfix: toa insert fails when packets out of order;
* Bugfix: tcp seq error in icmp packet;
* Bugfix: port translation error when synproxy on;
* Bugfix: tcp checksum error when vport and dport different;
tools-keepalived
* Feature: add/delete vip automatically;

LVS_v1 [2012-06-18]
kernel-ipvs
* Feature: FULLNAT,a new packet forwarding method;
* Feature: SYNPROXY,defense mechanism against synflooding attack;
* Feature: defense mechanism against other-tcp-flag flooding attack;
tools-keepalived
* Feature: support FULLNAT and SYNPROXY;
* Change: select replaced by epoll;
tools-ipvsadm
* Feature: support FULLNAT and SYNPROXY;
Loading