Hi,
Though it is a little bit late, it is just a minor reminding that ipvs
version 1.2.1 is in the kernel 2.6.10 released just before Christmas.
The changes from 1.2.0 to 1.2.1 is as follows:
ChangeSet@xxxxxxxxxxx, 2004-12-08 22:55:27-08:00, wensong@xxxxxxxxxxxx
[IPVS] add a sysctl variable to expire quiescent template
The patch is from Horms <horms@xxxxxxxxxxxx>
Signed-off-by: Horms <horms@xxxxxxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
ChangeSet@xxxxxxxxxxx, 2004-10-28 12:12:11-07:00, wensong@xxxxxxxxxxxx
[IPVS]: Update version to 1.2.1
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
ChangeSet@xxxxxxxxxxx, 2004-10-05 11:21:08-07:00, wensong@xxxxxxxxxxxx
[IPVS]: Fix endian problem on sync message size.
Here is the patch from Justin Ossevoort <justin@xxxxxxxxxxxxxx> to fix
endian problem on IPVS sync message size.
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
ChangeSet@xxxxxxxxxx, 2004-09-12 16:26:08-07:00, ja@xxxxxx
[IPVS]: Do not use skb_checksum_help(), create and use nf_reset_debug()
Appended is a 2nd version that uses nf_reset_debug.
- do not use skb_checksum_help in input path as ipvs can handle
incoming CHECKSUM_HW packets
- do not use skb_checksum_help in forwarding path
- claim that checksum is valid (CHECKSUM_NONE) when entering output
path for out->in packets
- do not reset/destroy the nfct in IP_VS_XMIT, the intention is to
reset the debugging field just to avoid log floods from nf_debug_ip_*
functions, it is known that the ipvs packets traverse other
hooks, eg. LOCAL_IN->LOCAL_OUT. Use nf_reset_debug instead of nf_reset.
Signed-off-by: Julian Anastasov <ja@xxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
ChangeSet@xxxxxxxxxxxx, 2004-09-07 13:47:50-07:00, wensong@xxxxxxxxxxxx
[IPVS] add the MAINTAINERS entry
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
ChangeSet@xxxxxxxxxxxx, 2004-09-07 13:43:52-07:00, wensong@xxxxxxxxxxxx
[IPVS] fixed to call nf_reset() to reset netfilter related fields
Recommended by Harald Welte <laforge@xxxxxxxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
ChangeSet@xxxxxxxxxxx, 2004-07-23 14:12:36-07:00, shemminger@xxxxxxxx
[IPVS]: Convert to module_param.
Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxx>
ChangeSet@xxxxxxxxxxxx, 2004-06-04 13:58:09-07:00, jmorris@xxxxxxxxxx
[IPVS]: IPVS needs checksum fixups.
Here's an additional patch for ipvs, which also mangles packets via
netfilter and was previously depending on the checksum helper in
nf_hook_slow().
Signed-of-by: James Morris <jmorris@xxxxxxxxxx>
Signed-of-by: David S. Miller <davem@xxxxxxxxxx>
ChangeSet@xxxxxxxxxxxx, 2004-03-24 13:54:40-08:00, wensong@xxxxxxxxxxxx
[IPVS]: Fix to hold the lock before updating a service
Brett E. <brettspamacct@xxxxxxxxxxxxx> noticed the missing service lock
for editing dest.
Julian Anastasov <ja@xxxxxx> provided the patch.
ChangeSet@xxxxxxxxxxxxx, 2004-03-22 18:38:15-08:00, ja@xxxxxx
[IPVS] Fix connection rehashing with new cport
ChangeSet@xxxxxxxxxxxx, 2004-03-16 11:55:27-08:00, ahaas@xxxxxxxxxxx
[IPVS]: Add C99 initializers to net/ipv4/ipvs/ip_vs_lblcr.c
ChangeSet@xxxxxxxxxxxx, 2004-03-16 11:54:39-08:00, ahaas@xxxxxxxxxxx
[IPVS]: Add C99 initializers to net/ipv4/ipvs/ip_vs_lblc.c
ChangeSet@xxxxxxxxxxxx, 2004-03-16 11:53:40-08:00, ahaas@xxxxxxxxxxx
[IPVS]: Add C99 initializers to ip_vs_ctl.c
ChangeSet@xxxxxxxxxxxx, 2004-03-10 14:32:13-08:00, tuncer.ayaz@xxxxxx
[IPVS]: Fix typo in Config.in
As always, bugreports, fixes, comments and suggestions are welcome.
Happy New Year!
Wensong
|