summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_hash_netport.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-02netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik1-12/+7
2021-08-04netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik1-1/+10
2020-10-31netfilter: ipset: Expose the initval hash parameter to userspaceJozsef Kadlecsik1-1/+2
2020-10-31netfilter: ipset: Add bucketsize parameter to all hash typesJozsef Kadlecsik1-2/+4
2019-10-07netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden1-12/+12
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-6/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-10Update my email addressJozsef Kadlecsik1-2/+2
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 diff...Jozsef 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, ip...Jozsef 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...Jozsef Kadlecsik1-21/+48