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
*
docs/bpf: Update documentation for BTF_KIND_ENUM64 support
Yonghong Song
2022-06-07
1
-6
/
+37
*
selftests/bpf: Add a test for enum64 value relocations
Yonghong Song
2022-06-07
7
-0
/
+218
*
selftests/bpf: Test BTF_KIND_ENUM64 for deduplication
Yonghong Song
2022-06-07
1
-2
/
+95
*
selftests/bpf: Add BTF_KIND_ENUM64 unit tests
Yonghong Song
2022-06-07
2
-0
/
+37
*
selftests/bpf: Test new enum kflag and enum64 API functions
Yonghong Song
2022-06-07
2
-37
/
+114
*
selftests/bpf: Fix selftests failure
Yonghong Song
2022-06-07
1
-20
/
+0
*
bpftool: Add btf enum64 support
Yonghong Song
2022-06-07
3
-3
/
+84
*
libbpf: Add enum64 relocation support
Yonghong Song
2022-06-07
3
-20
/
+48
*
libbpf: Add enum64 support for bpf linking
Yonghong Song
2022-06-07
1
-0
/
+2
*
libbpf: Add enum64 sanitization
Yonghong Song
2022-06-07
3
-5
/
+56
*
libbpf: Add enum64 support for btf_dump
Yonghong Song
2022-06-07
2
-34
/
+108
*
libbpf: Add enum64 deduplication support
Yonghong Song
2022-06-07
2
-2
/
+65
*
libbpf: Add enum64 parsing and new enum64 public API
Yonghong Song
2022-06-07
3
-0
/
+117
*
libbpf: Refactor btf__add_enum() for future code sharing
Yonghong Song
2022-06-07
1
-15
/
+21
*
libbpf: Fix an error in 64bit relocation value computation
Yonghong Song
2022-06-07
1
-1
/
+1
*
libbpf: Permit 64bit relocation value
Yonghong Song
2022-06-07
2
-24
/
+29
*
bpf: Add btf enum64 support
Yonghong Song
2022-06-07
5
-21
/
+185
*
selftests/bpf: Add drv mode testing for xdping
Hangbin Liu
2022-06-03
1
-0
/
+4
*
libbpf: Fix is_pow_of_2
Yuze Chi
2022-06-03
3
-10
/
+5
*
selftests/bpf: Fix tc_redirect_dtime
Martin KaFai Lau
2022-06-03
2
-6
/
+55
*
bpf, test_run: Remove unnecessary prog type checks
Daniel Xu
2022-06-03
1
-6
/
+0
*
libbpf: Fix a couple of typos
Daniel Müller
2022-06-03
3
-6
/
+6
*
bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
Wang Yufen
2022-06-03
5
-0
/
+27
*
sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requests
Lorenzo Bianconi
2022-06-03
1
-0
/
+9
*
libbpf: Fix determine_ptr_size() guessing
Douglas Raillard
2022-06-03
1
-6
/
+20
*
bpf: Fix KASAN use-after-free Read in compute_effective_progs
Tadeusz Struk
2022-06-03
1
-10
/
+60
*
bpftool: Check for NULL ptr of btf in codegen_asserts
Michael Mullin
2022-06-03
1
-0
/
+3
*
selftests/bpf: Fix test_run logic in fexit_stress.c
Yuntao Wang
2022-06-03
1
-28
/
+4
*
Merge branch 'libbpf: Textual representation of enums'
Andrii Nakryiko
2022-06-03
15
-338
/
+737
|
\
|
*
bpftool: Use libbpf_bpf_link_type_str
Daniel Müller
2022-06-03
1
-17
/
+10
|
*
selftests/bpf: Add test for libbpf_bpf_link_type_str
Daniel Müller
2022-06-03
1
-0
/
+48
|
*
libbpf: Introduce libbpf_bpf_link_type_str
Daniel Müller
2022-06-03
3
-0
/
+31
|
*
bpftool: Use libbpf_bpf_attach_type_str
Daniel Müller
2022-06-03
9
-150
/
+182
|
*
selftests/bpf: Add test for libbpf_bpf_attach_type_str
Daniel Müller
2022-06-03
1
-0
/
+48
|
*
libbpf: Introduce libbpf_bpf_attach_type_str
Daniel Müller
2022-06-03
3
-0
/
+64
|
*
bpftool: Use libbpf_bpf_map_type_str
Daniel Müller
2022-06-03
4
-79
/
+71
|
*
selftests/bpf: Add test for libbpf_bpf_map_type_str
Daniel Müller
2022-06-03
1
-1
/
+55
|
*
libbpf: Introduce libbpf_bpf_map_type_str
Daniel Müller
2022-06-03
3
-0
/
+52
|
*
bpftool: Use libbpf_bpf_prog_type_str
Daniel Müller
2022-06-03
6
-92
/
+65
|
*
selftests/bpf: Add test for libbpf_bpf_prog_type_str
Daniel Müller
2022-06-03
1
-0
/
+57
|
*
libbpf: Introduce libbpf_bpf_prog_type_str
Daniel Müller
2022-06-03
3
-0
/
+55
|
/
*
bpf: Correct the comment about insn_to_jit_off
Pu Lehui
2022-06-03
1
-1
/
+1
*
bpf, riscv: Support riscv jit to provide bpf_line_info
Pu Lehui
2022-06-03
2
-1
/
+8
*
bpf: Unify data extension operation of jited_ksyms and jited_linfo
Pu Lehui
2022-06-03
1
-2
/
+3
*
xdp: Directly use ida_alloc()/free() APIs
Ke Liu
2022-06-03
1
-3
/
+3
*
Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-06-02
101
-611
/
+665
|
\
|
*
Merge branch 'net-af_packet-be-careful-when-expanding-mac-header-size'
Jakub Kicinski
2022-06-02
3
-4
/
+13
|
|
\
|
|
*
net/af_packet: make sure to pull mac header
Eric Dumazet
2022-06-02
1
-2
/
+4
|
|
*
net: add debug info to __skb_pull()
Eric Dumazet
2022-06-02
1
-1
/
+8
|
|
*
net: CONFIG_DEBUG_NET depends on CONFIG_NET
Eric Dumazet
2022-06-02
1
-1
/
+1
|
|
/
[next]