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
*
libbpf: Add kernel module BTF support for CO-RE relocations
Andrii Nakryiko
2020-12-04
1
-10
/
+169
*
libbpf: Refactor CO-RE relocs to not assume a single BTF object
Andrii Nakryiko
2020-12-04
1
-76
/
+111
*
libbpf: Add internal helper to load BTF data by FD
Andrii Nakryiko
2020-12-04
2
-26
/
+36
*
bpf: Keep module's btf_data_size intact after load
Andrii Nakryiko
2020-12-04
1
-1
/
+0
*
bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()
Andrii Nakryiko
2020-12-04
1
-3
/
+5
*
Merge branch 'Add support to set window_clamp from bpf setsockops'
Alexei Starovoitov
2020-12-04
7
-9
/
+60
|
\
|
*
selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMP
Prankur gupta
2020-12-04
4
-0
/
+40
|
*
bpf: Adds support for setting window clamp
Prankur gupta
2020-12-04
3
-9
/
+20
|
/
*
samples/bpf: Fix spelling mistake "recieving" -> "receiving"
Colin Ian King
2020-12-03
1
-1
/
+1
*
bpf: Fix cold build of test_progs-no_alu32
Brendan Jackman
2020-12-03
1
-1
/
+1
*
libbpf: Cap retries in sys_bpf_prog_load
Stanislav Fomichev
2020-12-03
1
-1
/
+2
*
libbpf: Sanitise map names before pinning
Toke Høiland-Jørgensen
2020-12-03
1
-0
/
+12
*
libbpf: Fail early when loading programs with unspecified type
Andrei Matei
2020-12-03
1
-1
/
+14
*
Merge branch 'Fixes for ima selftest'
Andrii Nakryiko
2020-12-03
2
-44
/
+64
|
\
|
*
selftests/bpf: Indent ima_setup.sh with tabs.
KP Singh
2020-12-03
1
-54
/
+54
|
*
selftests/bpf: Add config dependency on BLK_DEV_LOOP
KP Singh
2020-12-03
1
-0
/
+1
|
*
selftests/bpf: Ensure securityfs mount before writing ima policy
KP Singh
2020-12-03
1
-0
/
+15
|
*
selftests/bpf: Update ima_setup.sh for busybox
KP Singh
2020-12-03
1
-4
/
+8
|
/
*
Merge branch 'libbpf: add support for privileged/unprivileged control separat...
Alexei Starovoitov
2020-12-03
7
-15
/
+427
|
\
|
*
samples/bpf: Sample application for eBPF load and socket creation split
Mariusz Dudek
2020-12-03
4
-6
/
+337
|
*
libbpf: Separate XDP program load with xsk socket creation
Mariusz Dudek
2020-12-03
3
-9
/
+90
|
/
*
tools/resolve_btfids: Fix some error messages
Brendan Jackman
2020-12-03
1
-3
/
+3
*
selftests/bpf: Copy file using read/write in local storage test
Stanislav Fomichev
2020-12-03
1
-10
/
+18
*
Merge branch 'bpftool: improve split BTF support'
Alexei Starovoitov
2020-12-03
4
-4
/
+30
|
\
|
*
tools/bpftool: Auto-detect split BTFs in common cases
Andrii Nakryiko
2020-12-03
1
-4
/
+21
|
*
libbpf: Add base BTF accessor
Andrii Nakryiko
2020-12-03
3
-0
/
+7
|
*
tools/bpftool: Emit name <anon> for anonymous BTFs
Andrii Nakryiko
2020-12-03
1
-0
/
+2
|
/
*
Merge branch 'switch to memcg-based memory accounting'
Alexei Starovoitov
2020-12-03
61
-762
/
+533
|
\
|
*
bpf: samples: Do not touch RLIMIT_MEMLOCK
Roman Gushchin
2020-12-03
27
-133
/
+0
|
*
bpf: Eliminate rlimit-based memory accounting for bpf progs
Roman Gushchin
2020-12-03
3
-80
/
+12
|
*
bpf: Eliminate rlimit-based memory accounting infra for bpf maps
Roman Gushchin
2020-12-03
4
-100
/
+17
|
*
bpf: Eliminate rlimit-based memory accounting for bpf local storage maps
Roman Gushchin
2020-12-03
1
-10
/
+0
|
*
bpf: Eliminate rlimit-based memory accounting for xskmap maps
Roman Gushchin
2020-12-03
1
-10
/
+2
|
*
bpf: Eliminate rlimit-based memory accounting for stackmap maps
Roman Gushchin
2020-12-03
1
-13
/
+3
|
*
bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash maps
Roman Gushchin
2020-12-03
1
-27
/
+6
|
*
bpf: Eliminate rlimit-based memory accounting for bpf ringbuffer
Roman Gushchin
2020-12-03
1
-20
/
+4
|
*
bpf: Eliminate rlimit-based memory accounting for reuseport_array maps
Roman Gushchin
2020-12-03
1
-10
/
+2
|
*
bpf: Eliminate rlimit-based memory accounting for queue_stack_maps maps
Roman Gushchin
2020-12-03
1
-12
/
+4
|
*
bpf: Eliminate rlimit-based memory accounting for lpm_trie maps
Roman Gushchin
2020-12-03
1
-13
/
+0
|
*
bpf: Eliminate rlimit-based memory accounting for hashtab maps
Roman Gushchin
2020-12-03
1
-18
/
+1
|
*
bpf: Eliminate rlimit-based memory accounting for devmap maps
Roman Gushchin
2020-12-03
1
-16
/
+2
|
*
bpf: Eliminate rlimit-based memory accounting for cgroup storage maps
Roman Gushchin
2020-12-03
1
-20
/
+1
|
*
bpf: Eliminate rlimit-based memory accounting for cpumap maps
Roman Gushchin
2020-12-03
1
-15
/
+1
|
*
bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops maps
Roman Gushchin
2020-12-03
1
-16
/
+3
|
*
bpf: Eliminate rlimit-based memory accounting for arraymap maps
Roman Gushchin
2020-12-03
1
-20
/
+4
|
*
bpf: Refine memcg-based memory accounting for xskmap maps
Roman Gushchin
2020-12-03
1
-1
/
+2
|
*
bpf: Refine memcg-based memory accounting for sockmap and sockhash maps
Roman Gushchin
2020-12-03
1
-4
/
+5
|
*
bpf: Memcg-based memory accounting for bpf local storage maps
Roman Gushchin
2020-12-03
1
-4
/
+6
|
*
bpf: Memcg-based memory accounting for bpf ringbuffer
Roman Gushchin
2020-12-03
1
-7
/
+4
|
*
bpf: Memcg-based memory accounting for lpm_trie maps
Roman Gushchin
2020-12-03
1
-3
/
+3
[next]