aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_hash_netport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik1-9/+10
2017-09-26netfilter: ipset: Fix adding an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik1-1/+1
2016-11-10netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik1-5/+5
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik1-7/+12
2015-06-14netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik1-0/+1
2015-06-14netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik1-2/+2
2015-06-14netfilter: ipset: Make sure we always return line number on batchSergey Popovich1-6/+6
2015-06-14netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich1-14/+2
2015-05-13netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich1-1/+2
2015-05-13netfilter: ipset: Return bool values instead of intSergey Popovich1-4/+4
2015-05-13netfilter: ipset: Check IPSET_ATTR_PORT only onceSergey Popovich1-8/+2
2015-05-13netfilter: ipset: Return ipset error instead of boolSergey Popovich1-4/+10
2015-05-13netfilter: ipset: Preprocessor directices cleanupSergey Popovich1-3/+0
2014-09-15netfilter: ipset: Add skbinfo extension kernel support for the hash set types.Anton Danilov1-3/+13
2014-03-06netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt1-1/+2
2013-09-30netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith1-1/+3
2013-09-30netfilter: ipset: Generalize extensions supportJozsef Kadlecsik1-58/+2
2013-09-30netfilter: ipset: Move extension data to set structureJozsef Kadlecsik1-4/+4
2013-09-30netfilter: ipset: Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik1-2/+2
2013-09-30netfilter: ipset: Fix "may be used uninitialized" warningsJozsef Kadlecsik1-1/+1
2013-09-30netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik1-8/+8
2013-09-16netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik1-2/+2
2013-04-29netfilter: ipset: The hash types with counter supportJozsef Kadlecsik1-3/+48
2013-04-29netfilter: ipset: Hash types using the unified code baseJozsef Kadlecsik1-288/+100
2013-04-29netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik1-9/+0
2013-04-29netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik1-6/+8
2013-04-09netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik1-0/+18
2013-01-29netfilter ipset: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2012-09-22netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik1-5/+5
2012-09-22netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik1-5/+8
2012-09-21netfilter: ipset: Fix sparse warnings "incorrect type in assignment"Jozsef Kadlecsik1-6/+7
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2012-05-16netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik1-3/+7
2012-04-02ipset: Stop using NLA_PUT*().David S. Miller1-29/+32
2012-03-07netfilter: ipset: Exceptions support added to hash:*net* typesJozsef Kadlecsik1-35/+103
2012-03-07netfilter: ipset: use NFPROTO_ constantsJan Engelhardt1-6/+6
2011-07-21netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfacesJozsef Kadlecsik1-2/+4
2011-06-16netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik1-1/+1
2011-06-16netfilter: ipset: use the stored first cidr value instead of '1'Jozsef Kadlecsik1-2/+4
2011-06-16netfilter: ipset: add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik1-0/+2
2011-06-16netfilter: ipset: use unified from/to address masking and check the usageJozsef Kadlecsik1-2/+1
2011-06-16netfilter: ipset: support range for IPv4 at adding/deleting elements for hash:*net* typesJozsef Kadlecsik1-21/+48
2011-06-16netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik1-1/+2
2011-06-16netfilter: ipset: fix adding ranges to hash typesJozsef Kadlecsik1-2/+20
2011-06-16netfilter: ipset: options and flags support added to the kernel APIJozsef Kadlecsik1-8/+8
2011-06-16netfilter: ipset: timeout can be modified for already added elementsJozsef Kadlecsik1-6/+6
2011-04-13netfilter: ipset: SCTP, UDPLITE support addedJozsef Kadlecsik1-1/+1
2011-03-20netfilter: ipset: fix address ranges at hash:*port* typesJozsef Kadlecsik1-22/+8
2011-02-01netfilter: ipset: remove unnecessary includesPatrick McHardy1-3/+0
2011-02-01netfilter: ipset: hash:net,port set type supportJozsef Kadlecsik1-0/+581