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
*
bpf: Support kptrs in local storage maps
Kumar Kartikeya Dwivedi
2023-03-01
4
-9
/
+63
*
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
2023-03-01
2
-22
/
+39
*
Merge branch 'Add skb + xdp dynptrs'
Alexei Starovoitov
2023-03-01
25
-186
/
+3322
|
\
|
*
selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
Joanne Koong
2023-03-01
15
-23
/
+2522
|
*
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
2023-03-01
6
-7
/
+288
|
*
bpf: Add xdp dynptrs
Joanne Koong
2023-03-01
7
-6
/
+76
|
*
bpf: Add skb dynptrs
Joanne Koong
2023-03-01
8
-19
/
+261
|
*
bpf: Add __uninit kfunc annotation
Joanne Koong
2023-03-01
2
-2
/
+33
|
*
bpf: Refactor verifier dynptr into get_dynptr_arg_reg
Joanne Koong
2023-03-01
1
-30
/
+50
|
*
bpf: Define no-ops for externally called bpf dynptr functions
Joanne Koong
2023-03-01
1
-30
/
+45
|
*
bpf: Allow initializing dynptrs in kfuncs
Joanne Koong
2023-03-01
1
-45
/
+22
|
*
bpf: Refactor process_dynptr_func
Joanne Koong
2023-03-01
2
-34
/
+31
|
*
bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
Joanne Koong
2023-03-01
1
-0
/
+4
|
/
*
bpf, docs: Document BPF insn encoding in term of stored bytes
Jose E. Marchesi
2023-02-28
1
-22
/
+24
*
bpf: Fix bpf_cgroup_from_id() doxygen header
David Vernet
2023-02-28
1
-2
/
+1
*
bpf, mips: Implement R4000 workarounds for JIT
Jiaxun Yang
2023-02-28
2
-3
/
+4
*
bpf, mips: Implement DADDI workarounds for JIT
Jiaxun Yang
2023-02-28
2
-1
/
+4
*
libbpf: Fix bpf_xdp_query() in old kernels
Yonghong Song
2023-02-28
1
-1
/
+7
*
libbpf: Document bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2023-02-27
1
-5
/
+64
*
libbpf: Fix arm syscall regs spec in bpf_tracing.h
Puranjay Mohan
2023-02-27
1
-0
/
+1
*
selftests/bpf: Fix compilation errors: Assign a value to a constant
Rong Tao
2023-02-27
1
-1
/
+1
*
tools: bpftool: Remove invalid \' json escape
Luis Gerhorst
2023-02-27
1
-3
/
+0
*
selftests/bpf: Use __NR_prlimit64 instead of __NR_getrlimit in user_ringbuf test
Tiezhu Yang
2023-02-27
2
-2
/
+2
*
libbpf: Use struct user_pt_regs to define __PT_REGS_CAST() for LoongArch
Tiezhu Yang
2023-02-27
1
-0
/
+2
*
Merge branch 'move SYS() macro to test_progs.h and run mptcp in a dedicated n...
Martin KaFai Lau
2023-02-25
12
-265
/
+210
|
\
|
*
selftests/bpf: run mptcp in a dedicated netns
Hangbin Liu
2023-02-25
1
-2
/
+17
|
*
selftests/bpf: move SYS() macro into the test_progs.h
Hangbin Liu
2023-02-25
11
-263
/
+193
|
/
*
selftests/bpf: Add a test case for bpf_cgroup_from_id()
Tejun Heo
2023-02-23
3
-0
/
+44
*
bpf: Add bpf_cgroup_from_id() kfunc
Tejun Heo
2023-02-23
2
-3
/
+25
*
bpf, docs: Add explanation of endianness
Dave Thaler
2023-02-22
1
-2
/
+14
*
selftests/bpf: Fix BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL for empty flow label
Stanislav Fomichev
2023-02-22
2
-1
/
+25
*
riscv, bpf: Add kfunc support for RV64
Pu Lehui
2023-02-22
1
-0
/
+5
*
bpf: Check for helper calls in check_subprogs()
Ilya Leoshkevich
2023-02-22
1
-2
/
+2
*
LoongArch: BPF: Support mixing bpf2bpf and tailcalls
Hengqi Chen
2023-02-22
1
-0
/
+6
*
selftests/bpf: Fix cross compilation with CLANG_CROSS_FLAGS
Florent Revest
2023-02-22
1
-0
/
+2
*
selftests/bpf: Remove not used headers
Tiezhu Yang
2023-02-22
3
-476
/
+0
*
bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma
Hou Tao
2023-02-22
2
-3
/
+10
*
bpf: Wrap register invalidation with a helper
Kumar Kartikeya Dwivedi
2023-02-22
1
-14
/
+14
*
bpf: Fix check_reg_type for PTR_TO_BTF_ID
Kumar Kartikeya Dwivedi
2023-02-22
1
-3
/
+20
*
bpf: Remove unused MEM_ALLOC | PTR_TRUSTED checks
Kumar Kartikeya Dwivedi
2023-02-22
1
-2
/
+0
*
bpf: Annotate data races in bpf_local_storage
Kumar Kartikeya Dwivedi
2023-02-22
1
-3
/
+13
*
Merge branch 'bpf: Allow reads from uninit stack'
Alexei Starovoitov
2023-02-22
11
-136
/
+204
|
\
|
*
selftests/bpf: Tests for uninitialized stack reads
Eduard Zingerman
2023-02-22
2
-0
/
+96
|
*
bpf: Allow reads from uninit stack
Eduard Zingerman
2023-02-22
9
-136
/
+108
|
/
*
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-22
1823
-43114
/
+155979
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-21
10
-90
/
+119
|
|
\
|
|
*
sefltests: netdevsim: wait for devlink instance after netns removal
Jiri Pirko
2023-02-21
1
-0
/
+18
|
|
*
selftest: fib_tests: Always cleanup before exit
Roxana Nicolescu
2023-02-21
1
-0
/
+2
|
|
*
net: lan966x: Fix possible deadlock inside PTP
Horatiu Vultur
2023-02-21
1
-2
/
+2
|
|
*
MAINTAINERS: Add Miquel Raynal as additional maintainer for ieee802154
Stefan Schmidt
2023-02-21
1
-0
/
+1
[next]