index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-20
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
1
-2
/
+4
2020-03-20
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
1
-1
/
+2
2020-03-17
bpf: Sanitize the bpf_struct_ops tcp-cc name
Martin KaFai Lau
1
-11
/
+14
2020-03-05
bpf: Do not allow map_freeze in struct_ops map
Martin KaFai Lau
1
-0
/
+5
2020-01-22
bpf: Introduce dynamic program extensions
Alexei Starovoitov
1
-3
/
+12
2020-01-20
bpf: Fix memory leaks in generic update/delete batch ops
Brian Vazquez
1
-11
/
+19
2020-01-16
bpf: Remove set but not used variable 'first_key'
YueHaibing
1
-2
/
+0
2020-01-15
bpf: Add batch ops to all htab bpf map
Yonghong Song
1
-1
/
+8
2020-01-15
bpf: Add generic support for update and delete batch ops
Brian Vazquez
1
-0
/
+115
2020-01-15
bpf: Add generic support for lookup batch op
Brian Vazquez
1
-4
/
+156
2020-01-15
bpf: Add bpf_map_{value_size, update_value, map_copy_value} functions
Brian Vazquez
1
-128
/
+152
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-17
/
+35
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-6
/
+11
2019-12-19
bpf: Support replacing cgroup-bpf program in MULTI mode
Andrey Ignatov
1
-2
/
+2
2019-12-13
bpf, xdp: Start using the BPF dispatcher for XDP
Björn Töpel
1
-8
/
+18
2019-12-11
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
1
-0
/
+33
2019-11-24
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
1
-6
/
+14
2019-11-24
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
1
-10
/
+6
2019-11-24
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
1
-20
/
+0
2019-11-23
Revert "bpf: Emit audit messages upon successful prog load and unload"
Jakub Kicinski
1
-31
/
+0
2019-11-20
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
1
-4
/
+7
2019-11-20
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
1
-0
/
+31
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
1
-3
/
+96
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
1
-21
/
+9
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
1
-29
/
+22
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
1
-4
/
+15
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
1
-0
/
+1
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
1
-2
/
+2
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
1
-4
/
+49
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+3
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-11
/
+20
2019-10-31
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
1
-3
/
+3
2019-10-24
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
1
-3
/
+1
2019-10-22
bpf: Fix use after free in bpf_get_prog_name
Daniel Borkmann
1
-1
/
+1
2019-10-22
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
1
-11
/
+20
2019-10-18
bpf: Fix bpf_attr.attach_btf_id check
Alexei Starovoitov
1
-6
/
+11
2019-10-17
bpf: Attach raw_tp program with BTF via type name
Alexei Starovoitov
1
-23
/
+47
2019-10-17
bpf: Add attach_btf_id attribute to program load
Alexei Starovoitov
1
-4
/
+14
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+18
2019-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
1
-0
/
+1
2019-08-24
bpf: fix use after free in prog symbol exposure
Daniel Borkmann
1
-12
/
+18
2019-08-20
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
1
-0
/
+4
2019-08-17
bpf: export bpf_map_inc_not_zero
Stanislav Fomichev
1
-3
/
+13
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-43
/
+79
2019-07-03
Merge branch 'timers/vdso' into timers/core
Thomas Gleixner
1
-0
/
+8
2019-06-27
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
1
-0
/
+19
2019-06-22
timekeeping: Use proper clock specifier names in functions
Jason A. Donenfeld
1
-1
/
+1
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+9
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+8
2019-06-06
bpf: fix unconnected udp hooks
Daniel Borkmann
1
-0
/
+8
[next]