index
:
dpibreak.git
master
System-wide DPI circumvention with minimal configuration
Hee-Suk Kim
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
platform
/
linux.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux: nit: move const inside to function
dilluti0n
2026-07-09
1
-2
/
+2
*
linux: move firewall rule handling to mod rule
dilluti0n
2026-07-08
1
-105
/
+11
*
linux: fix iptables not cleanup on startup
dilluti0n
2026-07-08
1
-31
/
+55
*
Move platform-dependant codes to mod platform
dilluti0n
2026-07-08
1
-0
/
+12
*
linux: use syscall! macro on open_signalfd()
dilluti0n
2026-07-07
1
-9
/
+5
*
linux: do not panic when failed to set IPV6_HDRINCL
dilluti0n
2026-07-07
1
-1
/
+4
*
linux: rxring: make tp_* series configurable
dilluti0n
2026-07-07
1
-2
/
+9
*
linux: move poll_s() to mod libc_s
dilluti0n
2026-07-06
1
-13
/
+2
*
nit: remove unused crate::
dilluti0n
2026-07-06
1
-2
/
+2
*
nit: move use libc::sock_filter to inside open_rxring()
dilluti0n
2026-07-06
1
-4
/
+2
*
linux: drop nix, add wrapper libc_s instead
dilluti0n
2026-07-06
1
-8
/
+8
*
linux: inline poll_once and lift fds init outside the loop
dilluti0n
2026-06-29
1
-41
/
+31
*
linux: drop ctrlc crate and use signalfd instead
dilluti0n
2026-06-29
1
-24
/
+44
*
linux: drain rxring before nfqueue in poll loop
dilluti0n
2026-04-08
1
-7
/
+7
*
linux: add IPv6 SYN/ACK BPF filter and increase rxring frame size
dilluti0n
2026-03-06
1
-17
/
+23
*
log: add debug!/info!/warn!/error! macros and refactor to use it
dilluti0n
2026-03-02
1
-11
/
+12
*
Move cleanup/trap_exit/RUNNING to platform modules
dilluti0n
2026-03-01
1
-11
/
+16
*
linux: fix rxring initialized even if fake_autottl not enabled
dilluti0n
2026-02-26
1
-27
/
+36
*
linux: refactor run() into open_nfqueue/open_rxring helpers
dilluti0n
2026-02-26
1
-53
/
+59
*
linux: rxring: implement current_packet and advance
dilluti0n
2026-02-26
1
-17
/
+18
*
linux: rxring: implement RxRing::new
dilluti0n
2026-02-26
1
-0
/
+2
*
linux: add rxring skeleton and integrate into run loop
dilluti0n
2026-02-26
1
-15
/
+63
*
linux: remove Mutex from RAW4/RAW6, Socket is already Sync
dilluti0n
2026-02-26
1
-13
/
+9
*
Refactor send_to_raw to remove in-place packet reparsing
dilluti0n
2026-02-26
1
-20
/
+7
*
linux: nit: swap daemonize/daemonize_1 naming convention
dilluti0n
2026-02-26
1
-4
/
+4
*
linux: add TODO on daemonize
dilluti0n
2026-02-16
1
-0
/
+1
*
opt: decouple set_opt() from logging
dilluti0n
2026-02-16
1
-4
/
+5
*
linux: fix log file truncated when daemonize fails
dilluti0n
2026-02-16
1
-3
/
+7
*
linux: exit if not root
dilluti0n
2026-02-16
1
-1
/
+9
*
linux: repurpose bootstrap to do things before requiring cleanup
dilluti0n
2026-02-16
1
-4
/
+10
*
linux: modify PID_FILE and log path
dilluti0n
2026-02-16
1
-2
/
+3
*
linux: add PID file locking for single instance enforcement
dilluti0n
2026-02-15
1
-6
/
+24
*
linux: extract PID_FILE constant for reuse
dilluti0n
2026-02-15
1
-3
/
+3
*
Consolidate setup logic into run()
dilluti0n
2026-02-15
1
-2
/
+7
*
linux: implement daemonize
dilluti0n
2026-02-15
1
-0
/
+36
*
linux: refactor rules backend into iptables/nftables modules
dilluti0n
2026-01-23
1
-301
/
+13
*
linux: drop iptables crate (regex dep) to reduce binary size
dilluti0n
2026-01-18
1
-23
/
+75
*
Refactor main.rs; modulize opt.rs and pkt.rs
dilluti0n
2026-01-16
1
-20
/
+9
*
Normalize option handling and OPT_* naming
dilluti0n
2025-12-30
1
-4
/
+4
*
Prevent infinite loop on packet injection/filtering
dilluti0n
2025-12-30
1
-4
/
+39
*
linux: extract process execution into `exec_process` helper
dilluti0n
2025-12-29
1
-17
/
+29
*
linux: ignore cleanup errors at startup
dilluti0n
2025-12-22
1
-7
/
+3
*
linux: switch to apply_nft_rules() from nftables-rs for rule setting
dilluti0n
2025-10-29
1
-18
/
+13
*
linux: implement apply_nft_rules() to log output sanely
dilluti0n
2025-10-29
1
-0
/
+30
*
linux: add option `--nft-command`
dilluti0n
2025-10-29
1
-7
/
+11
*
platform: linux: filter only TLS ClientHello packets on nftables
dilluti0n
2025-10-03
1
-0
/
+21
*
platform: linux: add nftables support with iptables fallback
dilluti0n
2025-10-03
1
-11
/
+112
*
platform: linux: split iptables helpers on bootstrap/cleanup
dilluti0n
2025-09-27
1
-14
/
+25
*
Refactor handle_packet to reuse external buffer for packet handling
dilluti0n
2025-09-11
1
-0
/
+4
*
log: add splash! macro and centralize no-splash handling
dilluti0n
2025-09-07
1
-1
/
+3
[next]