index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test_hmm_uapi.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-28
bpf/tests: Add exhaustive tests of ALU shift values
Johan Almbladh
1
-0
/
+260
2021-09-28
bpf/tests: Reduce memory footprint of test suite
Johan Almbladh
1
-14
/
+12
2021-09-28
bpf/tests: Allow different number of runs per test case
Johan Almbladh
1
-0
/
+4
2021-09-28
libbpf: Ignore STT_SECTION symbols in 'maps' section
Toke Høiland-Jørgensen
1
-2
/
+3
2021-09-28
selftests: xsk: Add frame_headroom test
Magnus Karlsson
2
-11
/
+44
2021-09-28
selftests: xsk: Change interleaving of packets in unaligned mode
Magnus Karlsson
1
-3
/
+3
2021-09-28
selftests: xsk: Add single packet test
Magnus Karlsson
2
-0
/
+14
2021-09-28
selftests: xsk: Introduce pacing of traffic
Magnus Karlsson
2
-7
/
+29
2021-09-28
selftests: xsk: Fix socket creation retry
Magnus Karlsson
1
-6
/
+5
2021-09-28
selftests: xsk: Put the same buffer only once in the fill ring
Magnus Karlsson
1
-6
/
+11
2021-09-28
selftests: xsk: Fix missing initialization
Magnus Karlsson
1
-0
/
+7
2021-09-28
xsk: Optimize for aligned case
Magnus Karlsson
3
-38
/
+79
2021-09-28
i40e: Use the xsk batched rx allocation interface
Magnus Karlsson
1
-27
/
+25
2021-09-28
ice: Use the xsk batched rx allocation interface
Magnus Karlsson
1
-25
/
+19
2021-09-28
ice: Use xdp_buf instead of rx_buf for xsk zero-copy
Magnus Karlsson
2
-39
/
+33
2021-09-28
xsk: Batched buffer allocation for the pool
Magnus Karlsson
4
-4
/
+118
2021-09-28
xsk: Get rid of unused entry in struct xdp_buff_xsk
Magnus Karlsson
1
-1
/
+0
2021-09-26
bpf: selftest: Add verifier tests for <8-byte scalar spill and refill
Martin KaFai Lau
1
-0
/
+161
2021-09-26
bpf: selftest: A bpf prog that has a 32bit scalar spill
Martin KaFai Lau
3
-0
/
+393
2021-09-26
bpf: Support <8-byte scalar spill and refill
Martin KaFai Lau
1
-15
/
+52
2021-09-26
bpf: Check the other end of slot_type for STACK_SPILL
Martin KaFai Lau
1
-11
/
+19
2021-09-25
selftests/bpf: Fix btf_dump __int128 test failure with clang build kernel
Yonghong Song
1
-6
/
+21
2021-09-22
bpf: Document BPF licensing.
Alexei Starovoitov
2
-0
/
+101
2021-09-22
seltests: bpf: test_tunnel: Use ip neigh
Jiri Benc
1
-2
/
+3
2021-09-22
libbpf: Add legacy uprobe attaching support
Andrii Nakryiko
1
-8
/
+122
2021-09-22
libbpf: Refactor and simplify legacy kprobe code
Andrii Nakryiko
2
-73
/
+88
2021-09-22
selftests/bpf: Adopt attach_probe selftest to work on old kernels
Andrii Nakryiko
1
-4
/
+20
2021-09-22
libbpf: Fix memory leak in legacy kprobe attach logic
Andrii Nakryiko
1
-3
/
+7
2021-09-21
samples: bpf: Convert ARP table network order fields into readable format
Gokul Sivakumar
1
-3
/
+14
2021-09-21
samples: bpf: Convert route table network order fields into readable format
Gokul Sivakumar
1
-9
/
+13
2021-09-21
libbpf: Add doc comments in libbpf.h
Grant Seltzer
1
-8
/
+57
2021-09-17
bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf comments
Dave Marchevsky
2
-4
/
+6
2021-09-17
selftests/bpf: Add trace_vprintk test prog
Dave Marchevsky
3
-1
/
+103
2021-09-17
selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs
Dave Marchevsky
1
-15
/
+9
2021-09-17
bpftool: Only probe trace_vprintk feature in 'full' mode
Dave Marchevsky
2
-13
/
+10
2021-09-17
libbpf: Use static const fmt string in __bpf_printk
Dave Marchevsky
1
-1
/
+7
2021-09-17
libbpf: Modify bpf_printk to choose helper based on arg count
Dave Marchevsky
1
-8
/
+37
2021-09-17
bpf: Add bpf_trace_vprintk helper
Dave Marchevsky
6
-1
/
+81
2021-09-17
selftests/bpf: Stop using bpf_program__load
Dave Marchevsky
1
-8
/
+31
2021-09-17
bpf: Merge printk and seq_printf VARARG max macros
Dave Marchevsky
3
-6
/
+4
2021-09-17
net: phy: bcm7xxx: Add EPHY entry for 72165
Florian Fainelli
2
-0
/
+202
2021-09-17
ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show()
Nathan Chancellor
1
-2
/
+2
2021-09-17
selftests/bpf: Fix a few compiler warnings
Yonghong Song
2
-5
/
+3
2021-09-17
libbpf: Constify all high-level program attach APIs
Andrii Nakryiko
2
-52
/
+52
2021-09-17
libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7
Andrii Nakryiko
3
-0
/
+10
2021-09-17
selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() API
Andrii Nakryiko
1
-17
/
+26
2021-09-17
libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target()
Andrii Nakryiko
1
-1
/
+12
2021-09-17
libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocs
Andrii Nakryiko
1
-0
/
+1
2021-09-17
selftests/bpf: Stop using relaxed_core_relocs which has no effect
Andrii Nakryiko
1
-2
/
+1
2021-09-17
libbpf: Use pre-setup sec_def in libbpf_find_attach_btf_id()
Andrii Nakryiko
1
-9
/
+5
[next]