summaryrefslogtreecommitdiffstats
path: root/kernel/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-02-03 13:40:23 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-02-03 13:40:23 +0100
commitd6ee5bb4e5346b84efa33858091ba4add2b26de2 (patch)
tree33393efd16497674fdb5786dd71d502a7f0af4e6 /kernel/ChangeLog
parent8d3ea3476cec69b31423e34bc5b7576198c37668 (diff)
ipset 6.0 releasedv6.0
Diffstat (limited to 'kernel/ChangeLog')
-rw-r--r--kernel/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 8a5b307..086fe43 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,29 @@
+6.0
+ - Reorganized kernel/ subdir
+ - netfilter: ipset: fix linking with CONFIG_IPV6=n (Patrick McHardy)
+ - netfilter: ipset: send error message manually
+ - netfilter: ipset: add missing break statemtns in
+ ip_set_get_ip_port() (Patrick McHardy)
+ - netfilter: ipset: add missing include to xt_set.h (Patrick McHardy)
+ - netfilter: ipset: remove unnecessary includes (Patrick McHardy)
+ - netfilter: ipset: use nla_parse_nested() (Patrick McHardy)
+ - Separate ipset errnos completely from system ones and bump protocol
+ version
+ - Use better error codes in xt_set.c
+ - Fix sparse warning about shadowed definition
+ - bitmap:ip type: flavour specific adt functions (Patrick McHardy's review)
+ - bitmap:port type: flavour specific adt functions (Patrick McHardy's
+ review)
+ - Move the type specifici attribute validation to the core
+ (suggested by Patrick McHardy)
+ - Use vzalloc() instead of __vmalloc() (Eric Dumazet, Patrick McHardy)
+ - Use meaningful error messages in xt_set.c (Patrick McHardy's review)
+ - Constified attribute cannot be written (Patrick McHardy's review)
+ - Send (N)ACK at dumping only when NLM_F_ACK is set
+ (Patrick McHardy's review)
+ - Correct the error codes: use ENOENT and EMSGSIZE (Patrick McHardy's
+ review)
+
5.4
- Fixed broken ICMP and ICMPv6 handling
- Fix trailing whitespaces and pr_* messages