index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-25
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
2020-08-25
bpf: Generalize bpf_sk_storage
KP Singh
2020-08-25
bpf: Generalize caching for sk_storage.
KP Singh
2020-08-25
bpf: Renames in preparation for bpf_local_storage
KP Singh
2020-08-24
selftests/bpf: Enable tc verbose mode for test_sk_assign
Yonghong Song
2020-08-24
samples: bpf: Refactor tracepoint tracing programs with libbpf
Daniel T. Lee
2020-08-24
samples: bpf: Refactor kprobe tracing programs with libbpf
Daniel T. Lee
2020-08-24
samples: bpf: Cleanup bpf_load.o from Makefile
Daniel T. Lee
2020-08-24
selftests: bpf: Fix sockmap update nits
Lorenz Bauer
2020-08-24
libbpf: Fix type compatibility check copy-paste error
Andrii Nakryiko
2020-08-24
libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo
Andrii Nakryiko
2020-08-24
bpf: sk_lookup: Add user documentation
Jakub Sitnicki
2020-08-24
docs: Correct subject prefix and update LLVM info
Jianlin Lv
2020-08-24
Merge branch 'bpf-tcp-header-opts'
Alexei Starovoitov
2020-08-24
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
2020-08-24
bpf: selftests: Tcp header options
Martin KaFai Lau
2020-08-24
bpf: selftests: Add fastopen_connect to network_helpers
Martin KaFai Lau
2020-08-24
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
2020-08-24
bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
Martin KaFai Lau
2020-08-24
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
Martin KaFai Lau
2020-08-24
bpf: tcp: Add bpf_skops_parse_hdr()
Martin KaFai Lau
2020-08-24
bpf: tcp: Add bpf_skops_established()
Martin KaFai Lau
2020-08-24
tcp: Add saw_unknown to struct tcp_options_received
Martin KaFai Lau
2020-08-24
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
Martin KaFai Lau
2020-08-24
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
2020-08-24
tcp: Use a struct to represent a saved_syn
Martin KaFai Lau
2020-08-21
libbpf: Normalize and improve logging across few functions
Andrii Nakryiko
2020-08-21
libbpf: Skip well-known ELF sections when iterating ELF
Andrii Nakryiko
2020-08-21
libbpf: Add __noinline macro to bpf_helpers.h
Andrii Nakryiko
2020-08-21
libbpf: Factor out common ELF operations and improve logging
Andrii Nakryiko
2020-08-21
selftests/bpf: BPF object files should depend only on libbpf headers
Andrii Nakryiko
2020-08-21
Merge branch 'update-sockmap-from-prog'
Alexei Starovoitov
2020-08-21
selftests: bpf: Test sockmap update from BPF
Lorenz Bauer
2020-08-21
bpf: sockmap: Allow update from BPF
Lorenz Bauer
2020-08-21
bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
Lorenz Bauer
2020-08-21
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
2020-08-21
bpf: sockmap: Merge sockmap and sockhash update functions
Lorenz Bauer
2020-08-21
net: sk_msg: Simplify sk_psock initialization
Lorenz Bauer
2020-08-21
libbpf: Add perf_buffer APIs for better integration with outside epoll loop
Andrii Nakryiko
2020-08-21
Merge branch 'link_query-bpf_iter'
Alexei Starovoitov
2020-08-21
bpftool: Implement link_query for bpf iterators
Yonghong Song
2020-08-21
bpf: Implement link_query callbacks in map element iterators
Yonghong Song
2020-08-21
bpf: Implement link_query for bpf iterators
Yonghong Song
2020-08-20
selftests/bpf: List newest Clang built-ins needed for some CO-RE selftests
Andrii Nakryiko
2020-08-20
selftests/bpf: Fix two minor compilation warnings reported by GCC 4.9
Andrii Nakryiko
2020-08-20
libbpf: Fix libbpf build on compilers missing __builtin_mul_overflow
Andrii Nakryiko
2020-08-20
libbpf: Fix detection of BPF helper call instruction
Andrii Nakryiko
2020-08-20
Merge branch 'bpf-umd-debug'
Daniel Borkmann
2020-08-20
selftests/bpf: Add bpffs preload test.
Alexei Starovoitov
2020-08-20
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
[next]