index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-19
bpf: fix bpf_skb_pull_data documentation
Joanne Koong
2
-2
/
+4
2022-07-19
libbpf: fallback to tracefs mount point if debugfs is not mounted
Andrii Nakryiko
1
-21
/
+40
2022-07-19
bpf: Don't redirect packets with invalid pkt_len
Zhengchao Shao
3
-0
/
+12
2022-07-19
Merge branch 'BPF array map fixes and improvements'
Alexei Starovoitov
3
-18
/
+28
2022-07-19
selftests/bpf: validate .bss section bigger than 8MB is possible now
Andrii Nakryiko
2
-0
/
+6
2022-07-19
bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value size
Andrii Nakryiko
1
-4
/
+2
2022-07-19
bpf: make uniform use of array->elem_size everywhere in arraymap.c
Andrii Nakryiko
1
-6
/
+8
2022-07-19
bpf: fix potential 32-bit overflow when accessing ARRAY map element
Andrii Nakryiko
1
-8
/
+12
2022-07-19
docs/bpf: Update documentation for BTF_KIND_FUNC
Indu Bhagat
1
-1
/
+5
2022-07-19
bpf: fix lsm_cgroup build errors on esoteric configs
Stanislav Fomichev
2
-3
/
+7
2022-07-19
Merge branch 'Add SEC("ksyscall") support'
Alexei Starovoitov
11
-109
/
+289
2022-07-19
selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftests
Andrii Nakryiko
3
-32
/
+16
2022-07-19
libbpf: add ksyscall/kretsyscall sections support for syscall kprobes
Andrii Nakryiko
4
-9
/
+157
2022-07-19
libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALL
Andrii Nakryiko
2
-13
/
+40
2022-07-19
selftests/bpf: add test of __weak unknown virtual __kconfig extern
Andrii Nakryiko
2
-10
/
+10
2022-07-19
libbpf: generalize virtual __kconfig externs and use it for USDT
Andrii Nakryiko
2
-45
/
+66
2022-07-15
libbpf: perfbuf: Add API to get the ring buffer
Jon Doron
3
-0
/
+33
2022-07-15
Merge branch 'Use lightweigt version of bpftool'
Andrii Nakryiko
3
-17
/
+10
2022-07-15
bpf: iterators: Build and use lightweight bootstrap version of bpftool
Pu Lehui
1
-7
/
+3
2022-07-15
tools: runqslower: Build and use lightweight bootstrap version of bpftool
Pu Lehui
1
-4
/
+3
2022-07-15
samples: bpf: Fix cross-compiling error by using bootstrap bpftool
Pu Lehui
1
-6
/
+4
2022-07-15
bpf: Fix check against plain integer v 'NULL'
Ben Dooks
1
-1
/
+2
2022-07-14
bpf: Fix subprog names in stack traces.
Alexei Starovoitov
1
-3
/
+1
2022-07-14
selftests/bpf: Do not attach kprobe_multi bench to bpf_dispatcher_xdp_func
Jiri Olsa
1
-0
/
+2
2022-07-14
bpf: Add endian modifiers to fix endian warnings
Ben Dooks
1
-2
/
+2
2022-07-14
bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE
Yafang Shao
1
-0
/
+1
2022-07-14
xsk: Mark napi_id on sendmsg()
Maciej Fijalkowski
2
-1
/
+18
2022-07-14
bpf, arm64: Mark dummy_tramp as global
Nathan Chancellor
1
-0
/
+1
2022-07-13
selftests/bpf: Return true/false (not 1/0) from bool functions
Linkui Xiao
1
-15
/
+15
2022-07-13
libbpf: Fix the name of a reused map
Anquan Wu
1
-2
/
+7
2022-07-13
samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
Linkui Xiao
6
-6
/
+12
2022-07-13
bpf: Tidy up verifier check_func_arg()
Joanne Koong
1
-28
/
+38
2022-07-13
libbpf: Error out when binary_path is NULL for uprobe and USDT
Hengqi Chen
1
-6
/
+7
2022-07-12
bpf: Make non-preallocated allocation low priority
Yafang Shao
4
-6
/
+6
2022-07-12
bpf, x86: fix freeing of not-finalized bpf_prog_pack
Song Liu
4
-18
/
+45
2022-07-12
bpf: reparent bpf maps on memcg offlining
Roman Gushchin
2
-9
/
+29
2022-07-12
Merge branch 'bpf: add a ksym BPF iterator'
Alexei Starovoitov
4
-0
/
+188
2022-07-12
selftests/bpf: add a ksym iter subtest
Alan Maguire
3
-0
/
+97
2022-07-12
bpf: add a ksym BPF iterator
Alan Maguire
1
-0
/
+91
2022-07-11
bpf: Fix 'dubious one-bit signed bitfield' warnings
Matthieu Baerts
1
-4
/
+4
2022-07-11
samples/bpf: Fix xdp_redirect_map egress devmap prog
Jesper Dangaard Brouer
2
-2
/
+13
2022-07-11
bpf, arm64: Add bpf trampoline for arm64
Xu Kuohai
1
-3
/
+382
2022-07-11
bpf, arm64: Implement bpf_arch_text_poke() for arm64
Xu Kuohai
2
-14
/
+322
2022-07-11
arm64: Add LDR (literal) instruction
Xu Kuohai
2
-4
/
+29
2022-07-11
bpf: Remove is_valid_bpf_tramp_flags()
Xu Kuohai
3
-20
/
+6
2022-07-11
skmsg: Fix invalid last sg check in sk_msg_recvmsg()
Liu Jian
1
-2
/
+2
2022-07-11
fddi/skfp: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-07-11
ethernet/via: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-07-11
net: Find dst with sk's xfrm policy not ctl_sk
sewookseo
4
-2
/
+9
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
125
-6701
/
+5141
[next]