summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-281-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-0/+25
|\
| * bpf: Fix build error without CONFIG_INETYueHaibing2019-06-151-7/+24
| * bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-111-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-1/+0Star
|\ \
| * | sysctl: define proc_do_static_key()Eric Dumazet2019-06-151-1/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-4/+1Star
|\| | | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1Star
* | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-06-011-1/+1
* | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-06-011-1/+4
* | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-06-011-3/+7
* | bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAYbrakmo2019-06-011-0/+50
* | bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev2019-05-291-6/+6
* | bpf: verifier: insert zero extension according to analysis resultJiong Wang2019-05-251-0/+1
|/
* bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann2019-05-141-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-1/+1
|\
| * bpf: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-04-261-1/+1
* | bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-271-0/+2
* | bpf: add writable context for raw tracepointsMatt Mullins2019-04-271-0/+2
* | bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov2019-04-121-0/+2
* | bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov2019-04-121-0/+2
* | bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-8/+28
* | bpf: add syscall side map freeze supportDaniel Borkmann2019-04-101-1/+2
* | bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-101-0/+29
* | bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-101-0/+6
* | bpf: increase complexity limit and maximum program sizeAlexei Starovoitov2019-04-041-0/+1
* | bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer2019-03-221-0/+1
|/
* bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau2019-03-131-1/+0Star
* bpf: enable program statsAlexei Starovoitov2019-02-271-0/+9
* bpf: offload: add priv field for driversJakub Kicinski2019-02-121-1/+2
* bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-111-0/+30
* bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-111-0/+12
* bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-011-0/+2
* bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-3/+34
* bpf: add BPF_PROG_TEST_RUN support for flow dissectorStanislav Fomichev2019-01-291-0/+3
* bpf: notify offload JITs about optimizationsJakub Kicinski2019-01-241-0/+7
* bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin2018-12-131-0/+3
* bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-0/+21
* bpf: btf: support proper non-jit func infoYonghong Song2018-11-271-2/+4
* bpf: Introduce bpf_func_infoYonghong Song2018-11-201-1/+4
* bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-111-2/+2
* bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2018-11-111-1/+1
* bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-111-0/+1
* bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-111-0/+1
* bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-111-1/+1
* bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet2018-11-111-0/+1
* bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-111-1/+2
* bpf: let verifier to calculate and record max_pkt_offsetJiong Wang2018-11-091-0/+1
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-0/+6
* bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUEMauricio Vasquez B2018-10-191-0/+1