index
:
ipset
master
region_lock
ipset tree
kadlec@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipset: add forceadd kernel support for hash set types
Josh Hunt
2014-03-04
2
-2
/
+8
*
kernel: uapi: fix MARKMASK attr ABI breakage
Florian Westphal
2014-02-14
1
-2
/
+2
*
Prepare the kernel for create option flags when no extension is needed
Jozsef Kadlecsik
2014-02-13
2
-0
/
+8
*
add markmask for hash:ip,mark data type
Vytas Dauksa
2014-01-23
1
-0
/
+2
*
add hash:ip,mark data type to ipset
Vytas Dauksa
2014-01-08
2
-4
/
+7
*
ipset: remove unused code
Stephen Hemminger
2014-01-07
1
-1
/
+0
*
net ipset: use rbtree postorder iteration instead of opencoding
Cody P Schafer
2013-11-13
1
-1
/
+2
*
net->user_ns is available starting from 3.8, add compatibility checking
Jozsef Kadlecsik
2013-10-27
1
-0
/
+1
*
Avoid clashing with configured kernel in [CONFIG_]IP_SET_MAX
Jozsef Kadlecsik
2013-10-08
1
-0
/
+8
*
Compatibility code is modified not to rely on kernel version numbers
Jozsef Kadlecsik
2013-10-02
1
-11
/
+27
*
Use netlink callback dump args only
Jozsef Kadlecsik
2013-10-02
1
-0
/
+10
*
ipset: Add net namespace for ipset
Vitaly Lavrov
2013-09-28
1
-7
/
+9
*
Use a common function at listing the extensions of the elements
Jozsef Kadlecsik
2013-09-25
1
-0
/
+21
*
ipset: Support comments in the userspace library.
Oliver Smith
2013-09-23
1
-0
/
+3
*
netfilter: ipset: Support comments for ipset entries in the core.
Oliver Smith
2013-09-23
3
-8
/
+104
*
Kconfig: ipset needs NETFILTER_NETLINK
Jozsef Kadlecsik
2013-09-17
1
-0
/
+5
*
Support extensions which need a per data destroy function
Jozsef Kadlecsik
2013-09-09
1
-5
/
+17
*
Generalize extensions support
Jozsef Kadlecsik
2013-09-07
1
-0
/
+13
*
Move extension data to set structure
Jozsef Kadlecsik
2013-09-07
2
-11
/
+22
*
Rename extension offset ids to extension ids
Jozsef Kadlecsik
2013-09-06
1
-8
/
+8
*
Prepare ipset to support multiple networks for hash types
Jozsef Kadlecsik
2013-09-04
1
-0
/
+2
*
Introduce new operation to get both setname and family
Jozsef Kadlecsik
2013-09-04
1
-0
/
+8
*
Consistent userspace testing with nomatch flag
Jozsef Kadlecsik
2013-07-22
1
-2
/
+4
*
Backport nla_put_net64
Jozsef Kadlecsik
2013-05-09
1
-0
/
+10
*
Use fix sized type for timeout in the extension part
Jozsef Kadlecsik
2013-05-02
1
-1
/
+1
*
Make sure kernel configured properly for sparse checkings
Jozsef Kadlecsik
2013-05-01
1
-0
/
+6
*
Rename simple macro names to avoid namespace issues.
Jozsef Kadlecsik
2013-05-01
1
-0
/
+3
*
set match: add support to match the counters
Jozsef Kadlecsik
2013-04-09
3
-6
/
+43
*
Introduce the counter extension in the core
Jozsef Kadlecsik
2013-04-09
2
-4
/
+76
*
Unified hash type generation
Jozsef Kadlecsik
2013-04-09
1
-1241
/
+0
*
Unified bitmap type generation
Jozsef Kadlecsik
2013-04-09
1
-0
/
+6
*
Introduce extensions to elements in the core
Jozsef Kadlecsik
2013-04-09
2
-87
/
+61
*
Move often used IPv6 address masking function to header file
Jozsef Kadlecsik
2013-04-09
1
-0
/
+9
*
Make possible to test elements marked with nomatch, from userspace
Jozsef Kadlecsik
2013-04-09
1
-0
/
+8
*
Add a compatibility header file for easier maintenance
Jozsef Kadlecsik
2013-04-09
3
-30
/
+83
*
The uapi include split in the package itself
Jozsef Kadlecsik
2013-04-09
9
-268
/
+292
*
hash:*net*: nomatch flag not excluded on set resize
Jozsef Kadlecsik
2013-04-09
1
-7
/
+23
*
netfilter: ipset: timeout values corrupted on set resize
Josh Hunt
2013-02-21
1
-1
/
+3
*
Restore the support of kernel versions between 2.6.32 and 2.6.35
Jozsef Kadlecsik
2012-11-05
2
-0
/
+8
*
Rewrite cidr book keeping to handle /0
Jozsef Kadlecsik
2012-09-22
1
-49
/
+55
*
Revert patch "Fix cidr book keeping for hash:*net* types"
Jozsef Kadlecsik
2012-09-22
1
-55
/
+49
*
Support to match elements marked with "nomatch" in hash:*net* sets
Jozsef Kadlecsik
2012-09-21
1
-0
/
+4
*
Coding style fixes
Jozsef Kadlecsik
2012-09-11
2
-3
/
+4
*
Include supported revisions in module description
Jozsef Kadlecsik
2012-09-11
1
-0
/
+6
*
Fix cidr book keeping for hash:*net* types
Jozsef Kadlecsik
2012-09-10
1
-49
/
+55
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-09-08
1
-4
/
+4
*
Use MSEC_PER_SEC instead of harcoded value
Jozsef Kadlecsik
2012-05-15
1
-2
/
+2
*
Backport nla_put_net* functions as NLA_PUT* were removed
Jozsef Kadlecsik
2012-05-10
1
-0
/
+22
*
ipset: Stop using NLA_PUT*().
David S. Miller
2012-05-10
2
-29
/
+38
*
Fix hash size checking in kernel
Jozsef Kadlecsik
2012-05-06
1
-0
/
+16
[next]