index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
hv
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-09
bpf: Refactor and bug fix in test_func_type in test_btf.c
Martin KaFai Lau
1
-86
/
+125
2018-12-09
bpf: tools: Sync uapi bpf.h
Martin KaFai Lau
1
-0
/
+19
2018-12-09
bpf: Add bpf_line_info support
Martin KaFai Lau
10
-33
/
+419
2018-12-07
selftests: bpf: update testcases for BPF_ALU | BPF_ARSH
Jiong Wang
1
-4
/
+25
2018-12-07
bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH
Jiong Wang
1
-5
/
+0
2018-12-07
bpf: interpreter support BPF_ALU | BPF_ARSH
Jiong Wang
1
-22
/
+30
2018-12-07
nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
1
-0
/
+45
2018-12-07
s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
1
-0
/
+12
2018-12-07
ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
3
-0
/
+12
2018-12-07
mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X
Jiong Wang
6
-4
/
+13
2018-12-07
mips: bpf: fix encoding bug for mm_srlv32_op
Jiong Wang
1
-1
/
+1
2018-12-05
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
4
-9
/
+22
2018-12-05
bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_info
Martin KaFai Lau
1
-1
/
+1
2018-12-05
bpf: Change insn_offset to insn_off in bpf_func_info
Martin KaFai Lau
2
-10
/
+10
2018-12-05
bpf: Improve the info.func_info and info.func_info_rec_size behavior
Martin KaFai Lau
2
-27
/
+21
2018-12-05
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
5
-4
/
+176
2018-12-05
arm64/bpf: don't allocate BPF JIT programs in module memory
Ard Biesheuvel
2
-1
/
+17
2018-12-05
bpf: add __weak hook for allocating executable memory
Ard Biesheuvel
1
-2
/
+12
2018-12-04
selftests: add a test for bpf_prog_test_run_xattr
Lorenz Bauer
1
-1
/
+54
2018-12-04
libbpf: add bpf_prog_test_run_xattr
Lorenz Bauer
3
-0
/
+43
2018-12-04
tools: sync uapi/linux/bpf.h
Lorenz Bauer
1
-2
/
+5
2018-12-04
bpf: respect size hint to BPF_PROG_TEST_RUN if present
Lorenz Bauer
2
-4
/
+18
2018-12-03
samples: bpf: fix: seg fault with NULL pointer arg
Daniel T. Lee
1
-1
/
+3
2018-12-03
bpf: fix documentation for eBPF helpers
Quentin Monnet
1
-45
/
+45
2018-12-03
bpf: allow BPF read access to qdisc pkt_len
Petar Penkov
4
-0
/
+50
2018-12-03
libbpf: Fix license in README.rst
Andrey Ignatov
1
-1
/
+1
2018-12-02
bpf: Fix memleak in aux->func_info and aux->btf
Martin KaFai Lau
1
-0
/
+2
2018-11-30
samples: bpf: get ifindex from ifname
Matteo Croce
1
-2
/
+7
2018-11-30
samples: bpf: improve xdp1 example
Matteo Croce
1
-10
/
+8
2018-11-30
bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.
David Miller
1
-0
/
+17
2018-11-30
bpf: Make more use of 'any' alignment in test_verifier.c
David Miller
1
-0
/
+44
2018-11-30
bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.c
David Miller
1
-18
/
+24
2018-11-30
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
8
-9
/
+45
2018-11-30
bpf: Fix verifier log string check for bad alignment.
David Miller
1
-1
/
+1
2018-11-30
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
Quentin Monnet
3
-26
/
+75
2018-11-30
tools: bpftool: mark offloaded programs more explicitly in plain output
Quentin Monnet
1
-1
/
+1
2018-11-30
tools: bpftool: fix bash completion for new map types (queue and stack)
Quentin Monnet
1
-1
/
+1
2018-11-30
tools: bpftool: fix bash completion for bpftool prog (attach|detach)
Quentin Monnet
1
-24
/
+49
2018-11-30
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
Quentin Monnet
2
-13
/
+3
2018-11-30
arm64/bpf: use movn/movk/movk sequence to generate kernel addresses
Ard Biesheuvel
1
-11
/
+6
2018-11-30
tools/bpf: make libbpf _GNU_SOURCE friendly
Yonghong Song
2
-0
/
+3
2018-11-29
net: Don't default Aquantia USB driver to 'y'
David S. Miller
1
-1
/
+0
2018-11-29
net: explain __skb_checksum_complete() with comments
Cong Wang
2
-1
/
+18
2018-11-29
tcp: remove loop to compute wscale
Eric Dumazet
1
-5
/
+3
2018-11-29
qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure.
Michael Shteinbok
3
-2
/
+4
2018-11-29
dpaa2-eth: Add "fall through" comments
Ioana Ciocoi Radulescu
1
-0
/
+2
2018-11-29
net: ethernet: ave: Preserve wol state in suspend/resume sequence
Kunihiko Hayashi
1
-0
/
+10
2018-11-29
net: ethernet: ave: Set initial wol state to disabled
Kunihiko Hayashi
1
-1
/
+5
2018-11-29
net: ethernet: ave: Add suspend/resume support
Kunihiko Hayashi
1
-0
/
+44
2018-11-28
bpf: Fix various lib and testsuite build failures on 32-bit.
David Miller
2
-6
/
+6
[next]