index
:
ipset
master
region_lock
ipset tree
kadlec@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistent userspace testing with nomatch flag
Jozsef Kadlecsik
2013-07-22
6
-12
/
+13
*
Report broken netlink messages in debug mode
Jozsef Kadlecsik
2013-07-19
1
-0
/
+13
*
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
4
-4
/
+152
*
ipset: Fix hyphen used as minus sign in manpage
Neutron Soutmun
2013-05-13
1
-1
/
+1
*
libipset.pc must be installed via 'make install'
Eric Leblond
2013-05-11
1
-0
/
+3
*
ipset 6.19 released
v6.19
Jozsef Kadlecsik
2013-05-09
3
-1
/
+59
*
Compatibility fixes to keep the support of kernels back to 2.6.32
Jozsef Kadlecsik
2013-05-09
2
-48
/
+48
*
Check at modules_install whether depmod ignores the extra subdir
Jozsef Kadlecsik
2013-05-09
1
-0
/
+18
*
Backport nla_put_net64
Jozsef Kadlecsik
2013-05-09
1
-0
/
+10
*
The utils are updated from their sources
Jozsef Kadlecsik
2013-05-07
5
-502
/
+1734
*
Support package fragments for IPv4 protos without ports
Anders K. Pedersen
2013-05-03
1
-1
/
+17
*
Manpage typing error correction (reported by Husnu Demir)
Jozsef Kadlecsik
2013-05-02
1
-2
/
+2
*
Update testsuite as the trailing space was eliminated at listings
Jozsef Kadlecsik
2013-05-02
86
-108
/
+108
*
Use fix sized type for timeout in the extension part
Jozsef Kadlecsik
2013-05-02
1
-1
/
+1
*
Add sparse checking support to userspace
Jozsef Kadlecsik
2013-05-02
5
-3
/
+26
*
Improve XML output: add element tag and root element (suggested by Lucas Hamie)
Jozsef Kadlecsik
2013-05-01
1
-33
/
+38
*
Make sure kernel configured properly for sparse checkings
Jozsef Kadlecsik
2013-05-01
1
-0
/
+6
*
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
14
-162
/
+169
*
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
*
Manpage updates
Jozsef Kadlecsik
2013-04-09
1
-52
/
+79
*
Add new testsuite entries to verify counters and the new type implementations
Jozsef Kadlecsik
2013-04-09
24
-8
/
+1156
*
Introduce the new set type revisions with counter support
Jozsef Kadlecsik
2013-04-09
11
-103
/
+1560
*
Support counters in the ipset library
Jozsef Kadlecsik
2013-04-09
10
-8
/
+128
*
set match: add support to match the counters
Jozsef Kadlecsik
2013-04-09
6
-9
/
+120
*
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
3
-4
/
+86
*
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
2
-1241
/
+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
2
-0
/
+271
*
Introduce extensions to elements in the core
Jozsef Kadlecsik
2013-04-09
4
-110
/
+86
*
Move often used IPv6 address masking function to header file
Jozsef Kadlecsik
2013-04-09
6
-45
/
+9
*
Make possible to test elements marked with nomatch, from userspace
Jozsef Kadlecsik
2013-04-09
5
-24
/
+40
*
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
6
-78
/
+101
*
The uapi include split in the package itself
Jozsef Kadlecsik
2013-04-09
15
-294
/
+338
*
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
5
-11
/
+99
*
list:set: update reference counter when last element pushed off
Jozsef Kadlecsik
2013-04-09
1
-3
/
+7
*
ipset 6.17 released
v6.17
Jozsef Kadlecsik
2013-02-21
4
-1
/
+22
*
The ipset_list tool is added
Jozsef Kadlecsik
2013-02-21
3
-0
/
+1096
*
The ipset_bash_completion tool is added
Jozsef Kadlecsik
2013-02-21
2
-0
/
+418
*
Interactive mode error after syntax error (reported by Mart Frauenlob)
Jozsef Kadlecsik
2013-02-21
1
-3
/
+8
[next]