summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_socket.c
AgeCommit message (Expand)AuthorLines
2024-11-28netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup levelPablo Neira Ayuso-1/+1
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2024-09-15netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...Dan Carpenter-2/+2
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+42
2024-09-12netfilter: nft_socket: make cgroupsv2 matching work with namespacesFlorian Westphal-3/+38
2024-09-12netfilter: nft_socket: fix sk refcount leaksFlorian Westphal-3/+4
2024-09-03netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal-2/+1
2024-01-24netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso-0/+5
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet-1/+1
2023-06-26netfilter: nf_tables: limit allowed range via nla_policyFlorian Westphal-2/+2
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter-1/+1
2022-08-15cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo-4/+5
2022-07-11netfilter: nf_tables: use the correct get/put helpersFlorian Westphal-4/+4
2022-04-28netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal-14/+38
2022-04-11netfilter: nft_socket: make cgroup match work in input tooFlorian Westphal-4/+3
2022-03-20netfilter: nft_socket: track register operationsPablo Neira Ayuso-0/+28
2021-04-27netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=nArnd Bergmann-2/+2
2021-04-27netfilter: nft_socket: fix an unused variable warningArnd Bergmann-2/+5
2021-04-26netfilter: nft_socket: add support for cgroupsv2Pablo Neira Ayuso-1/+47
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso-4/+3
2020-08-29netfilter: nft_socket: add wildcard supportBalazs Scheidler-0/+27
2019-09-02netfilter: nft_socket: fix erroneous socket assignmentFernando Fernandez Mancera-3/+3
2018-07-18netfilter: nft_socket: Expose socket markMáté Eckl-0/+11
2018-07-18netfilter: nft_socket: Break evaluation if no socket foundMáté Eckl-1/+1
2018-07-17netfilter: Kconfig: Change select IPv6 dependenciesMáté Eckl-2/+2
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner-1/+4
2018-06-12netfilter: nft_socket: fix module autoloadPablo Neira Ayuso-0/+1
2018-06-03netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl-1/+2
2018-06-01netfilter: nf_tables: add support for native socket matchingMáté Eckl-0/+143