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
...
|
*
bpf: Introduce bpf_per_cpu_ptr()
Hao Luo
2020-10-03
8
-13
/
+132
|
*
selftests/bpf: Ksyms_btf to test typed ksyms
Hao Luo
2020-10-02
5
-25
/
+137
|
*
bpf/libbpf: BTF support for typed ksyms
Hao Luo
2020-10-02
1
-13
/
+99
|
*
bpf: Introduce pseudo_btf_id
Hao Luo
2020-10-02
6
-46
/
+188
|
/
*
Merge branch 'Do not limit cb_flags when creating child sk'
Alexei Starovoitov
2020-10-02
6
-40
/
+22
|
\
|
*
bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags
Martin KaFai Lau
2020-10-02
4
-6
/
+22
|
*
bpf: tcp: Do not limit cb_flags when creating child sk from listen sk
Martin KaFai Lau
2020-10-02
2
-34
/
+0
|
/
*
selftests/bpf: Properly initialize linfo in sockmap_basic
Stanislav Fomichev
2020-10-02
1
-1
/
+1
*
selftests/bpf: Initialize duration in xdp_noinline.c
Stanislav Fomichev
2020-10-02
1
-1
/
+1
*
lib8390: Use netif_msg_init to initialize msg_enable bits
Armin Wolf
2020-10-02
1
-6
/
+8
*
net: phy: realtek: Modify 2.5G PHY name to RTL8226
Willy Liu
2020-10-02
1
-19
/
+19
*
caif_virtio: Remove redundant initialization of variable err
Jing Xiangfeng
2020-10-02
1
-1
/
+1
*
net-sysfs: Fix inconsistent of format with argument type in net-sysfs.c
Ye Bin
2020-10-02
1
-2
/
+2
*
pktgen: Fix inconsistent of format with argument type in pktgen.c
Ye Bin
2020-10-02
1
-5
/
+5
*
drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol values
Xie He
2020-10-02
1
-47
/
+51
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-10-01
103
-1760
/
+7528
|
\
|
*
Merge branch 'introduce BPF_F_PRESERVE_ELEMS'
Alexei Starovoitov
2020-10-01
5
-2
/
+127
|
|
\
|
|
*
selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS
Song Liu
2020-10-01
2
-0
/
+104
|
|
*
bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event array
Song Liu
2020-10-01
3
-2
/
+23
|
|
/
|
*
selftests/bpf: Fix alignment of .BTF_ids
Jean-Philippe Brucker
2020-10-01
1
-0
/
+6
|
*
selftests/bpf: Test "incremental" btf_dump in C format
Andrii Nakryiko
2020-09-30
1
-0
/
+105
|
*
libbpf: Make btf_dump work with modifiable BTF
Andrii Nakryiko
2020-09-30
3
-22
/
+65
|
*
Merge branch 'Various BPF helper improvements'
Alexei Starovoitov
2020-09-30
23
-82
/
+830
|
|
\
|
|
*
bpf, selftests: Add redirect_neigh selftest
Daniel Borkmann
2020-09-30
2
-0
/
+312
|
|
*
bpf, selftests: Use bpf_tail_call_static where appropriate
Daniel Borkmann
2020-09-30
9
-49
/
+51
|
|
*
bpf, libbpf: Add bpf_tail_call_static helper for bpf programs
Daniel Borkmann
2020-09-30
1
-0
/
+46
|
|
*
bpf: Add redirect_neigh helper as redirect drop-in
Daniel Borkmann
2020-09-30
4
-15
/
+294
|
|
*
bpf, net: Rework cookie generator as per-cpu one
Daniel Borkmann
2020-09-30
8
-18
/
+86
|
|
*
bpf: Add classid helper only based on skb->sk
Daniel Borkmann
2020-09-30
3
-0
/
+41
|
|
/
|
*
bpf: fix raw_tp test run in preempt kernel
Song Liu
2020-09-30
1
-12
/
+9
|
*
libbpf: Compile in PIC mode only for shared library case
Andrii Nakryiko
2020-09-30
1
-2
/
+1
|
*
libbpf: Compile libbpf under -O2 level by default and catch extra warnings
Andrii Nakryiko
2020-09-30
1
-1
/
+1
|
*
libbpf: Fix uninitialized variable in btf_parse_type_sec
Andrii Nakryiko
2020-09-30
1
-1
/
+1
|
*
Merge branch 'bpf, x64: optimize JIT's pro/epilogue'
Alexei Starovoitov
2020-09-30
1
-12
/
+23
|
|
\
|
|
*
bpf: x64: Do not emit sub/add 0, %rsp when !stack_depth
Maciej Fijalkowski
2020-09-30
1
-10
/
+23
|
|
*
bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogue
Maciej Fijalkowski
2020-09-30
1
-2
/
+0
|
|
/
|
*
selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access
Ilya Leoshkevich
2020-09-30
1
-115
/
+101
|
*
bpf, selftests: Fix warning in snprintf_btf where system() call unchecked
John Fastabend
2020-09-29
1
-1
/
+3
|
*
Merge branch 'bpf: Support multi-attach for freplace'
Alexei Starovoitov
2020-09-29
21
-317
/
+867
|
|
\
|
|
*
selftests: Add selftest for disallowing modify_return attachment to freplace
Toke Høiland-Jørgensen
2020-09-29
3
-1
/
+71
|
|
*
selftests/bpf: Adding test for arg dereference in extension trace
Jiri Olsa
2020-09-29
3
-0
/
+154
|
|
*
selftests: Add test for multiple attachments of freplace program
Toke Høiland-Jørgensen
2020-09-29
2
-32
/
+139
|
|
*
libbpf: Add support for freplace attachment in bpf_link_create
Toke Høiland-Jørgensen
2020-09-29
5
-9
/
+60
|
|
*
bpf: Fix context type resolving for extension programs
Toke Høiland-Jørgensen
2020-09-29
1
-1
/
+8
|
|
*
bpf: Support attaching freplace programs to multiple attach points
Toke Høiland-Jørgensen
2020-09-29
5
-20
/
+142
|
|
*
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
2020-09-29
8
-259
/
+298
|
|
/
|
*
Merge branch 'libbpf: support loading/storing any BTF'
Alexei Starovoitov
2020-09-29
6
-98
/
+419
|
|
\
|
|
*
selftests/bpf: Test BTF's handling of endianness
Andrii Nakryiko
2020-09-29
1
-0
/
+101
|
|
*
libbpf: Support BTF loading and raw data output in both endianness
Andrii Nakryiko
2020-09-29
3
-64
/
+255
|
|
*
selftests/bpf: Move and extend ASSERT_xxx() testing macros
Andrii Nakryiko
2020-09-29
2
-34
/
+63
|
|
/
[prev]
[next]