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
*
Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'
Jozsef Kadlecsik
2014-08-05
1
-1
/
+3
*
net/netfilter/ipset: Resolve missing-field-initializer warnings
Mark Rustad
2014-08-05
6
-18
/
+18
*
netnet,netportnet: Fix value range support for IPv4
Sergey Popovich
2014-05-06
2
-8
/
+11
*
Removed invalid IPSET_ATTR_MARKMASK validation
Vytas Dauksa
2014-04-07
1
-1
/
+1
*
netfilter: ip_set: rename nfnl_dereference()/nfnl_set()
Patrick McHardy
2014-03-07
1
-23
/
+23
*
ipset: add forceadd kernel support for hash set types
Josh Hunt
2014-03-04
12
-10
/
+32
*
netfilter: ipset: move registration message to init from net_init
Ilia Mirkin
2014-02-16
1
-1
/
+1
*
add markmask for hash:ip,mark data type
Vytas Dauksa
2014-01-23
2
-0
/
+40
*
add hash:ip,mark data type to ipset
Vytas Dauksa
2014-01-08
3
-1
/
+322
*
ipset: remove unused code
Stephen Hemminger
2014-01-07
1
-28
/
+0
*
netfilter: ipset: Add hash: fix coccinelle warnings
Fengguang Wu
2013-12-27
1
-4
/
+4
*
Typo in ip_set_hash_netnet.c fixed
David Binderman
2013-12-03
1
-1
/
+1
*
net ipset: use rbtree postorder iteration instead of opencoding
Cody P Schafer
2013-11-13
1
-0
/
+9
*
ipset: Follow manual page behavior for SET target on list:set
Sergey Popovich
2013-11-11
1
-2
/
+2
*
netfilter: ipset: remove duplicate define
Michael Opdenacker
2013-10-27
1
-1
/
+0
*
net->user_ns is available starting from 3.8, add compatibility checking
Jozsef Kadlecsik
2013-10-27
1
-0
/
+4
*
Fix memory allocation for bitmap:port
Jozsef Kadlecsik
2013-10-18
1
-1
/
+1
*
Avoid clashing with configured kernel in [CONFIG_]IP_SET_MAX
Jozsef Kadlecsik
2013-10-08
1
-1
/
+1
*
The unnamed union initialization may lead to compilation error
Jozsef Kadlecsik
2013-10-08
2
-24
/
+20
*
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
[next]