summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipset 7.12 releasedv7.12Jozsef Kadlecsik2021-07-143-1/+19
* Allow specifying protocols by numberHaw Loeung2021-07-141-15/+18
* Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-07-1411-0/+31
* Fix example in ipset.8 manpage discovered by Pablo Neira Ayuso.Jozsef Kadlecsik2021-06-271-1/+1
* tests: add tests ipset to nftablesPablo Neira Ayuso2021-06-263-0/+140
* add ipset to nftables translation infrastructurePablo Neira Ayuso2021-06-267-4/+654
* lib: Detach restore routine from parserPablo Neira Ayuso2021-06-261-1/+4
* lib: split parser from command executionPablo Neira Ayuso2021-06-261-14/+30
* Backport "netfilter: use nfnetlink_unicast()"Jozsef Kadlecsik2021-06-263-40/+53
* Backport "netfilter: nfnetlink: consolidate callback type"Jozsef Kadlecsik2021-06-263-0/+33
* Backport "netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks"Jozsef Kadlecsik2021-06-263-62/+109
* Backport "netfilter: add helper function to set up the nfnetlink header and u...Jozsef Kadlecsik2021-06-263-14/+43
* Fix patch "Parse port before trying by service name"Jozsef Kadlecsik2021-06-261-14/+22
* ipset 7.11 releasedv7.11Jozsef Kadlecsik2021-02-192-1/+11
* Parse port before trying by service nameHaw Loeung2021-02-191-2/+2
* Silence unused-but-set-variable warningsJozsef Kadlecsik2021-02-192-4/+6
* Handle -Werror=implicit-fallthrough= in debug mode compilingJozsef Kadlecsik2021-02-093-0/+20
* ipset: fix print format warningNeutron Soutmun2021-01-191-3/+3
* Updated utilitiesJozsef Kadlecsik2021-01-193-1787/+1083
* Argument parsing buffer overflow in ipset_parse_argv fixedJozsef Kadlecsik2021-01-191-0/+5
* ipset 7.10 releasedv7.10Jozsef Kadlecsik2020-12-203-2/+14
* Fix patch "Handle false warning from -Wstringop-overflow"Jozsef Kadlecsik2020-12-201-1/+1
* Backward compatibility: handle renaming nla_strlcpy to nla_strscpyJozsef Kadlecsik2020-12-202-0/+15
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-12-201-2/+2
* netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2020-12-201-19/+5
* netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin2020-12-201-9/+17
* Handle false warning from -Wstringop-overflowJozsef Kadlecsik2020-12-141-1/+1
* Backward compatibility: handle missing strscpy with a wrapper of strlcpy.Jozsef Kadlecsik2020-12-141-1/+6
* Move compiler specific compatibility support to separated fileJozsef Kadlecsik2020-12-076-15/+20
* ipset 7.9 releasedv7.9Jozsef Kadlecsik2020-11-191-1/+1
* Fix library versioning (Jan Engelhardt)Jozsef Kadlecsik2020-11-192-1/+4
* ipset 7.8 releasedv7.8Jozsef Kadlecsik2020-11-192-1/+11
* Complete backward compatibility fix for package copy of <linux/jhash.h>Jozsef Kadlecsik2020-11-191-2/+0
* Compatibility: check for kvzalloc() and GFP_KERNEL_ACCOUNTJozsef Kadlecsik2020-11-192-1/+50
* netfilter: ipset: enable memory accounting for ipset allocationsVasily Averin2020-11-191-16/+1
* netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet2020-11-193-2/+19
* Compatibility: use skb_policy() from if_vlan.h if availableJozsef Kadlecsik2020-11-192-0/+15
* Compatibility: Check for the fourth arg of list_for_each_entry_rcu()Jozsef Kadlecsik2020-11-193-2/+21
* Backward compatibility fix for the package copy of <linux/jhash.h>Jozsef Kadlecsik2020-11-081-0/+1
* ipset 7.7 releasedv7.7Jozsef Kadlecsik2020-09-223-1/+29
* Expose the initval hash parameter to userspaceJozsef Kadlecsik2020-09-2137-41/+133
* Handle all variable header parts in helper scripts instead ot test tasksJozsef Kadlecsik2020-09-21112-2166/+2259
* Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-09-21102-206/+1449
* Use fallthrough pseudo-keyword in the package copy of <linux/jhash.h> tooJozsef Kadlecsik2020-09-201-13/+13
* Support the -exist flag with the destroy commandJozsef Kadlecsik2020-09-202-2/+4
* netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-202-1/+13
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-09-205-6/+6
* netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet2020-09-204-5/+5
* netfiler: ipset: fix unaligned atomic accessRussell King2020-09-201-0/+2
* netfilter: ipset: Fix subcounter update skipPhil Sutter2020-09-201-1/+1