Skip to content

Tags: ptpt52/natflow

Tags

20241227

Toggle 20241227's commit message
natflow: wechat_iplist collection

20241128

Toggle 20241128's commit message
natflow: vline: add filter support

filter ipset:
- vline_filter_dst_netport
- vline_filter_dst
- vline_filter_src
- vline_filter_src_mac

20241125

Toggle 20241125's commit message
natflow: fix a memory leak

20241020

Toggle 20241020's commit message
natflow: probe the ct_ext_off and fixed it

20241012

Toggle 20241012's commit message
fix possible sysctl table check failed for kernel < 6.5.0

20241011

Toggle 20241011's commit message
natflow: refine dev->flags setup

20241002

Toggle 20241002's commit message
natflow: add missing code for CONFIG_NETFILTER_INGRESS undefined

20240924

Toggle 20240924's commit message
natflow: Refactor interface group filtering logic and enhance fastnat…

… handling

- Renamed `NF_FF_IFNAME_FILTER` to `NF_FF_FORCE_FASTNAT` for clarity in fastnat enforcement.
- Improved device matching based on `ifname_group`, adding conditions to skip fastnat when interfaces don’t match.
- Enhanced helper clearing logic for non-helper-required connections, optimizing fastnat processing.

These changes improve natflow control and provide clearer behavior for interface filtering.

20240922

Toggle 20240922's commit message
fix sysctl table check failed

[484924.324330] sysctl table check failed: urllogger_store/(null) procname is null
[484924.324333] sysctl table check failed: urllogger_store/(null) No proc_handler

20240910

Toggle 20240910's commit message
Revert "path: use per_cpu valuable"

This reverts commit 8d4eeef.