summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipset: Update byte and packet counters regardless of whether they matchStefano Brivio2020-09-201-1/+2
* netfilter: ipset: Pass lockdep expression to RCU listsAmol Grover2020-09-201-1/+2
* Revert "Introduce --update-counters-first flag for the set target"Jozsef Kadlecsik2020-09-203-33/+4
* ip_set: Fix compatibility with kernels between v3.3 and v4.5Serhey Popovych2020-03-092-1/+7
* Introduce --update-counters-first flag for the set targetJozsef Kadlecsik2020-03-093-4/+33
* ip_set: Fix build on kernels without INIT_DEFERRABLE_WORKSerhey Popovych2020-03-092-0/+15
* ipset: Support kernels with at least system_wq supportJozsef Kadlecsik2020-03-091-1/+4
* ip_set: Fix build on kernels without system_power_efficient_wqSerhey Popovych2020-03-092-1/+7
* Merge branch 'region_lock'Jozsef Kadlecsik2020-02-227-211/+509
|\
| * ipset 7.6 releasedv7.6region_lockJozsef Kadlecsik2020-02-223-1/+15
| * Add checking system_power_efficient_wq in the kernel source treeJozsef Kadlecsik2020-02-221-0/+10
| * netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik2020-02-221-0/+2
| * netfilter: ipset: Correct the reported memory sizeJozsef Kadlecsik2020-02-211-1/+1
| * ip_set: Include kernel header instead of UAPISerhey Popovych2020-02-181-1/+1
| * netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-184-210/+482
* | ip_set: Include kernel header instead of UAPISerhey Popovych2020-02-071-1/+1
|/
* .gitignore: add temporary files to the listJozsef Kadlecsik2020-01-261-0/+3
* netfilter: ipset: fix suspicious RCU usage in find_set_and_idJozsef Kadlecsik2020-01-261-17/+32
* Add compatibility support for bitmap_zalloc() and bitmap_zero()Jozsef Kadlecsik2020-01-202-0/+32
* netfilter: ipset: use bitmap infrastructure completelyJozsef Kadlecsik2020-01-195-17/+10
* netfilter: fix a use-after-free in mtype_destroy()Cong Wang2020-01-151-1/+1
* ipset 7.5 releasedv7.5Jozsef Kadlecsik2020-01-093-1/+22
* netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-091-1/+2
* ip_set: Pass init_net when @net is missing in match check params data structureSerhey Popovych2019-12-091-1/+1
* netfilter: xt_set: Do not restrict --map-set to the mangle tableSerhey Popovych2019-12-091-5/+0
* em_ipset: Build on old kernelsSerhey Popovych2019-12-094-2/+30
* compat: Use skb_vlan_tag_present() instead of vlan_tx_tag_present()Serhey Popovych2019-12-091-1/+12
* configure.ac: Support building with old autoconf 2.63Serhey Popovych2019-12-091-0/+6
* configure.ac: Build on kernels without skb->vlan_proto correctlySerhey Popovych2019-12-092-0/+15