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
*
Use configure to detect compiler warning flags
Jozsef Kadlecsik
2010-12-18
5
-52
/
+262
*
The fix of incorrect comparison in check_allowed completed.
Jozsef Kadlecsik
2010-12-18
1
-22
/
+25
*
Try to solve PKG_CHECK_MODULES issue
Jozsef Kadlecsik
2010-12-18
1
-0
/
+1
*
Fix incorrect comparison in check_allowed
Jozsef Kadlecsik
2010-12-18
1
-1
/
+1
*
Fix Kbuild for me to delete backup files
Jozsef Kadlecsik
2010-12-17
1
-1
/
+1
*
Initialize ChangeLog for the new release
v5.0
Jozsef Kadlecsik
2010-12-17
1
-0
/
+3
*
Add tests to check hash:ip,port,net type
Jozsef Kadlecsik
2010-12-17
4
-5
/
+58
*
Match command prefixes
Jozsef Kadlecsik
2010-12-17
1
-1
/
+1
*
Add more test to check adding/deleting multiple entries.
Jozsef Kadlecsik
2010-12-17
8
-0
/
+46
*
Updated manpage to reflect wider input possibilities in the ipset tool.
Jozsef Kadlecsik
2010-12-17
1
-41
/
+45
*
Updated help texts for the hash:ip and list:set types.
Jozsef Kadlecsik
2010-12-17
2
-6
/
+7
*
Support adding/deleting multiple entries, userspace part.
Jozsef Kadlecsik
2010-12-17
4
-7
/
+34
*
Support adding/deleting multiple entries, kernel part.
Jozsef Kadlecsik
2010-12-17
4
-16
/
+261
*
Add ipset_parse_tcpudp_port function
Jozsef Kadlecsik
2010-12-17
2
-7
/
+30
*
Missing spaces in error strings fixed.
Jozsef Kadlecsik
2010-12-17
1
-4
/
+4
*
Use the 'full' flags of the types and check not allowed flags.
Jozsef Kadlecsik
2010-12-17
2
-14
/
+113
*
Remove unnecessary gfp_flags arguments
Jozsef Kadlecsik
2010-12-16
10
-70
/
+58
*
Add test to check multi-message listing and swapping.
Jozsef Kadlecsik
2010-12-16
2
-4
/
+11
*
Mistypeing in the hbucket() macro fixed.
Jozsef Kadlecsik
2010-12-16
1
-2
/
+6
*
Manpage cleanups, so it's more clear and straightforward.
Jozsef Kadlecsik
2010-12-15
2
-21
/
+21
*
Fix outdated messages in the tests
Jozsef Kadlecsik
2010-12-14
8
-89
/
+89
*
Document which elements cannot be stored in the different hash types.
Jozsef Kadlecsik
2010-12-14
2
-6
/
+15
*
Speed up testing a little bit
Jozsef Kadlecsik
2010-12-13
21
-65
/
+65
*
Convert last printks to pr_debug in ip_set_ahash.h
Jozsef Kadlecsik
2010-12-13
1
-4
/
+2
*
Remove remnants of slist from ip_set_ahash.h
Jozsef Kadlecsik
2010-12-13
1
-3
/
+2
*
Buffered commands are just ... buffered.
Jozsef Kadlecsik
2010-12-13
3
-129
/
+82
*
Fixing dangling empty line produced backward-incompatible exit codes, fixed.
Jozsef Kadlecsik
2010-12-13
1
-2
/
+2
*
Support case-insensitive ICMP and ICMPv6 type/code names.
Jozsef Kadlecsik
2010-12-10
3
-2
/
+4
*
Compiler flag compatibility fix with libmnl
Jozsef Kadlecsik
2010-12-10
1
-1
/
+1
*
Fix dangling empty line at error/warning messages emitted by ipset.
Jozsef Kadlecsik
2010-12-10
1
-3
/
+4
*
Add proper RCU protection to resizing
Jozsef Kadlecsik
2010-12-10
1
-18
/
+38
*
Convert hash types from chash to ahash.
Jozsef Kadlecsik
2010-12-10
7
-94
/
+1127
*
Strip off ip_set_ prefix from non-ipset specific header files.
Jozsef Kadlecsik
2010-12-08
9
-8
/
+8
*
Update ip_set_jhash.h
Jozsef Kadlecsik
2010-12-08
1
-33
/
+81
*
Create include/linux/netfilter/ipset/ directory
Jozsef Kadlecsik
2010-12-07
23
-70
/
+70
*
Complete Kconfig.ipset with hash:net,port type.
Jozsef Kadlecsik
2010-12-07
1
-8
/
+16
*
Remove include/net/pfxlen.h
Jozsef Kadlecsik
2010-12-07
12
-311
/
+305
*
Remove command MODIFY
Jozsef Kadlecsik
2010-12-07
3
-37
/
+35
*
Whitespace, checkpatch.pl cleanups.
Jozsef Kadlecsik
2010-12-07
20
-375
/
+376
*
The protocol extended with the command MODIFY.
Jozsef Kadlecsik
2010-11-05
3
-37
/
+41
*
Update README file
Jozsef Kadlecsik
2010-11-05
1
-6
/
+23
*
Manpage and help text fixes.
v5.0-pre10
Jozsef Kadlecsik
2010-11-02
2
-38
/
+110
*
Enforce handling IPv4 and IPv6 differently for hash:ip type.
Jozsef Kadlecsik
2010-10-30
1
-1
/
+1
*
Add parser function to handle IPv4 and IPv6 differently.
Jozsef Kadlecsik
2010-10-30
2
-0
/
+42
*
Resizing converted to run under read-locking of the set
Jozsef Kadlecsik
2010-10-30
7
-118
/
+157
*
Remove to support resizing from kernel context.
Jozsef Kadlecsik
2010-10-29
1
-8
/
+1
*
Fix gfp_flags at resizing
Jozsef Kadlecsik
2010-10-29
2
-3
/
+3
*
Test to list large hash sets added.
Jozsef Kadlecsik
2010-10-29
2
-0
/
+1065
*
Listing for hash types fixed
Jozsef Kadlecsik
2010-10-29
1
-2
/
+18
*
Kernel compile-time files are added to .gitignore
Jozsef Kadlecsik
2010-10-29
1
-0
/
+9
[next]