index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
selftests/bpf: Add combined fentry/fexit test
Alexei Starovoitov
2019-11-15
1
-0
/
+90
|
|
*
selftests/bpf: Add fexit tests for BPF trampoline
Alexei Starovoitov
2019-11-15
2
-0
/
+162
|
|
*
selftests/bpf: Add test for BPF trampoline
Alexei Starovoitov
2019-11-15
3
-0
/
+167
|
|
*
bpf: Add kernel test functions for fentry testing
Alexei Starovoitov
2019-11-15
1
-0
/
+41
|
|
*
selftest/bpf: Simple test for fentry/fexit
Alexei Starovoitov
2019-11-15
2
-3
/
+88
|
|
*
libbpf: Add support to attach to fentry/fexit tracing progs
Alexei Starovoitov
2019-11-15
4
-25
/
+82
|
|
*
libbpf: Introduce btf__find_by_name_kind()
Alexei Starovoitov
2019-11-15
3
-0
/
+25
|
|
*
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-15
9
-10
/
+735
|
|
*
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
2019-11-15
3
-0
/
+65
|
|
*
bpf: Refactor x86 JIT into helpers
Alexei Starovoitov
2019-11-15
1
-54
/
+98
|
|
/
|
*
x86/alternatives: Teach text_poke_bp() to emulate instructions
Peter Zijlstra
2019-11-15
4
-46
/
+130
|
*
bpf, doc: Change right arguments for JIT example code
Mao Wenan
2019-11-15
1
-4
/
+4
|
*
samples/bpf: Add missing option to xdpsock usage
Andre Guedes
2019-11-15
1
-0
/
+2
|
*
samples/bpf: Remove duplicate option from xdpsock
Andre Guedes
2019-11-15
1
-1
/
+0
|
*
s390/bpf: Make sure JIT passes do not increase code size
Ilya Leoshkevich
2019-11-15
1
-8
/
+66
|
*
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
2019-11-15
2
-2
/
+8
|
*
bpf, testing: Add missing object file to TEST_FILES
Anders Roxell
2019-11-11
1
-1
/
+2
|
*
bpf, testing: Workaround a verifier failure for test_progs
Yonghong Song
2019-11-11
1
-1
/
+4
|
*
Merge branch 'share-umem'
Alexei Starovoitov
2019-11-11
6
-59
/
+195
|
|
\
|
|
*
xsk: Extend documentation for Rx|Tx-only sockets and shared umems
Magnus Karlsson
2019-11-11
1
-5
/
+23
|
|
*
samples/bpf: Use Rx-only and Tx-only sockets in xdpsock
Magnus Karlsson
2019-11-11
1
-12
/
+29
|
|
*
libbpf: Allow for creating Rx or Tx only AF_XDP sockets
Magnus Karlsson
2019-11-11
1
-2
/
+3
|
|
*
samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
Magnus Karlsson
2019-11-11
4
-42
/
+135
|
|
*
libbpf: Support XDP_SHARED_UMEM with external XDP program
Magnus Karlsson
2019-11-11
1
-10
/
+17
|
|
/
|
*
Merge branch 'map-pinning'
Alexei Starovoitov
2019-11-11
7
-55
/
+120
|
|
\
|
|
*
libbpf: Add getter for program size
Toke Høiland-Jørgensen
2019-11-11
3
-0
/
+9
|
|
*
libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
Toke Høiland-Jørgensen
2019-11-11
3
-28
/
+67
|
|
*
libbpf: Use pr_warn() when printing netlink errors
Toke Høiland-Jørgensen
2019-11-11
2
-6
/
+7
|
|
*
libbpf: Propagate EPERM to caller on program load
Toke Høiland-Jørgensen
2019-11-11
1
-16
/
+11
|
|
*
selftests/bpf: Add tests for automatic map unpinning on load failure
Toke Høiland-Jørgensen
2019-11-11
2
-4
/
+18
|
|
*
libbpf: Unpin auto-pinned maps if loading fails
Toke Høiland-Jørgensen
2019-11-11
1
-1
/
+8
|
|
/
|
*
samples: bpf: update map definition to new syntax BTF-defined map
Daniel T. Lee
2019-11-09
12
-178
/
+178
|
*
samples: bpf: Update outdated error message
Daniel T. Lee
2019-11-09
5
-7
/
+7
|
*
bpf: Add cb access in kfree_skb test
Martin KaFai Lau
2019-11-07
2
-16
/
+63
|
*
bpf: Add array support to btf_struct_access
Martin KaFai Lau
2019-11-07
1
-29
/
+166
|
*
Merge branch 'bpf-libbpf-fixes'
Daniel Borkmann
2019-11-07
4
-13
/
+12
|
|
\
|
|
*
libbpf: Improve handling of corrupted ELF during map initialization
Andrii Nakryiko
2019-11-07
1
-2
/
+2
|
|
*
libbpf: Make btf__resolve_size logic always check size error condition
Andrii Nakryiko
2019-11-07
1
-2
/
+1
|
|
*
libbpf: Fix another potential overflow issue in bpf_prog_linfo
Andrii Nakryiko
2019-11-07
1
-7
/
+7
|
|
*
libbpf: Fix potential overflow issue
Andrii Nakryiko
2019-11-07
1
-1
/
+1
|
|
*
libbpf: Fix memory leak/double free issue
Andrii Nakryiko
2019-11-07
1
-1
/
+1
|
|
/
|
*
libbpf: Fix negative FD close() in xsk_setup_xdp_prog()
Andrii Nakryiko
2019-11-07
1
-0
/
+2
|
*
s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ip
Ilya Leoshkevich
2019-11-07
1
-16
/
+5
|
*
s390/bpf: Wrap JIT macro parameter usages in parentheses
Ilya Leoshkevich
2019-11-07
1
-31
/
+31
|
*
s390/bpf: Use kvcalloc for addrs array
Ilya Leoshkevich
2019-11-07
1
-2
/
+3
|
*
tools, bpf_asm: Warn when jumps are out of range
Ilya Leoshkevich
2019-11-07
1
-2
/
+12
|
*
bpf: Account for insn->off when doing bpf_probe_read_kernel
Martin KaFai Lau
2019-11-07
1
-1
/
+1
|
*
libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage
Andrii Nakryiko
2019-11-06
2
-28
/
+18
|
*
selftests/bps: Clean up removed ints relocations negative tests
Andrii Nakryiko
2019-11-06
1
-6
/
+0
|
*
Merge branch 'bpf-libbpf-bitfield-size-relo'
Daniel Borkmann
2019-11-04
23
-161
/
+682
|
|
\
[prev]
[next]