diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2012-09-21 21:21:29 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2012-09-21 21:21:29 +0200 |
commit | 74a3033ab9cd5235409ac38a45014951eccb02f0 (patch) | |
tree | 0210efc9be52ede92c8bd0a29f20b28d14c31596 /kernel/ChangeLog | |
parent | 3a3794573386d0cb2930a9daad5615036c06f4e2 (diff) | |
download | ipset-74a3033ab9cd5235409ac38a45014951eccb02f0.tar.gz |
ipset 6.14 releasedv6.14
Diffstat (limited to 'kernel/ChangeLog')
-rw-r--r-- | kernel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel/ChangeLog b/kernel/ChangeLog index d27f816..7d016eb 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,14 @@ +6.14 + - Support to match elements marked with "nomatch" in hash:*net* sets + - Coding style fixes + - Include supported revisions in module description + - Add /0 network support to hash:net,iface type + - Fix cidr book keeping for hash:*net* types + - Check and reject crazy /0 input parameters + - Backport ether_addr_equal + - Coding style fix, backport from kernel + - net: cleanup unsigned to unsigned int (Eric Dumazet) + 6.13 - ipset: Handle properly an IPSET_CMD_NONE (Tomasz Bursztyka) - netfilter: ipset: hash:net,iface: fix interface comparison (Florian |