summaryrefslogtreecommitdiff
path: root/include/linux/bpf_types.h
AgeCommit message (Expand)Author
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-10-28bpf: Add bloom filter map implementationJoanne Koong
2021-10-26bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of CONFIG_NETTejun Heo
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko
2021-07-19bpf: Fix OOB read when printing XDP link fdinfoLorenz Bauer
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang
2021-02-26bpf: Enable task local storage for tracing programsSong Liu
2020-11-06bpf: Implement task local storageKP Singh
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh
2020-07-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki
2020-06-01bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song
2020-04-28bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMKP Singh
2020-01-22bpf: Introduce dynamic program extensionsAlexei Starovoitov
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau
2019-11-15bpf: Annotate context typesAlexei Starovoitov
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen
2019-06-27bpf: implement getsockopt and setsockopt hooksStanislav Fomichev
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins
2019-04-12bpf: Sysctl hookAndrey Ignatov
2019-01-31bpf: BPF_PROG_TYPE_CGROUP_{SKB, SOCK, SOCK_ADDR} require cgroups enabledStanislav Fomichev
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B
2018-10-19bpf: rename stack trace map operationsMauricio Vasquez B
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin
2018-09-19flow_dissector: fix build failure without CONFIG_NETWillem de Bruijn
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov
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 cgroup storage mapsRoman Gushchin
2018-05-30media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux
2018-05-24bpf: Split lwt inout verifier structuresMathieu Xhonneux
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend
2018-01-04bpf: only build sockmap with CONFIG_INETJohn Fastabend
2017-11-05bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18bpf: split verifier and program opsJakub Kicinski
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer