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
...
*
SCTP, UDPLITE support added
Jozsef Kadlecsik
2011-03-18
15
-43
/
+74
*
Fix checking the revision of the set type at create command
Jozsef Kadlecsik
2011-03-18
1
-4
/
+16
*
Manpage was not installed
Jozsef Kadlecsik
2011-03-18
1
-0
/
+2
*
hash:ip,port* types with IPv4
Jozsef Kadlecsik
2011-03-18
5
-94
/
+48
*
netfilter:ipset: fix the compile warning in ip_set_create
Shan Wei
2011-03-04
1
-1
/
+1
*
ipset 6.0 released
v6.0
Jozsef Kadlecsik
2011-02-03
5
-14
/
+59
*
Print protocol version together with ipset version
Jozsef Kadlecsik
2011-02-03
1
-1
/
+2
*
Reorganized kernel/ subdir
Jozsef Kadlecsik
2011-02-03
22
-131
/
+1133
*
netfilter: ipset: fix linking with CONFIG_IPV6=n
Patrick McHardy
2011-02-03
2
-6
/
+19
*
netfilter: ipset: send error message manually
Jozsef Kadlecsik
2011-02-02
1
-7
/
+26
*
netfilter: ipset: add missing break statemtns in ip_set_get_ip_port()
Patrick McHardy
2011-02-02
1
-0
/
+2
*
netfilter: ipset: add missing include to xt_set.h
Patrick McHardy
2011-02-01
1
-0
/
+1
*
netfilter: ipset: remove unnecessary includes
Patrick McHardy
2011-02-01
9
-27
/
+0
*
netfilter: ipset: use nla_parse_nested()
Patrick McHardy
2011-02-01
1
-26
/
+16
*
Testsuite compatibility with debugging enabled
Jozsef Kadlecsik
2011-02-01
1
-1
/
+1
*
Allow "new" as a commad alias to "create"
Jozsef Kadlecsik
2011-02-01
1
-7
/
+7
*
ipset: improve command argument parsing
Holger Eitzenberger
2011-02-01
1
-22
/
+20
*
ipset: avoid the unnecessary argv[] loop
Holger Eitzenberger
2011-02-01
1
-50
/
+46
*
ipset: pass ipset_arg argument pointer
Holger Eitzenberger
2011-02-01
3
-16
/
+10
*
Separate ipset errnos completely from system ones and bump protocol version.
Jozsef Kadlecsik
2011-01-31
2
-7
/
+7
*
Use better error codes in xt_set.c
Jozsef Kadlecsik
2011-01-31
1
-12
/
+12
*
Fix sparse warning about shadowed definition
Jozsef Kadlecsik
2011-01-27
1
-1
/
+1
*
bitmap:ip type: flavour specific adt functions
Jozsef Kadlecsik
2011-01-27
1
-301
/
+168
*
bitmap:port type: flavour specific adt functions
Jozsef Kadlecsik
2011-01-27
1
-278
/
+159
*
Move the type specifici attribute validation to the core
Jozsef Kadlecsik
2011-01-27
13
-392
/
+254
*
Fix the spelling error fix :-)
Jozsef Kadlecsik
2011-01-26
1
-1
/
+1
*
Use vzalloc() instead of __vmalloc()
Jozsef Kadlecsik
2011-01-26
12
-24
/
+20
*
Use meaningful error messages in xt_set.c
Jozsef Kadlecsik
2011-01-26
1
-8
/
+12
*
Constified attribute cannot be written
Jozsef Kadlecsik
2011-01-26
2
-1
/
+13
*
Send (N)ACK at dumping only when NLM_F_ACK is set
Jozsef Kadlecsik
2011-01-26
2
-3
/
+5
*
Correct the error codes: use ENOENT and EMSGSIZE
Jozsef Kadlecsik
2011-01-26
7
-44
/
+72
*
Resolving IP addresses did not work at listing/saving sets, fixed.
Jozsef Kadlecsik
2011-01-26
1
-2
/
+2
*
ipset: fix spelling error
Holger Eitzenberger
2011-01-25
1
-2
/
+2
*
ipset: fix the Netlink sequence number
Holger Eitzenberger
2011-01-25
1
-1
/
+2
*
ipset: turn Set name[] into a const pointer
Holger Eitzenberger
2011-01-25
2
-9
/
+10
*
Check ICMP and ICMPv6 with the set match and target in the testsuite
Jozsef Kadlecsik
2011-01-24
2
-0
/
+44
*
Avoid possible syntax clashing at saving hostnames
Jozsef Kadlecsik
2011-01-24
1
-1
/
+2
*
ipset 5.4.1 released
v5.4.1
Jozsef Kadlecsik
2011-01-22
1
-1
/
+1
*
Add UPGRADE instructions
Jozsef Kadlecsik
2011-01-22
2
-1
/
+22
*
ipset 5.4 released
v5.4
Jozsef Kadlecsik
2011-01-21
2
-1
/
+24
*
Fixed broken ICMP and ICMPv6 handling
Jozsef Kadlecsik
2011-01-21
1
-6
/
+7
*
Fix trailing whitespaces and pr_* messages
Jozsef Kadlecsik
2011-01-21
12
-69
/
+67
*
Un-inline functions which are not small enough
Jozsef Kadlecsik
2011-01-20
12
-161
/
+42
*
Fix module loading at create/header commands
Jozsef Kadlecsik
2011-01-20
2
-50
/
+37
*
Fix wrong kzalloc flag in type_pf_expire
Jozsef Kadlecsik
2011-01-20
1
-1
/
+1
*
The get_ip*_port functions are too large to be inlined, moved into the core.
Jozsef Kadlecsik
2011-01-20
8
-138
/
+160
*
Add missing __GFP_HIGHMEM flag to __vmalloc
Jozsef Kadlecsik
2011-01-20
1
-1
/
+2
*
Enforce network-order data in the netlink protocol
Jozsef Kadlecsik
2011-01-20
12
-86
/
+214
*
Use annotated types and fix sparse warnings
Jozsef Kadlecsik
2011-01-20
15
-123
/
+114
*
Move ip_set_alloc, ip_set_free and ip_set_get_ipaddr* into core
Jozsef Kadlecsik
2011-01-20
2
-77
/
+88
[prev]
[next]