index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/net/ynl: Add type info to struct members in generated docs
Donald Hunter
2024-02-01
1
-1
/
+8
*
tools/net/ynl: Add support for nested structs
Donald Hunter
2024-02-01
2
-6
/
+22
*
tools/net/ynl: Move formatted_string method out of NlAttr
Donald Hunter
2024-02-01
1
-16
/
+15
*
tools/net/ynl: Rename _fixed_header_size() to _struct_size()
Donald Hunter
2024-02-01
1
-6
/
+6
*
tools/net/ynl: Combine struct decoding logic in ynl
Donald Hunter
2024-02-01
1
-33
/
+14
*
tools/net/ynl: Encode default values for binary blobs
Donald Hunter
2024-02-01
1
-2
/
+7
*
tools/net/ynl: Add support for encoding sub-messages
Donald Hunter
2024-02-01
1
-4
/
+23
*
tools/net/ynl: Refactor fixed header encoding into separate method
Donald Hunter
2024-02-01
1
-11
/
+15
*
tools/net/ynl: Support sub-messages in nested attribute spaces
Donald Hunter
2024-02-01
1
-9
/
+29
*
tools/net/ynl: Add --output-json arg to ynl cli
Donald Hunter
2024-02-01
1
-3
/
+19
*
selftests: Declare local variable for pause in fcnal-test.sh
David Ahern
2024-02-01
1
-4
/
+5
*
selftests/net: calibrate txtimestamp
Willem de Bruijn
2024-01-31
1
-5
/
+7
*
selftests/net: calibrate fq_band_pktlimit
Willem de Bruijn
2024-01-31
1
-6
/
+8
*
selftests: forwarding: Remove duplicated lib.sh content
Petr Machata
2024-01-31
5
-28
/
+10
*
selftests: forwarding: Redefine relative_path variable
Benjamin Poirier
2024-01-31
3
-8
/
+5
*
selftests: dsa: Replace test symlinks by wrapper script
Benjamin Poirier
2024-01-31
14
-14
/
+34
*
selftests: team: Add shared library scripts to TEST_INCLUDES
Benjamin Poirier
2024-01-31
4
-7
/
+5
*
selftests: bonding: Add net/forwarding/lib.sh to TEST_INCLUDES
Benjamin Poirier
2024-01-31
7
-8
/
+9
*
selftests: Introduce Makefile variable to list shared bash scripts
Benjamin Poirier
2024-01-31
2
-1
/
+25
*
selftests: forwarding: Add missing config entries
Petr Machata
2024-01-30
1
-0
/
+28
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-01-27
62
-701
/
+3938
|
\
|
*
selftests/bpf: Add missing line break in test_verifier
Tiezhu Yang
2024-01-26
1
-1
/
+1
|
*
selftests/bpf: Incorporate LSM policy to token-based tests
Andrii Nakryiko
2024-01-25
2
-17
/
+104
|
*
selftests/bpf: Add tests for LIBBPF_BPF_TOKEN_PATH envvar
Andrii Nakryiko
2024-01-25
1
-0
/
+98
|
*
libbpf: Support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
Andrii Nakryiko
2024-01-25
2
-0
/
+14
|
*
selftests/bpf: Add tests for BPF object load with implicit token
Andrii Nakryiko
2024-01-25
1
-0
/
+64
|
*
selftests/bpf: Add BPF object loading tests with explicit token passing
Andrii Nakryiko
2024-01-25
3
-0
/
+166
|
*
libbpf: Wire up BPF token support at BPF object level
Andrii Nakryiko
2024-01-25
4
-11
/
+131
|
*
libbpf: Wire up token_fd into feature probing logic
Andrii Nakryiko
2024-01-25
5
-47
/
+97
|
*
libbpf: Move feature detection code into its own file
Andrii Nakryiko
2024-01-25
6
-466
/
+481
|
*
libbpf: Further decouple feature checking logic from bpf_object
Andrii Nakryiko
2024-01-25
3
-11
/
+22
|
*
libbpf: Split feature detectors definitions from cached results
Andrii Nakryiko
2024-01-25
1
-6
/
+12
|
*
selftests/bpf: Utilize string values for delegate_xxx mount options
Andrii Nakryiko
2024-01-25
1
-20
/
+32
|
*
selftests/bpf: Add BPF token-enabled tests
Andrii Nakryiko
2024-01-25
1
-0
/
+683
|
*
libbpf: Add BPF token support to bpf_prog_load() API
Andrii Nakryiko
2024-01-25
2
-2
/
+4
|
*
libbpf: Add BPF token support to bpf_btf_load() API
Andrii Nakryiko
2024-01-25
2
-2
/
+9
|
*
libbpf: Add BPF token support to bpf_map_create() API
Andrii Nakryiko
2024-01-25
2
-4
/
+7
|
*
libbpf: Add bpf_token_create() API
Andrii Nakryiko
2024-01-25
3
-0
/
+42
|
*
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2024-01-25
3
-0
/
+10
|
*
bpf: Add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
2024-01-25
1
-0
/
+5
|
*
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2024-01-25
3
-0
/
+13
|
*
bpf: Introduce BPF token object
Andrii Nakryiko
2024-01-25
1
-0
/
+37
|
*
libbpf: Ensure undefined bpf_attr field stays 0
Martin KaFai Lau
2024-01-25
1
-1
/
+1
|
*
selftests/bpf: Wait for the netstamp_needed_key static key to be turned on
Martin KaFai Lau
2024-01-24
1
-4
/
+75
|
*
selftests/bpf: Fix the flaky tc_redirect_dtime test
Martin KaFai Lau
2024-01-24
1
-0
/
+11
|
*
libbpf: Correct bpf_core_read.h comment wrt bpf_core_relo struct
Dima Tisnek
2024-01-24
1
-1
/
+1
|
*
selftests/bpf: Skip callback tests if jit is disabled in test_verifier
Tiezhu Yang
2024-01-24
2
-0
/
+17
|
*
selftests/bpf: Move is_jit_enabled() into testing_helpers
Tiezhu Yang
2024-01-24
3
-18
/
+19
|
*
selftests/bpf: test case for register_bpf_struct_ops().
Kui-Feng Lee
2024-01-24
4
-0
/
+176
|
*
libbpf: Find correct module BTFs for struct_ops maps and progs.
Kui-Feng Lee
2024-01-24
4
-12
/
+38
[next]