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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use dev_net() instead of the direct access to ->nd_net
Jozsef Kadlecsik
2013-10-04
1
-2
/
+2
*
Compatibility code is modified not to rely on kernel version numbers
Jozsef Kadlecsik
2013-10-02
4
-28
/
+66
*
Use netlink callback dump args only
Jozsef Kadlecsik
2013-10-02
4
-54
/
+58
*
netfilter: ipset: Add hash:net,port,net module to kernel.
Oliver Smith
2013-09-30
3
-1
/
+598
*
ipset: Add net namespace for ipset
Vitaly Lavrov
2013-09-28
8
-141
/
+236
*
Use a common function at listing the extensions of the elements
Jozsef Kadlecsik
2013-09-25
4
-50
/
+12
*
For set:list types, replaced elements must be zeroed out
Jozsef Kadlecsik
2013-09-23
1
-1
/
+3
*
Fix hash resizing with comments
Jozsef Kadlecsik
2013-09-23
1
-5
/
+5
*
netfilter: ipset: Support comments in the list-type ipset.
Oliver Smith
2013-09-23
1
-6
/
+12
*
netfilter: ipset: Support comments in bitmap-type ipsets.
Oliver Smith
2013-09-23
4
-9
/
+17
*
netfilter: ipset: Support comments in hash-type ipsets.
Oliver Smith
2013-09-23
9
-13
/
+30
*
netfilter: ipset: Support comments for ipset entries in the core.
Oliver Smith
2013-09-23
1
-0
/
+14
*
netfilter: ipset: Add hash:net,net module to kernel.
Oliver Smith
2013-09-20
4
-9
/
+541
*
Kconfig: ipset needs NETFILTER_NETLINK
Jozsef Kadlecsik
2013-09-17
1
-1
/
+1
*
netfilter: ipset: Fix serious failure in CIDR tracking
Oliver Smith
2013-09-15
1
-10
/
+14
*
list:set: make sure all elements are checked by the gc
Jozsef Kadlecsik
2013-09-09
1
-2
/
+5
*
Support extensions which need a per data destroy function
Jozsef Kadlecsik
2013-09-09
3
-38
/
+90
*
Generalize extensions support
Jozsef Kadlecsik
2013-09-07
13
-749
/
+105
*
Move extension data to set structure
Jozsef Kadlecsik
2013-09-07
13
-278
/
+244
*
Rename extension offset ids to extension ids
Jozsef Kadlecsik
2013-09-06
6
-35
/
+35
*
Prepare ipset to support multiple networks for hash types
Jozsef Kadlecsik
2013-09-04
5
-44
/
+46
*
Introduce new operation to get both setname and family
Jozsef Kadlecsik
2013-09-04
1
-0
/
+17
*
Validate the set family and not the set type family at swapping.
Jozsef Kadlecsik
2013-08-14
1
-1
/
+1
*
Consistent userspace testing with nomatch flag
Jozsef Kadlecsik
2013-07-22
5
-10
/
+9
*
Skip really non-first fragments for IPv6 when getting port/protocol
Jozsef Kadlecsik
2013-05-31
1
-4
/
+2
*
ipset standalone package needs to ship em_ipset.c
Jozsef Kadlecsik
2013-05-31
3
-0
/
+148
*
Compatibility fixes to keep the support of kernels back to 2.6.32
Jozsef Kadlecsik
2013-05-09
2
-48
/
+48
*
Support package fragments for IPv4 protos without ports
Anders K. Pedersen
2013-05-03
1
-1
/
+17
*
Fix "may be used uninitialized" warnings
Jozsef Kadlecsik
2013-05-01
9
-12
/
+12
*
Rename simple macro names to avoid namespace issues.
Jozsef Kadlecsik
2013-05-01
13
-162
/
+166
*
Fix sparse warnings due to missing rcu annotations
Jozsef Kadlecsik
2013-04-30
1
-32
/
+55
*
Sparse warning about shadowed variable fixed
Jozsef Kadlecsik
2013-04-30
1
-1
/
+1
*
Don't call ip_nest_end needlessly in the error path
Jozsef Kadlecsik
2013-04-27
3
-3
/
+3
*
set match: add support to match the counters
Jozsef Kadlecsik
2013-04-09
3
-3
/
+77
*
The list:set type with counter support
Jozsef Kadlecsik
2013-04-09
1
-6
/
+67
*
The hash types with counter support
Jozsef Kadlecsik
2013-04-09
8
-19
/
+381
*
The bitmap types with counter support
Jozsef Kadlecsik
2013-04-09
4
-15
/
+186
*
Introduce the counter extension in the core
Jozsef Kadlecsik
2013-04-09
1
-0
/
+10
*
list:set type using the extension interface
Jozsef Kadlecsik
2013-04-09
1
-246
/
+301
*
Hash types using the unified code base
Jozsef Kadlecsik
2013-04-09
7
-1865
/
+610
*
Unified hash type generation
Jozsef Kadlecsik
2013-04-09
1
-0
/
+1039
*
Bitmap types using the unified code base
Jozsef Kadlecsik
2013-04-09
3
-954
/
+316
*
Unified bitmap type generation
Jozsef Kadlecsik
2013-04-09
1
-0
/
+265
*
Introduce extensions to elements in the core
Jozsef Kadlecsik
2013-04-09
2
-23
/
+25
*
Move often used IPv6 address masking function to header file
Jozsef Kadlecsik
2013-04-09
5
-45
/
+0
*
Make possible to test elements marked with nomatch, from userspace
Jozsef Kadlecsik
2013-04-09
4
-24
/
+32
*
netfilter ipset: Use ipv6_addr_equal() where appropriate.
YOSHIFUJI Hideaki
2013-04-09
7
-9
/
+9
*
Add a compatibility header file for easier maintenance
Jozsef Kadlecsik
2013-04-09
3
-48
/
+18
*
Reorder modules a little bit in Kbuild
Jozsef Kadlecsik
2013-04-09
1
-2
/
+2
*
hash:*net*: nomatch flag not excluded on set resize
Jozsef Kadlecsik
2013-04-09
4
-4
/
+76
[next]