aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)Author
2019-07-26bpf: fix uapi bpf_prog_info fields alignmentBaruch Siach
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann
2019-07-03bpf: simplify definition of BPF_FIB_LOOKUP related flagsMartynas Pumputis
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin
2018-07-31bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov
2018-07-15bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov
2018-07-12bpf: fix documentation for eBPF helpersQuentin Monnet
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-06-03bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern
2018-06-03bpf: implement bpf_get_current_cgroup_id() helperYonghong Song
2018-06-03bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann
2018-06-03bpf: add bpf_skb_cgroup_id helperDaniel Borkmann
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-01bpf: fix uapi hole for 32 bit compat applicationsDaniel Borkmann
2018-05-30media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young
2018-05-29bpf: Drop mpls from bpf_fib_lookupDavid Ahern
2018-05-29bpf: clean up eBPF helpers documentationQuentin Monnet
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux
2018-05-24bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux
2018-05-24bpf: get JITed image lengths of functions via syscallSandipan Das
2018-05-24bpf: get kernel symbol addresses via syscallSandipan Das
2018-05-23bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend
2018-05-11bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau
2018-05-03bpf: add skb_load_bytes_relative helperDaniel Borkmann
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel
2018-04-30bpf: fix formatting for bpf_get_stack() helper docQuentin Monnet
2018-04-30bpf: fix formatting for bpf_perf_event_read() helper docQuentin Monnet
2018-04-29bpf: Fix helpers ctx struct types in uapi docAndrey Ignatov
2018-04-29bpf: add bpf_get_stack helperYonghong Song
2018-04-27bpf: add documentation for eBPF helpers (65-66)Quentin Monnet
2018-04-27bpf: add documentation for eBPF helpers (58-64)Quentin Monnet
2018-04-27bpf: add documentation for eBPF helpers (51-57)Quentin Monnet
2018-04-27bpf: add documentation for eBPF helpers (42-50)Quentin Monnet
2018-04-27bpf: add documentation for eBPF helpers (33-41)Quentin Monnet
2018-04-27bpf: add documentation for eBPF helpers (23-32)Quentin Monnet
2018-04-27bpf: add documentation for eBPF helpers (12-22)Quentin Monnet
2018-04-27bpf: add documentation for eBPF helpers (01-11)Quentin Monnet
2018-04-27bpf: add script and prepare bpf.h for new helpers documentationQuentin Monnet
2018-04-26bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa