index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic
Martin KaFai Lau
2018-12-09
4
-177
/
+177
|
|
*
bpf: Add unit tests for bpf_line_info
Martin KaFai Lau
2018-12-09
1
-17
/
+580
|
|
*
bpf: Refactor and bug fix in test_func_type in test_btf.c
Martin KaFai Lau
2018-12-09
1
-86
/
+125
|
|
*
bpf: tools: Sync uapi bpf.h
Martin KaFai Lau
2018-12-09
1
-0
/
+19
|
|
*
bpf: Add bpf_line_info support
Martin KaFai Lau
2018-12-09
10
-33
/
+419
|
|
/
|
*
Merge branch 'support-alu32_arsh'
Alexei Starovoitov
2018-12-07
14
-35
/
+137
|
|
\
|
|
*
selftests: bpf: update testcases for BPF_ALU | BPF_ARSH
Jiong Wang
2018-12-07
1
-4
/
+25
|
|
*
bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH
Jiong Wang
2018-12-07
1
-5
/
+0
|
|
*
bpf: interpreter support BPF_ALU | BPF_ARSH
Jiong Wang
2018-12-07
1
-22
/
+30
|
|
*
nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
2018-12-07
1
-0
/
+45
|
|
*
s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
2018-12-07
1
-0
/
+12
|
|
*
ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
2018-12-07
3
-0
/
+12
|
|
*
mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X
Jiong Wang
2018-12-07
6
-4
/
+13
|
|
/
|
*
mips: bpf: fix encoding bug for mm_srlv32_op
Jiong Wang
2018-12-07
1
-1
/
+1
|
*
Merge branch 'bpf_func_info-improvements'
Alexei Starovoitov
2018-12-05
9
-47
/
+54
|
|
\
|
|
*
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
2018-12-05
4
-9
/
+22
|
|
*
bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_info
Martin KaFai Lau
2018-12-05
1
-1
/
+1
|
|
*
bpf: Change insn_offset to insn_off in bpf_func_info
Martin KaFai Lau
2018-12-05
2
-10
/
+10
|
|
*
bpf: Improve the info.func_info and info.func_info_rec_size behavior
Martin KaFai Lau
2018-12-05
2
-27
/
+21
|
|
/
|
*
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
2018-12-05
5
-4
/
+176
|
*
Merge branch 'bpf-jit-overridable-alloc'
Daniel Borkmann
2018-12-05
3
-3
/
+29
|
|
\
|
|
*
arm64/bpf: don't allocate BPF JIT programs in module memory
Ard Biesheuvel
2018-12-05
2
-1
/
+17
|
|
*
bpf: add __weak hook for allocating executable memory
Ard Biesheuvel
2018-12-05
1
-2
/
+12
|
|
/
|
*
Merge branch 'prog_test_run-improvement'
Alexei Starovoitov
2018-12-04
7
-7
/
+120
|
|
\
|
|
*
selftests: add a test for bpf_prog_test_run_xattr
Lorenz Bauer
2018-12-04
1
-1
/
+54
|
|
*
libbpf: add bpf_prog_test_run_xattr
Lorenz Bauer
2018-12-04
3
-0
/
+43
|
|
*
tools: sync uapi/linux/bpf.h
Lorenz Bauer
2018-12-04
1
-2
/
+5
|
|
*
bpf: respect size hint to BPF_PROG_TEST_RUN if present
Lorenz Bauer
2018-12-04
2
-4
/
+18
|
|
/
|
*
samples: bpf: fix: seg fault with NULL pointer arg
Daniel T. Lee
2018-12-03
1
-1
/
+3
|
*
bpf: fix documentation for eBPF helpers
Quentin Monnet
2018-12-03
1
-45
/
+45
|
*
bpf: allow BPF read access to qdisc pkt_len
Petar Penkov
2018-12-03
4
-0
/
+50
|
*
libbpf: Fix license in README.rst
Andrey Ignatov
2018-12-03
1
-1
/
+1
|
*
bpf: Fix memleak in aux->func_info and aux->btf
Martin KaFai Lau
2018-12-02
1
-0
/
+2
|
*
Merge branch 'xdp1-improvements'
Alexei Starovoitov
2018-11-30
1
-12
/
+15
|
|
\
|
|
*
samples: bpf: get ifindex from ifname
Matteo Croce
2018-11-30
1
-2
/
+7
|
|
*
samples: bpf: improve xdp1 example
Matteo Croce
2018-11-30
1
-10
/
+8
|
|
/
|
*
Merge branch 'improve-test-coverage-sparc'
Alexei Starovoitov
2018-11-30
8
-25
/
+128
|
|
\
|
|
*
bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.
David Miller
2018-11-30
1
-0
/
+17
|
|
*
bpf: Make more use of 'any' alignment in test_verifier.c
David Miller
2018-11-30
1
-0
/
+44
|
|
*
bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.c
David Miller
2018-11-30
1
-18
/
+24
|
|
*
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
2018-11-30
8
-9
/
+45
|
|
/
|
*
bpf: Fix verifier log string check for bad alignment.
David Miller
2018-11-30
1
-1
/
+1
|
*
Merge branch 'bpftool-fixes'
Alexei Starovoitov
2018-11-30
6
-65
/
+129
|
|
\
|
|
*
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
Quentin Monnet
2018-11-30
3
-26
/
+75
|
|
*
tools: bpftool: mark offloaded programs more explicitly in plain output
Quentin Monnet
2018-11-30
1
-1
/
+1
|
|
*
tools: bpftool: fix bash completion for new map types (queue and stack)
Quentin Monnet
2018-11-30
1
-1
/
+1
|
|
*
tools: bpftool: fix bash completion for bpftool prog (attach|detach)
Quentin Monnet
2018-11-30
1
-24
/
+49
|
|
*
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
Quentin Monnet
2018-11-30
2
-13
/
+3
|
|
/
|
*
arm64/bpf: use movn/movk/movk sequence to generate kernel addresses
Ard Biesheuvel
2018-11-30
1
-11
/
+6
*
|
neighbor: gc_list changes should be protected by table lock
David Ahern
2018-12-10
1
-5
/
+10
[prev]
[next]