index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-10
bpf: Shut up kern_sys_bpf warning.
Alexei Starovoitov
1
-0
/
+8
2022-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
5
-17
/
+40
2022-08-10
net: refactor bpf_sk_reuseport_detach()
Hawkins Jiawei
1
-6
/
+3
2022-08-10
bpf: Only allow sleepable program for resched-able iterator
Hou Tao
1
-1
/
+10
2022-08-10
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
1
-0
/
+2
2022-08-10
bpf: Acquire map uref in .init_seq_private for array map iterator
Hou Tao
1
-0
/
+6
2022-08-10
bpf: Disallow bpf programs call prog_run command.
Alexei Starovoitov
1
-6
/
+14
2022-08-09
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
1
-5
/
+1
2022-08-08
bpf: Use proper target btf when exporting attach_btf_obj_id
Stanislav Fomichev
1
-4
/
+3
2022-08-05
bpf: Cleanup ftrace hash in bpf_trampoline_put
Jiri Olsa
1
-1
/
+4
2022-08-03
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
17
-489
/
+1484
2022-08-03
Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2022-07-29
bpf: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-07-29
bpf: Fix NULL pointer dereference when registering bpf trampoline
Xu Kuohai
1
-1
/
+4
2022-07-29
bpf: Fix test_progs -j error with fentry/fexit tests
Song Liu
1
-1
/
+1
2022-07-29
bpf: btf: Fix vsnprintf return value check
Fedor Tokarev
1
-1
/
+1
2022-07-26
bpf, devmap: Compute proper xdp_frame len redirecting frames
Lorenzo Bianconi
1
-2
/
+2
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
13
-232
/
+355
2022-07-22
bpf: Simplify bpf_prog_pack_[size|mask]
Song Liu
1
-54
/
+17
2022-07-22
bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)
Song Liu
1
-17
/
+141
2022-07-21
bpf: Add support for forcing kfunc args to be trusted
Kumar Kartikeya Dwivedi
1
-3
/
+14
2022-07-21
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
2
-66
/
+54
2022-07-21
bpf: Check attach_func_proto more carefully in check_helper_call
Stanislav Fomichev
1
-1
/
+3
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
bpf: fix lsm_cgroup build errors on esoteric configs
Stanislav Fomichev
2
-3
/
+7
2022-07-16
fs: remove no_llseek
Jason A. Donenfeld
1
-2
/
+1
2022-07-15
bpf: iterators: Build and use lightweight bootstrap version of bpftool
Pu Lehui
1
-7
/
+3
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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+13
2022-07-14
bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE
Yafang Shao
1
-0
/
+1
2022-07-13
bpf: Tidy up verifier check_func_arg()
Joanne Koong
1
-28
/
+38
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
1
-17
/
+12
2022-07-12
bpf: reparent bpf maps on memcg offlining
Roman Gushchin
1
-8
/
+28
2022-07-11
bpf: Remove is_valid_bpf_tramp_flags()
Xu Kuohai
2
-0
/
+6
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
9
-207
/
+867
2022-07-08
bpf: Check attach_func_proto more carefully in check_return_code
Stanislav Fomichev
1
-5
/
+16
2022-07-08
bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
Joanne Koong
1
-4
/
+8
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-66
/
+47
2022-07-07
bpf: Make sure mac_header was set before using it
Eric Dumazet
1
-3
/
+5
2022-07-05
bpf, libbpf: Add type match support
Daniel Müller
1
-0
/
+9
2022-07-01
bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals
Daniel Borkmann
1
-49
/
+23
2022-07-01
bpf: Fix incorrect verifier simulation around jmp32's jeq/jne
Daniel Borkmann
1
-17
/
+24
2022-06-29
bpf: expose bpf_{g,s}etsockopt to lsm cgroup
Stanislav Fomichev
1
-0
/
+38
2022-06-29
bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
Stanislav Fomichev
2
-32
/
+71
2022-06-29
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
5
-16
/
+54
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
7
-11
/
+426
[next]