aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2023-10-24netfilter: nf_tables: set backend .flush always succeedsPablo Neira Ayuso
2023-10-24netfilter: nft_set_pipapo: no need to call pipapo_deactivate() from flushPablo Neira Ayuso
2023-10-24netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctxPhil Sutter
2023-10-24netfilter: nf_tables: nft_obj_filter fits into cb->ctxPhil Sutter
2023-10-24netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctxPhil Sutter
2023-10-24netfilter: nf_tables: A better name for nft_obj_filterPhil Sutter
2023-10-24netfilter: nf_tables: Unconditionally allocate nft_obj_filterPhil Sutter
2023-10-24netfilter: nf_tables: Drop pointless memset in nf_tables_dump_objPhil Sutter
2023-10-24netfilter: conntrack: switch connlabels to atomic_tFlorian Westphal
2023-10-24netfilter: nf_tables: Add locking for NFT_MSG_GETRULE_RESET requestsPhil Sutter
2023-10-24netfilter: nf_tables: Introduce nf_tables_getrule_single()Phil Sutter
2023-10-24netfilter: nf_tables: Open-code audit log call in nf_tables_getrule()Phil Sutter
2023-10-24netfilter: nft_set_rbtree: prefer sync gc to async workerFlorian Westphal
2023-10-24netfilter: nft_set_rbtree: rename gc deactivate+erase functionFlorian Westphal
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-18netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso
2023-10-18netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso
2023-10-18netfilter: nf_tables: audit log object reset once per tablePhil Sutter
2023-10-18netfilter: nf_tables: de-constify set commit ops function argumentFlorian Westphal
2023-10-18netfilter: make nftables drops visible in net dropmonitorFlorian Westphal
2023-10-18netfilter: nf_nat: mask out non-verdict bits when checking return valueFlorian Westphal
2023-10-18netfilter: conntrack: convert nf_conntrack_update to netfilter verdictsFlorian Westphal
2023-10-18netfilter: nf_tables: mask out non-verdict bits when checking return valueFlorian Westphal
2023-10-12netfilter: nft_payload: fix wrong mac header matchingFlorian Westphal
2023-10-12nf_tables: fix NULL pointer dereference in nft_expr_inner_parse()Xingyuan Mo
2023-10-12nf_tables: fix NULL pointer dereference in nft_inner_init()Xingyuan Mo
2023-10-12netfilter: nf_tables: do not refresh timeout when resetting elementPablo Neira Ayuso
2023-10-12netfilter: nf_tables: Annotate struct nft_pipapo_match with __counted_byKees Cook
2023-10-12netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal
2023-10-12netfilter: nf_tables: do not remove elements if set backend implements .abortPablo Neira Ayuso
2023-10-10netfilter: conntrack: prefer tcp_error_log to pr_debugFlorian Westphal
2023-10-10netfilter: conntrack: simplify nf_conntrack_alter_replyFlorian Westphal
2023-10-10netfilter: nf_tables: Don't allocate nft_rule_dump_ctxPhil Sutter
2023-10-10netfilter: nf_tables: Carry s_idx in nft_rule_dump_ctxPhil Sutter
2023-10-10netfilter: nf_tables: Carry reset flag in nft_rule_dump_ctxPhil Sutter
2023-10-10netfilter: nf_tables: Drop pointless memset when dumping rulesPhil Sutter
2023-10-10netfilter: nf_tables: Always allocate nft_rule_dump_ctxPhil Sutter
2023-10-06xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04Merge tag 'nf-next-23-09-28' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-10-04netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal
2023-10-04netfilter: nf_tables: Deduplicate nft_register_obj audit logsPhil Sutter
2023-10-04netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long
2023-10-04netfilter: nft_payload: rebuild vlan header on h_proto accessFlorian Westphal
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife
2023-10-01net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-09-28netfilter: nf_tables: Utilize NLA_POLICY_NESTED_ARRAYPhil Sutter