aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux
Commit message (Expand)AuthorAgeFilesLines
...
* sys/linux, pkg/host, executor: add NVMe-oF/TCP subsystem supportAlon Zahavi2023-12-074-0/+715
* sys/linux: use nested flag definitions where sensiblePaul Chaignon2023-12-0516-24/+24
* sys/linux/bpf: use nested definitions for attach flags and typesPaul Chaignon2023-12-051-2/+2
* sys: consolidate sockopt_opt_{ip,ipv6}_group_source_req flagsPaul Chaignon2023-12-052-5/+3
* sys/linux: remove cgroup_paths in favor of cgroup_dirsPaul Chaignon2023-12-052-2/+1
* sys/linux/test: don't run BPF test programs with helpersPaul Chaignon2023-11-281-10/+6
* sys/linux: move description of BPF programs to own filePaul Chaignon2023-11-282-507/+510
* sys/linux: simplify BPF descriptions with new unified const/flagsPaul Chaignon2023-11-281-16/+16
* sys/linux: support more complex bpf_snprintf modifiersPaul Chaignon2023-11-272-2/+2
* sys/linux: add all format specifiers for bpf_trace_printkPaul Chaignon2023-11-272-5/+17
* sys/linux: fix comments for bpf_trace_printk helperPaul Chaignon2023-11-271-2/+2
* sys/linux: use AUTO for structs wherever possiblePaul Chaignon2023-11-138-19/+19
* sys/linux: describe the PAGEMAP_SCAN ioctlAndrei Vagin2023-11-112-0/+47
* sys/linux: add BPF_RB_* flags for ringbuf helpersPaul Chaignon2023-11-093-8/+12
* sys/linux: describe BPF helper bpf_ringbuf_outputPaul Chaignon2023-11-093-0/+25
* sys/linux: describe BPF helper call to bpf_ringbuf_queryPaul Chaignon2023-11-093-0/+15
* sys/linux: describe call to BPF helper bpf_ringbuf_discardPaul Chaignon2023-11-093-5/+8
* sys/linux: add null check BPF instructionsPaul Chaignon2023-11-092-6/+28
* sys/linux: describe call to BPF helper bpf_ringbuf_submitPaul Chaignon2023-11-093-1/+14
* sys/linux: describe call to BPF helper bpf_ringbuf_reservePaul Chaignon2023-11-093-0/+25
* sys/linux: describe ringbuf map creationPaul Chaignon2023-11-092-0/+7
* sys/linux/test: test case for bpf_tail_call helperPaul Chaignon2023-11-061-0/+7
* sys/linux: describe call to bpf_tail_call helperPaul Chaignon2023-11-062-3/+19
* sys/linux: describe BPF tail call mapPaul Chaignon2023-11-061-0/+17
* sys/linux: cover new BPF link_create fieldsPaul Chaignon2023-11-061-0/+6
* sys/linux: update BPF constantsPaul Chaignon2023-11-062-3/+10
* sys/linux: update USB IDsAndrey Konovalov2023-10-231-225/+343
* sys/linux: support new BPF opcode BPF_MEMSXPaul Chaignon2023-10-232-2/+4
* sys/linux/test: test case for bpf_snprintf helperPaul Chaignon2023-10-161-0/+10
* sys/linux: describe full call to bpf_snprintf helperPaul Chaignon2023-10-162-0/+30
* sys/linux: describe map holding constant stringPaul Chaignon2023-10-161-0/+26
* sys/linux/test: test case for bpf_trace_printk descriptionPaul Chaignon2023-10-161-0/+5
* sys/linux: describe full call to bpf_trace_printk helperPaul Chaignon2023-10-162-0/+43
* sys/linux: templatize ldst, alu, and call_helper BPF instructionsPaul Chaignon2023-10-162-22/+36
* sys/linux: templatize arg for BPF_MAP_CREATEPaul Chaignon2023-10-161-23/+9
* sys/linux: add the Landlock network rule type and access rightsMickaël Salaün2023-10-139-12/+27
* sys/linux: mark optional BPF_PROG_LOAD arguments as optPaul Chaignon2023-10-051-2/+2
* sys/linux: fix infiniband syzlang descriptionMarius Fleischer2023-10-051-2/+2
* sys/linux: extract dev_video4linux.txt constsAleksandr Nogikh2023-10-046-4278/+72
* sys/linux: fix include lines and regenerate constsAleksandr Nogikh2023-10-043-3/+4
* sys/linux: add iommufd MOCK_DOMAIN_REPLACE and ACCESS_REPLACE_IOAS descriptionsPengfei Xu2023-10-022-0/+20
* sys/linux: correct the md_check_refs variable length and uptrPengfei Xu2023-09-282-2/+2
* sys/linux: cover multi-uprobes for BPF_LINK_CREATEPaul Chaignon2023-09-132-0/+13
* sys/linux: cover tcx attachment for BPF_LINK_CREATEPaul Chaignon2023-09-131-0/+6
* sys/linux: cover BPF links for BPF netfilter programsPaul Chaignon2023-09-132-0/+13
* sys/linux: cover cookie for tracing BPF linksPaul Chaignon2023-09-131-0/+6
* sys/linux: cover multi-kprobes in BPF_LINK_CREATEPaul Chaignon2023-09-132-0/+24
* sys/linux: cover perf cookie in BPF_LINK_CREATEPaul Chaignon2023-09-131-0/+5
* sys/linux: cover BPF iterators support in BPF_LINK_CREATEPaul Chaignon2023-09-132-0/+34
* sys/linux: support multi-progs for BPF_PROG_QUERYPaul Chaignon2023-09-111-4/+9