summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-055-48/+106
|\
| * netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal2023-10-041-17/+29
| * netfilter: nf_tables: Deduplicate nft_register_obj audit logsPhil Sutter2023-10-041-16/+28
| * netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long2023-10-041-10/+33
| * netfilter: nft_payload: rebuild vlan header on h_proto accessFlorian Westphal2023-10-041-1/+12
| * net: prevent address rewrite in kernel_bind()Jordan Rife2023-10-011-2/+2
| * net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife2023-10-011-2/+2
* | Merge tag 'nf-next-23-09-28' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-10-042-18/+89
|\ \
| * | netfilter: nf_tables: Utilize NLA_POLICY_NESTED_ARRAYPhil Sutter2023-09-281-9/+9
| * | netfilter: nf_tables: missing extended netlink error in lookup functionsPablo Neira Ayuso2023-09-281-6/+19
| * | netfilter: nf_nat: undo erroneous tcp edemux lookup after port clashFlorian Westphal2023-09-281-3/+61
* | | inet: implement lockless IP_MTU_DISCOVEREric Dumazet2023-10-011-1/+1
* | | inet: implement lockless IP_MULTICAST_TTLEric Dumazet2023-10-011-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-217-38/+82
|\|
| * netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik2023-09-201-2/+10
| * netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal2023-09-201-2/+8
| * netfilter: nf_tables: disable toggling dormant table state more than onceFlorian Westphal2023-09-201-0/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2023-09-161-0/+2
| |\
| | * netfilter, bpf: Adjust timeouts of non-confirmed CTs in bpf_ct_insert_entry()Ilya Leoshkevich2023-09-151-0/+2
| * | Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2023-09-155-34/+58
| |\ \ | | |/ | |/|
| | * netfilter: nf_tables: Fix entries val in rule reset audit logPhil Sutter2023-09-131-6/+10
| | * netfilter: conntrack: fix extension size tableFlorian Westphal2023-09-131-2/+2
| | * netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso2023-09-111-4/+5
| | * netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso2023-09-081-6/+3
| | * netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation failsPablo Neira Ayuso2023-09-081-1/+1
| | * netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GCPablo Neira Ayuso2023-09-084-6/+22
| | * netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso2023-09-081-4/+2
| | * netfilter: nf_tables: disallow rule removal from chain bindingPablo Neira Ayuso2023-09-081-5/+13
* | | ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-151-1/+1
* | | ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2023-09-151-1/+1
* | | ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-151-6/+2
|/ /
* | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-077-27/+109
|\|
| * netfilter: nf_tables: Unbreak audit log resetPablo Neira Ayuso2023-09-061-5/+6
| * netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng2023-09-061-0/+1
| * netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso2023-09-061-2/+6
| * netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa2023-09-061-0/+8
| * netfilter: nftables: exthdr: fix 4-byte stack OOB writeFlorian Westphal2023-09-061-8/+14
| * netfilter: nf_tables: Audit log rule resetPhil Sutter2023-08-311-0/+18
| * netfilter: nf_tables: Audit log setelem resetPhil Sutter2023-08-311-3/+28
| * netfilter: xt_u32: validate user space inputWander Lairson Costa2023-08-301-0/+21
| * netfilter: xt_sctp: validate the flag_info countWander Lairson Costa2023-08-301-0/+2
| * netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang2023-08-301-12/+8
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-295-12/+27
|\ \
| * | netfilter: Update to register_net_sysctl_szJoel Granados2023-08-155-12/+27
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-3/+3
|\ \ \ | |_|/ |/| |
| * | minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-241-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-244-11/+31
|\ \ \
| * | | netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2023-08-232-0/+6
| * | | netfilter: nf_tables: fix out of memory error handlingFlorian Westphal2023-08-231-3/+10
| * | | netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso2023-08-231-2/+2