summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2023-10-25netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso-7/+7
2023-10-18netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso-4/+1
2023-10-18netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso-0/+2
2023-10-18netfilter: nf_tables: audit log object reset once per tablePhil Sutter-22/+28
2023-10-12netfilter: nft_payload: fix wrong mac header matchingFlorian Westphal-1/+1
2023-10-12nf_tables: fix NULL pointer dereference in nft_expr_inner_parse()Xingyuan Mo-1/+1
2023-10-12nf_tables: fix NULL pointer dereference in nft_inner_init()Xingyuan Mo-0/+1
2023-10-12netfilter: nf_tables: do not refresh timeout when resetting elementPablo Neira Ayuso-13/+5
2023-10-12netfilter: nf_tables: Annotate struct nft_pipapo_match with __counted_byKees Cook-1/+1
2023-10-12netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal-1/+1
2023-10-12netfilter: nf_tables: do not remove elements if set backend implements .abortPablo Neira Ayuso-1/+4
2023-10-04netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal-17/+29
2023-10-04netfilter: nf_tables: Deduplicate nft_register_obj audit logsPhil Sutter-16/+28
2023-10-04netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long-10/+33
2023-10-04netfilter: nft_payload: rebuild vlan header on h_proto accessFlorian Westphal-1/+12
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife-2/+2
2023-10-01net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife-2/+2
2023-09-20netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik-2/+10
2023-09-20netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal-2/+8
2023-09-20netfilter: nf_tables: disable toggling dormant table state more than onceFlorian Westphal-0/+4
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-0/+2
2023-09-15netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()Ilya Leoshkevich-0/+2
2023-09-15Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller-34/+58
2023-09-13netfilter: nf_tables: Fix entries val in rule reset audit logPhil Sutter-6/+10
2023-09-13netfilter: conntrack: fix extension size tableFlorian Westphal-2/+2
2023-09-11netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso-4/+5
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-27/+109
2023-09-08netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso-6/+3
2023-09-08netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation failsPablo Neira Ayuso-1/+1
2023-09-08netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso-6/+22
2023-09-08netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso-4/+2
2023-09-08netfilter: nf_tables: disallow rule removal from chain bindingPablo Neira Ayuso-5/+13
2023-09-06netfilter: nf_tables: Unbreak audit log resetPablo Neira Ayuso-5/+6
2023-09-06netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng-0/+1
2023-09-06netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso-2/+6
2023-09-06netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa-0/+8
2023-09-06netfilter: nftables: exthdr: fix 4-byte stack OOB writeFlorian Westphal-8/+14
2023-08-31netfilter: nf_tables: Audit log rule resetPhil Sutter-0/+18
2023-08-31netfilter: nf_tables: Audit log setelem resetPhil Sutter-3/+28
2023-08-30netfilter: xt_u32: validate user space inputWander Lairson Costa-0/+21
2023-08-30netfilter: xt_sctp: validate the flag_info countWander Lairson Costa-0/+2
2023-08-30netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang-12/+8
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-12/+27
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)-3/+3
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+31
2023-08-23netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal-0/+6
2023-08-23netfilter: nf_tables: fix out of memory error handlingFlorian Westphal-3/+10
2023-08-23netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso-2/+2
2023-08-23netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso-1/+5