summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Use timer_shutdown_sync() when available, instead of del_timer_sync()Jozsef Kadlecsik2024-01-291-0/+5
* netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2024-01-291-0/+4
* compatibility: handle strscpy_pad()Jozsef Kadlecsik2023-09-181-0/+16
* netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2022-12-301-1/+1
* netfilter: ipset: Add support for new bitmask parameterVishwanath Pai2022-11-201-0/+10
* compatibility: handle unsafe_memcpy()Jozsef Kadlecsik2022-11-071-0/+6
* compatibility: move to skb_protocol in the code from tc_skb_protocolJozsef Kadlecsik2022-11-071-5/+3
* 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
* Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-09-211-0/+5
* 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
* 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-311-4/+1
* 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-055-5/+5
* 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-272-1/+3
* Add compatibility support for async in pernet_operations.Jozsef Kadlecsik2018-10-221-0/+1