summaryrefslogtreecommitdiffhomepage
path: root/src/platform/linux/rxring.rs
Commit message (Expand)AuthorAgeFilesLines
* linux: rxring: fix tp_snaplen treated as the L3 length instead L2dilluti0n2026-07-101-12/+52
* linux: rxring: guard div0 as EINVALdilluti0n2026-07-091-0/+3
* linux: rxring: fix u32 overflow on ring_size initdilluti0n2026-07-091-1/+1
* linux: rxring: fix possable memory ordering issuedilluti0n2026-07-091-15/+25
* linux: rxring: make tp_* series configurabledilluti0n2026-07-071-17/+14
* linux: implement socket and mmap wrapper for rxringdilluti0n2026-07-071-27/+16
* linux: add PACKET_RX_RING to libc_s::setsockopt apstractiondilluti0n2026-07-061-21/+6
* linux: add safe abstraction for setsockopt(SO_ATTACH_FILTER)dilluti0n2026-07-061-11/+3
* linux: rxring: nit: add SPDX headerdilluti0n2026-03-151-0/+3
* linux: add IPv6 SYN/ACK BPF filter and increase rxring frame sizedilluti0n2026-03-061-3/+2
* linux: fix rxring initialized even if fake_autottl not enableddilluti0n2026-02-261-0/+6
* linux: refactor run() into open_nfqueue/open_rxring helpersdilluti0n2026-02-261-1/+1
* linux: rxring: implement current_packet and advancedilluti0n2026-02-261-7/+44
* linux: rxring: implement RxRing::newdilluti0n2026-02-261-7/+91
* linux: add rxring skeleton and integrate into run loopdilluti0n2026-02-261-0/+33