summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-202-9/+25
|\ \ | |/ |/|
| * bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski2018-12-131-3/+10
| * bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2018-12-111-6/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-104-99/+458
|\ \
| * | bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song2018-12-101-19/+19
| * | bpf: clean up bpf_prog_get_info_by_fd()Song Liu2018-12-101-2/+2
| * | bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang2018-12-101-4/+12
| * | bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-094-33/+368
| * | bpf: verifier remove the rejection on BPF_ALU | BPF_ARSHJiong Wang2018-12-071-5/+0
| * | bpf: interpreter support BPF_ALU | BPF_ARSHJiong Wang2018-12-071-22/+30
| * | bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau2018-12-051-9/+9
| * | bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau2018-12-052-27/+21
| * | bpf: add __weak hook for allocating executable memoryArd Biesheuvel2018-12-051-2/+12
| * | bpf: Fix memleak in aux->func_info and aux->btfMartin KaFai Lau2018-12-021-0/+2
| * | bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-11-302-1/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-092-14/+146
|\ \ \ | |/ / |/| / | |/
| * bpf: add per-insn complexity limitAlexei Starovoitov2018-12-041-1/+6
| * bpf: improve verifier branch analysisAlexei Starovoitov2018-12-041-13/+80
| * bpf: check pending signals while verifying programsAlexei Starovoitov2018-12-041-0/+3
| * bpf: btf: check name validity for various typesYonghong Song2018-11-281-0/+57
| * bpf: btf: implement btf_name_valid_identifier()Yonghong Song2018-11-281-0/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-293-43/+48
|\ \
| * | bpf: btf: support proper non-jit func infoYonghong Song2018-11-263-43/+48
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-284-10/+45
|\ \ \ | |/ / |/| / | |/
| * bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann2018-11-261-0/+34
| * bpf: fix integer overflow in queue_stack_mapAlexei Starovoitov2018-11-221-8/+8
| * bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin2018-11-161-1/+2
| * bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-11-161-1/+1
* | bpf: btf: fix spelling mistake "Memmber" -> "Member"Colin Ian King2018-11-261-1/+1
* | bpf, tags: Fix DEFINE_PER_CPU expansionRustam Kovhaev2018-11-261-2/+1
* | bpf, lpm: make longest_prefix_match() fasterEric Dumazet2018-11-221-10/+49
* | bpf: Introduce bpf_func_infoYonghong Song2018-11-204-7/+189
* | bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau2018-11-201-50/+339
* | bpf: btf: Break up btf_type_is_void()Martin KaFai Lau2018-11-201-15/+22
* | bpf: allow zero-initializing hash map seedLorenz Bauer2018-11-201-2/+11
* | bpf: fix null pointer dereference on pointer offloadColin Ian King2018-11-161-2/+3
* | bpf: Allow narrow loads with offset > 0Andrey Ignatov2018-11-101-5/+16
* | bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-101-2/+2
* | bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2018-11-102-4/+4
* | bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-101-23/+1
* | bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-101-7/+7
* | bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-101-13/+9
* | bpf: call finalize() from its callback in struct bpf_offload_devQuentin Monnet2018-11-101-2/+2
* | bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet2018-11-101-1/+3
* | bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-101-1/+4
* | bpf: let verifier to calculate and record max_pkt_offsetJiong Wang2018-11-091-0/+12
|/
* bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann2018-11-021-0/+1
* bpf: show main program address and length in bpf_prog_infoSong Liu2018-11-021-9/+24
* bpf: show real jited address in bpf_prog_info->jited_ksymsSong Liu2018-11-021-1/+0
* bpf: show real jited prog address in /proc/kallsymsSong Liu2018-11-021-3/+1
OpenPOWER on IntegriCloud