summaryrefslogtreecommitdiffstats
path: root/kernel/include
Commit message (Expand)AuthorAgeFilesLines
* Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-07-141-0/+3
* Backport "netfilter: use nfnetlink_unicast()"Jozsef Kadlecsik2021-06-261-0/+23
* Backport "netfilter: nfnetlink: consolidate callback type"Jozsef Kadlecsik2021-06-261-0/+7
* Backport "netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks"Jozsef Kadlecsik2021-06-261-10/+28
* Backport "netfilter: add helper function to set up the nfnetlink header and u...Jozsef Kadlecsik2021-06-261-0/+30
* Backward compatibility: handle renaming nla_strlcpy to nla_strscpyJozsef Kadlecsik2020-12-201-0/+5
* 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-073-14/+16
* Compatibility: check for kvzalloc() and GFP_KERNEL_ACCOUNTJozsef Kadlecsik2020-11-191-1/+30
* netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet2020-11-191-0/+8
* Compatibility: use skb_policy() from if_vlan.h if availableJozsef Kadlecsik2020-11-191-0/+5
* Compatibility: Check for the fourth arg of list_for_each_entry_rcu()Jozsef Kadlecsik2020-11-191-0/+9
* Backward compatibility fix for the package copy of <linux/jhash.h>Jozsef Kadlecsik2020-11-081-0/+1
* Expose the initval hash parameter to userspaceJozsef Kadlecsik2020-09-211-1/+1
* Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-09-212-1/+8
* Use fallthrough pseudo-keyword in the package copy of <linux/jhash.h> tooJozsef Kadlecsik2020-09-201-13/+13
* netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-201-0/+12
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-09-201-1/+1
* Revert "Introduce --update-counters-first flag for the set target"Jozsef Kadlecsik2020-09-201-3/+0
* Introduce --update-counters-first flag for the set targetJozsef Kadlecsik2020-03-091-0/+3
* ip_set: Fix build on kernels without INIT_DEFERRABLE_WORKSerhey Popovych2020-03-091-0/+5
* ip_set: Fix build on kernels without system_power_efficient_wqSerhey Popovych2020-03-091-0/+5
* 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-181-1/+10
* Add compatibility support for bitmap_zalloc() and bitmap_zero()Jozsef Kadlecsik2020-01-201-0/+12
* netfilter: ipset: use bitmap infrastructure completelyJozsef Kadlecsik2020-01-191-7/+0
* em_ipset: Build on old kernelsSerhey Popovych2019-12-091-0/+17
* compat: Use skb_vlan_tag_present() instead of vlan_tx_tag_present()Serhey Popovych2019-12-091-1/+12
* configure.ac: Build on kernels without skb->vlan_proto correctlySerhey Popovych2019-12-091-0/+4
* configure.ac: Add cond_resched_rcu() checksSerhey Popovych2019-12-091-0/+12
* Fix compatibility support for netlink extended ACK and add synchronize_rcu_bh...Jozsef Kadlecsik2019-11-011-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-10-312-4/+2
* ipset: Add wildcard support to net,ifaceKristian Evensen2019-10-311-0/+2
* netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.Jeremy Sowden2019-10-071-3/+0
* netfilter: ipset: move function to ip_set_bitmap_ip.c.Jeremy Sowden2019-10-071-14/+0
* netfilter: ipset: make ip_set_put_flags extern.Jeremy Sowden2019-10-071-22/+1
* netfilter: ipset: move functions to ip_set_core.c.Jeremy Sowden2019-10-071-102/+0
* netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c.Jeremy Sowden2019-10-071-61/+2
* netfilter: ipset: add a coding-style fix to ip_set_ext_destroy.Jeremy Sowden2019-10-071-3/+5
* netfilter: added missing includes to a number of header-files.Jeremy Sowden2019-10-071-0/+4
* netfilter: inlined four headers files into another one.Jeremy Sowden2019-10-075-295/+233
* Explicitly comment that we need ipset_nest_start(),Jozsef Kadlecsik2019-06-101-0/+7
* ipset: update my email addressJozsef Kadlecsik2019-06-056-6/+6
* netfilter: ipset: merge uadd and udel functionsFlorent Fourcot2019-01-081-1/+4
* Add compatibility support for strscpy()Jozsef Kadlecsik2018-12-101-0/+5
* Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-273-8/+15
* License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2018-10-224-0/+4
* Add compatibility support for async in pernet_operations.Jozsef Kadlecsik2018-10-221-0/+1
* Correct rcu_dereference() call in ip_set_put_comment()Jozsef Kadlecsik2018-10-191-2/+2
* Add compatibility to support kvcalloc()Jozsef Kadlecsik2018-09-241-0/+5