summaryrefslogtreecommitdiff
path: root/include/linux/bpf_types.h
AgeCommit message (Expand)Author
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
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend
2017-08-16bpf: introduce new program type for skbs on socketsJohn Fastabend
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg