aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-15bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov1-0/+3
2018-07-12bpf: fix documentation for eBPF helpersQuentin Monnet1-4/+2
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern1-5/+23
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-27/+109
2018-06-03bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern1-1/+1
2018-06-03bpf: implement bpf_get_current_cgroup_id() helperYonghong Song1-1/+7
2018-06-03bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann1-1/+2
2018-06-03bpf: add bpf_skb_cgroup_id helperDaniel Borkmann1-1/+18
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-06-01bpf: fix uapi hole for 32 bit compat applicationsDaniel Borkmann1-0/+2
2018-05-30media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young1-1/+52
2018-05-29bpf: Drop mpls from bpf_fib_lookupDavid Ahern1-13/+13
2018-05-29bpf: clean up eBPF helpers documentationQuentin Monnet1-11/+10
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov1-0/+8
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song1-0/+26
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux1-0/+1
2018-05-24bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux1-1/+95
2018-05-24bpf: get JITed image lengths of functions via syscallSandipan Das1-0/+2
2018-05-24bpf: get kernel symbol addresses via syscallSandipan Das1-0/+2
2018-05-23bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau1-4/+4
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend1-0/+8
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend1-2/+52
2018-05-11bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern1-1/+80
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau1-0/+6
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau1-0/+5
2018-05-03bpf: add skb_load_bytes_relative helperDaniel Borkmann1-1/+32
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel1-0/+1
2018-04-30bpf: fix formatting for bpf_get_stack() helper docQuentin Monnet1-27/+27
2018-04-30bpf: fix formatting for bpf_perf_event_read() helper docQuentin Monnet1-4/+4
2018-04-29bpf: Fix helpers ctx struct types in uapi docAndrey Ignatov1-6/+6
2018-04-29bpf: add bpf_get_stack helperYonghong Song1-2/+40
2018-04-27bpf: add documentation for eBPF helpers (65-66)Quentin Monnet1-0/+30
2018-04-27bpf: add documentation for eBPF helpers (58-64)Quentin Monnet1-0/+147
2018-04-27bpf: add documentation for eBPF helpers (51-57)Quentin Monnet1-0/+180
2018-04-27bpf: add documentation for eBPF helpers (42-50)Quentin Monnet1-0/+172
2018-04-27bpf: add documentation for eBPF helpers (33-41)Quentin Monnet1-0/+164
2018-04-27bpf: add documentation for eBPF helpers (23-32)Quentin Monnet1-0/+197
2018-04-27bpf: add documentation for eBPF helpers (12-22)Quentin Monnet1-0/+254
2018-04-27bpf: add documentation for eBPF helpers (01-11)Quentin Monnet1-0/+230
2018-04-27bpf: add script and prepare bpf.h for new helpers documentationQuentin Monnet1-406/+16
2018-04-26bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa1-0/+1
2018-04-24bpf: add helper for getting xfrm statesEyal Birger1-1/+24
2018-04-19bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau1-0/+3
2018-04-19bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau1-0/+9
2018-04-18bpf: adding bpf_xdp_adjust_tail helperNikita V. Shirokov1-1/+9
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov1-0/+11
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov1-1/+11
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov1-0/+23
2018-03-31bpf: Check attach type at prog load timeAndrey Ignatov1-0/+5
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov1-0/+11