aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik1-0/+2
2024-01-31netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik1-9/+28
2023-11-14netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik1-7/+7
2023-09-20netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik1-2/+10
2023-08-22netfilter: ipset: refactor deprecated strncpyJustin Stitt1-5/+5
2023-06-26Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-2/+0
2023-06-26netfilter: ipset: remove rcu_read_lock_bh pair from ip_set_testFlorian Westphal1-2/+0
2023-06-07netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima1-0/+8
2023-01-02netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik1-3/+4
2022-09-07netfilter: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-05netlink: Bounds-check struct nlmsgerr creationKees Cook1-3/+5
2021-05-29netfilter: use nfnetlink_unicast()Pablo Neira Ayuso1-40/+10
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso1-0/+16
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso1-87/+62
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso1-14/+3
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2020-11-26netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet1-2/+1
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2020-10-31netfilter: ipset: Add bucketsize parameter to all hash typesJozsef Kadlecsik1-0/+2
2020-10-31netfilter: ipset: Support the -exist flag with the destroy commandJozsef Kadlecsik1-1/+3
2020-10-31netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio1-1/+2
2020-10-04netfilter: ipset: enable memory accounting for ipset allocationsVasily Averin1-16/+1
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-25netfilter: ipset: fix unaligned atomic accessRussell King1-0/+2
2020-04-06netfilter: ipset: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-02-22netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik1-10/+24
2020-01-29netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József1-20/+21
2020-01-08netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal1-1/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-16/+33
2019-11-04netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik1-13/+28
2019-11-04netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter1-3/+5
2019-10-07netfilter: ipset: make ip_set_put_flags extern.Jeremy Sowden1-0/+24
2019-10-07netfilter: ipset: move functions to ip_set_core.c.Jeremy Sowden1-0/+102
2019-10-07netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c.Jeremy Sowden1-1/+65
2019-10-07netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden1-10/+10
2019-07-29netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik1-1/+1
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-10Update my email addressJozsef Kadlecsik1-2/+2
2019-06-10netfilter: ipset: Fix the last missing check of nla_parse_deprecated()Jozsef Kadlecsik1-4/+6
2019-06-10netfilter: ipset: fix a missing check of nla_parseAditya Pakki1-3/+7
2019-06-10netfilter: ipset: merge uadd and udel functionsFlorent Fourcot1-51/+20
2019-06-10netfilter: ipset: remove useless memset() callsFlorent Fourcot1-2/+0
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-22/+14
2018-12-14netfilter: ipset: replace a strncpy() with strscpy()Qian Cai1-2/+4
2018-12-14netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot1-1/+1
2018-11-12Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso1-17/+147
2018-11-03netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik1-4/+8
2018-11-01netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin1-4/+4
2018-11-01netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio1-12/+11
2018-10-27netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik1-17/+147
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-05net: Convert ip_set_net_opsKirill Tkhai1-1/+2
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso1-1/+2
2018-01-08netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...Jozsef Kadlecsik1-0/+2
2018-01-08netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik1-0/+25
2018-01-08netfilter: ipset: add resched points during set listingFlorian Westphal1-2/+0
2018-01-08netfilter: ipset: use nfnl_mutex_is_lockedFlorian Westphal1-1/+1
2018-01-08netfilter: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2017-09-29netfilter: ipset: Fix race between dump and swapRoss Lagerwall1-2/+5
2017-09-26netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal1-9/+13
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso1-13/+26
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-11/+3
2017-04-15ipset: remove unused function __ip_set_get_netlinkAaron Conole1-8/+0
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-13/+14
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+1
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal1-1/+1
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal1-1/+1
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik1-1/+1
2016-11-10netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik1-6/+6
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-3/+3
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai1-5/+28
2016-02-24netfilter: ipset: Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik1-0/+3
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso1-61/+47
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik1-6/+8
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman1-6/+3
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik1-105/+96
2015-06-14netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik1-22/+22
2015-06-14netfilter: ipset: Make sure listing doesn't grab a set which is just being de...Jozsef Kadlecsik1-15/+34
2015-06-14netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik1-12/+17
2015-06-14netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich1-0/+9
2015-06-14netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich1-6/+6
2015-05-14netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko1-0/+25
2015-05-13netfilter: ipset: Properly calculate extensions offsets and total lengthSergey Popovich1-3/+3
2015-05-13netfilter: ipset: Give a better name to a macro in ip_set_core.cJozsef Kadlecsik1-9/+9
2014-11-11netfilter: ipset: small potential read beyond the end of bufferDan Carpenter1-0/+6
2014-10-22netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter1-1/+1
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-14/+39
2014-09-15netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov1-1/+26
2014-09-15netfilter: ipset: Fix static checker warning in ip_set_core.cJozsef Kadlecsik1-1/+2
2014-09-10netfilter: Convert pr_warning to pr_warnJoe Perches1-12/+11
2014-09-01treewide: fix errors in printkMasanari Iida1-1/+1
2014-06-05net: use the new API kvfree()WANG Cong1-4/+1
2014-03-06netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt1-0/+2
2014-03-06netfilter: ipset: move registration message to init from net_initIlia Mirkin1-1/+1
2014-03-06netfilter: ipset: Follow manual page behavior for SET target on list:setSergey Popovich1-2/+2
2014-02-25netfilter: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy1-23/+23
2014-01-03netfilter: ipset: remove unused codestephen hemminger1-28/+0
2013-10-22netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik1-35/+35
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov1-101/+187
2013-09-30netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith1-0/+14
2013-09-30netfilter: ipset: Generalize extensions supportJozsef Kadlecsik1-0/+46
2013-09-30netfilter: ipset: Introduce new operation to get both setname and familyJozsef Kadlecsik1-0/+17
2013-09-16netfilter: ipset: Validate the set family and not the set type family at swap...Jozsef Kadlecsik1-1/+1
2013-09-16netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik1-2/+1
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik1-1/+1
2013-04-29netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik1-0/+10
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik1-7/+17
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-3/+2
2013-02-26Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+2
2013-02-21netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik1-1/+2
2013-02-05netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso1-13/+13
2012-12-03netfilter: ipset: Increase the number of maximal sets automaticallyJozsef Kadlecsik1-83/+160
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman1-1/+1
2012-09-22netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik1-0/+6
2012-09-22netfilter: ipset: Coding style fixesJozsef Kadlecsik1-3/+6
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-12/+12
2012-06-29netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka1-0/+12
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
2012-04-02ipset: Stop using NLA_PUT*().David S. Miller1-19/+24
2012-03-07netfilter: ipset: use NFPROTO_ constantsJan Engelhardt1-8/+8
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-3/+7
2012-01-17netfilter: ipset: dumping error triggered removing references twiceJozsef Kadlecsik1-0/+1
2012-01-17netfilter: ipset: autoload set type modules safelyJozsef Kadlecsik1-10/+26
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-3/+1
2011-06-21Remove redundant linux/version.h includes from net/Jesper Juhl1-1/+0
2011-06-16netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik1-2/+2
2011-06-16netfilter: ipset: fix return code for destroy when sets are in useJozsef Kadlecsik1-1/+1
2011-06-16netfilter: ipset: add xt_action_param to the variant level kadt functions, ip...Jozsef Kadlecsik1-4/+8
2011-06-16netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik1-20/+25
2011-06-16netfilter: ipset: fix adding ranges to hash typesJozsef Kadlecsik1-5/+6
2011-06-16netfilter: ipset: support listing setnames and headers tooJozsef Kadlecsik1-27/+46
2011-06-16netfilter: ipset: options and flags support added to the kernel APIJozsef Kadlecsik1-13/+13
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-1/+1
2011-05-26netfilter: ipset: fix ip_set_flush return codeJozsef Kadlecsik1-1/+1
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-8/+10
2011-04-19netfilter: ipset: Fix the order of listing of setsJozsef Kadlecsik1-8/+10
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-43/+66
2011-04-04netfilter: ipset: references are protected by rwlock instead of mutexJozsef Kadlecsik1-43/+66
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-29netfilter: ipset: References are protected by rwlock instead of mutexJozsef Kadlecsik1-43/+66
2011-03-20netfilter: ipset: fix checking the type revision at create commandJozsef Kadlecsik1-5/+17
2011-03-08netfilter: ipset: fix the compile warning in ip_set_createShan Wei1-1/+1
2011-02-02netfilter: ipset: send error message manuallyJozsef Kadlecsik1-7/+26
2011-02-01netfilter: ipset: use nla_parse_nested()Patrick McHardy1-26/+16
2011-02-01netfilter: ipset: IP set core supportJozsef Kadlecsik1-0/+1662