summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik2024-01-311-0/+4
* netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long2023-10-041-0/+1
* netfilter: h323: Remove unused function declarationsYue Haibing2023-08-081-4/+0
* netfilter: gre: Remove unused function declaration nf_ct_gre_keymap_flush()Yue Haibing2023-08-081-1/+0
* netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal2023-04-221-1/+0
* netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2023-01-021-1/+1
* netfilter: ipset: Add support for new bitmask parameterVishwanath Pai2022-11-301-0/+10
* netfilter: h323: merge nat hook pointers into oneFlorian Westphal2022-07-111-53/+56
* netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal2022-07-111-1/+1
* netfilter: conntrack: pptp: use single option structureFlorian Westphal2022-02-041-21/+17
* netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal2022-01-091-0/+2
* netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-01-091-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-031-0/+1
|\
| * netfilter: refuse insertion if chain has grown too largeFlorian Westphal2021-08-301-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-0/+3
|\|
| * netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-08-041-0/+3
* | netfilter: x_tables: never register tables by defaultFlorian Westphal2021-08-091-3/+3
|/
* netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso2021-06-071-0/+1
* netfilter: x_tables: reduce xt_action_param by 8 byteFlorian Westphal2021-05-291-1/+1
* netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-261-6/+6
* netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso2021-04-261-6/+10
* netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso2021-04-261-4/+2
* netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso2021-04-261-4/+2
* netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso2021-04-261-4/+9
* netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-261-0/+3
* netfilter: x_tables: add xt_find_tableFlorian Westphal2021-04-261-0/+1
* netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal2021-04-061-0/+2
* netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso2021-03-311-0/+27
* netfilter: ipset: Remove duplicate declarationWan Jiabing2021-03-311-2/+0
* netfilter: x_tables: Use correct memory barriers.Mark Tomlinson2021-03-151-1/+1
* Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-151-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-1/+4
|\
| * netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-081-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-061-1/+8
|\|
| * netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso2020-10-301-1/+8
* | netfilter: ipset: Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-10-311-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-09-091-1/+1
|\
| * netfilter: conntrack: add clash resolution stat counterFlorian Westphal2020-08-281-0/+1
| * netfilter: conntrack: remove ignore statsFlorian Westphal2020-08-281-1/+0
* | netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso2020-08-281-2/+1
* | netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal2020-08-201-0/+2
|/
* netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-241-2/+2
* netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig2020-07-191-1/+1
* netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2020-05-271-1/+1
* netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-05-251-1/+1
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-152-5/+5
* netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-221-1/+10
* netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2020-01-241-1/+1
* netfilter: ipset: use bitmap infrastructure completelyKadlecsik József2020-01-201-7/+0
* netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.Jeremy Sowden2019-10-071-3/+0