aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet1-0/+3
2019-08-17bpf: export bpf_map_inc_not_zeroStanislav Fomichev1-0/+2
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen1-0/+7
2019-07-29include/bpf.h: Remove map_insert_ctx() stubsToke Høiland-Jørgensen1-10/+0
2019-06-27bpf: implement getsockopt and setsockopt hooksStanislav Fomichev1-0/+2
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+25
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet1-1/+0
2019-06-15bpf: Fix build error without CONFIG_INETYueHaibing1-7/+24
2019-06-10bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon1-0/+8
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-1/+1
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-1/+4
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-3/+7
2019-05-31bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAYbrakmo1-0/+50
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-05-29bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev1-6/+6
2019-05-24bpf: verifier: insert zero extension according to analysis resultJiong Wang1-0/+1
2019-05-14bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann1-0/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau1-0/+2
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins1-0/+2
2019-04-25bpf: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov1-0/+2
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov1-0/+2
2019-04-11bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev1-8/+28
2019-04-09bpf: add syscall side map freeze supportDaniel Borkmann1-1/+2
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann1-0/+29
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann1-0/+6
2019-04-04bpf: increase complexity limit and maximum program sizeAlexei Starovoitov1-0/+1
2019-03-21bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer1-0/+1
2019-03-13bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau1-1/+0
2019-02-27bpf: enable program statsAlexei Starovoitov1-0/+9
2019-02-12bpf: offload: add priv field for driversJakub Kicinski1-1/+2
2019-02-10bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau1-0/+30
2019-02-10bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau1-0/+12
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov1-0/+2
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-3/+34
2019-01-29bpf: add BPF_PROG_TEST_RUN support for flow dissectorStanislav Fomichev1-0/+3
2019-01-23bpf: notify offload JITs about optimizationsJakub Kicinski1-0/+7
2018-12-12bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin1-0/+3
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau1-0/+21
2018-11-26bpf: btf: support proper non-jit func infoYonghong Song1-2/+4
2018-11-20bpf: Introduce bpf_func_infoYonghong Song1-1/+4
2018-11-10bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet1-2/+2
2018-11-10bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet1-1/+1
2018-11-10bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet1-0/+1
2018-11-10bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet1-0/+1
2018-11-10bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet1-1/+1
2018-11-10bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet1-0/+1