summaryrefslogtreecommitdiff
path: root/include/linux/netfilter
AgeCommit message (Expand)Author
2024-01-31netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik
2023-10-04netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long
2023-08-08netfilter: h323: Remove unused function declarationsYue Haibing
2023-08-08netfilter: gre: Remove unused function declaration nf_ct_gre_keymap_flush()Yue Haibing
2023-04-22netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal
2023-01-02netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik
2022-11-30netfilter: ipset: Add support for new bitmask parameterVishwanath Pai
2022-07-11netfilter: h323: merge nat hook pointers into oneFlorian Westphal
2022-07-11netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal
2022-02-04netfilter: conntrack: pptp: use single option structureFlorian Westphal
2022-01-09netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal
2022-01-09netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2021-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-08-30netfilter: refuse insertion if chain has grown too largeFlorian Westphal
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-09netfilter: x_tables: never register tables by defaultFlorian Westphal
2021-08-04netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso
2021-05-29netfilter: x_tables: reduce xt_action_param by 8 byteFlorian Westphal
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso
2021-04-26netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal
2021-04-26netfilter: x_tables: add xt_find_tableFlorian Westphal
2021-04-06netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2021-03-31netfilter: ipset: Remove duplicate declarationWan Jiabing
2021-03-15netfilter: x_tables: Use correct memory barriers.Mark Tomlinson
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-31netfilter: ipset: Add bucketsize parameter to all hash typesJozsef Kadlecsik
2020-10-30netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-08-28netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso
2020-08-28netfilter: conntrack: add clash resolution stat counterFlorian Westphal
2020-08-28netfilter: conntrack: remove ignore statsFlorian Westphal
2020-08-20netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig
2020-07-19netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig
2020-05-27netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso
2020-05-25netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-22netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik
2020-01-24netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso
2020-01-20netfilter: ipset: use bitmap infrastructure completelyKadlecsik József
2019-10-07netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.Jeremy Sowden