aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/bpf.txt
Commit message (Expand)AuthorAgeFilesLines
* sys/linux: describe new BTF typesPaul Chaignon2024-10-101-0/+50
* sys/linux: fix linkage field of BTF_KIND_VAR typePaul Chaignon2024-10-101-1/+2
* sys/linux: improve BPF program attach typesPaul Chaignon2024-09-111-3/+3
* sys/linux: improve precision of BPF attach targetsPaul Chaignon2024-09-111-5/+27
* sys/linux: replace id_or_fd with more precise versionPaul Chaignon2024-09-111-29/+36
* sys/linux: cover BPF tokensPaul Chaignon2024-09-091-1/+14
* sys/linux: cover value_type_btf_obj_fd field for BPF_MAP_CREATEPaul Chaignon2024-09-091-2/+5
* sys/linux: update BPF constantsPaul Chaignon2024-09-091-4/+4
* sys/linux: run make extractAleksandr Nogikh2024-01-301-2/+6
* sys/linux/bpf: use nested definitions for attach flags and typesPaul Chaignon2023-12-051-2/+2
* sys/linux: move description of BPF programs to own filePaul Chaignon2023-11-281-507/+0
* 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-271-1/+1
* sys/linux: add all format specifiers for bpf_trace_printkPaul Chaignon2023-11-271-4/+16
* sys/linux: fix comments for bpf_trace_printk helperPaul Chaignon2023-11-271-2/+2
* sys/linux: add BPF_RB_* flags for ringbuf helpersPaul Chaignon2023-11-091-4/+6
* sys/linux: describe BPF helper bpf_ringbuf_outputPaul Chaignon2023-11-091-0/+20
* sys/linux: describe BPF helper call to bpf_ringbuf_queryPaul Chaignon2023-11-091-0/+10
* sys/linux: describe call to BPF helper bpf_ringbuf_discardPaul Chaignon2023-11-091-4/+6
* sys/linux: add null check BPF instructionsPaul Chaignon2023-11-091-5/+27
* sys/linux: describe call to BPF helper bpf_ringbuf_submitPaul Chaignon2023-11-091-0/+12
* sys/linux: describe call to BPF helper bpf_ringbuf_reservePaul Chaignon2023-11-091-0/+22
* sys/linux: describe ringbuf map creationPaul Chaignon2023-11-091-0/+3
* sys/linux: describe call to bpf_tail_call helperPaul Chaignon2023-11-061-3/+18
* 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-061-3/+3
* sys/linux: support new BPF opcode BPF_MEMSXPaul Chaignon2023-10-231-1/+2
* sys/linux: describe full call to bpf_snprintf helperPaul Chaignon2023-10-161-0/+29
* sys/linux: describe map holding constant stringPaul Chaignon2023-10-161-0/+26
* sys/linux: describe full call to bpf_trace_printk helperPaul Chaignon2023-10-161-0/+42
* sys/linux: templatize ldst, alu, and call_helper BPF instructionsPaul Chaignon2023-10-161-22/+34
* sys/linux: templatize arg for BPF_MAP_CREATEPaul Chaignon2023-10-161-23/+9
* sys/linux: mark optional BPF_PROG_LOAD arguments as optPaul Chaignon2023-10-051-2/+2
* sys/linux: fix include lines and regenerate constsAleksandr Nogikh2023-10-041-0/+1
* sys/linux: cover multi-uprobes for BPF_LINK_CREATEPaul Chaignon2023-09-131-0/+12
* 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-131-0/+10
* sys/linux: cover cookie for tracing BPF linksPaul Chaignon2023-09-131-0/+6
* sys/linux: cover multi-kprobes in BPF_LINK_CREATEPaul Chaignon2023-09-131-0/+23
* 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-131-0/+30
* sys/linux: support multi-progs for BPF_PROG_QUERYPaul Chaignon2023-09-111-4/+9
* sys/linux: support multi-progs for BPF_PROG_DETACHPaul Chaignon2023-09-111-4/+8
* sys/linux: support multi-progs for BPF_PROG_ATTACHPaul Chaignon2023-09-111-1/+11
* sys/linux: update BPF constantsPaul Chaignon2023-09-111-4/+4
* sys/linux: add more coverage for MPTCPChristoph Paasch2023-09-041-1/+1
* sys/linux: support btf_log_true_size field for BPF_BTF_LOADPaul Chaignon2023-08-251-5/+6
* sys/linux: support prog_attach_flags field for BPF_PROG_QUERYPaul Chaignon2023-08-251-6/+7
* sys/linux: support O_PATH fds in BPF_OBJ_* cmdsPaul Chaignon2023-08-251-3/+44