index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
1
-17
/
+35
*
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
1
-6
/
+11
*
bpf: Support replacing cgroup-bpf program in MULTI mode
Andrey Ignatov
2019-12-19
1
-2
/
+2
*
bpf, xdp: Start using the BPF dispatcher for XDP
Björn Töpel
2019-12-13
1
-8
/
+18
*
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
2019-12-11
1
-0
/
+33
*
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
2019-11-24
1
-6
/
+14
*
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
2019-11-24
1
-10
/
+6
*
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
2019-11-24
1
-20
/
+0
*
Revert "bpf: Emit audit messages upon successful prog load and unload"
Jakub Kicinski
2019-11-23
1
-31
/
+0
*
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
2019-11-20
1
-4
/
+7
*
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
2019-11-20
1
-0
/
+31
*
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2019-11-18
1
-3
/
+96
*
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
2019-11-18
1
-21
/
+9
*
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-11-18
1
-29
/
+22
*
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
1
-4
/
+15
*
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
1
-0
/
+1
*
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
1
-2
/
+2
*
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-15
1
-4
/
+49
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-02
1
-3
/
+3
|
\
|
*
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
2019-10-31
1
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
1
-11
/
+20
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix use after free in bpf_get_prog_name
Daniel Borkmann
2019-10-22
1
-1
/
+1
|
*
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
2019-10-22
1
-11
/
+20
*
|
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
2019-10-24
1
-3
/
+1
*
|
bpf: Fix bpf_attr.attach_btf_id check
Alexei Starovoitov
2019-10-18
1
-6
/
+11
*
|
bpf: Attach raw_tp program with BTF via type name
Alexei Starovoitov
2019-10-17
1
-23
/
+47
*
|
bpf: Add attach_btf_id attribute to program load
Alexei Starovoitov
2019-10-17
1
-4
/
+14
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
1
-3
/
+18
|
\
|
*
bpf: introduce verifier internal test flag
Alexei Starovoitov
2019-08-28
1
-0
/
+1
|
*
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2019-08-20
1
-0
/
+4
|
*
bpf: export bpf_map_inc_not_zero
Stanislav Fomichev
2019-08-17
1
-3
/
+13
*
|
bpf: fix use after free in prog symbol exposure
Daniel Borkmann
2019-08-24
1
-12
/
+18
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-07-11
1
-43
/
+79
|
\
|
*
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
2019-06-27
1
-0
/
+19
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-9
/
+9
|
|
\
|
*
|
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-05-31
1
-2
/
+7
|
*
|
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
1
-36
/
+33
|
*
|
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-05-31
1
-9
/
+10
|
*
|
bpf: cgroup inet skb programs can return 0 to 3
brakmo
2019-05-31
1
-0
/
+12
|
*
|
bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
Jiong Wang
2019-05-24
1
-1
/
+3
*
|
|
Merge branch 'timers/vdso' into timers/core
Thomas Gleixner
2019-07-03
1
-0
/
+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-17
1
-0
/
+8
|
|
\
\
|
|
*
|
bpf: fix unconnected udp hooks
Daniel Borkmann
2019-06-06
1
-0
/
+8
|
|
|
/
*
|
/
timekeeping: Use proper clock specifier names in functions
Jason A. Donenfeld
2019-06-22
1
-1
/
+1
|
/
/
*
/
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
2019-06-05
1
-9
/
+1
|
/
*
bpf: add map_lookup_elem_sys_only for lookups from syscall side
Daniel Borkmann
2019-05-14
1
-1
/
+4
*
bpf: Introduce bpf sk local storage
Martin KaFai Lau
2019-04-27
1
-1
/
+2
*
bpf: add writable context for raw tracepoints
Matt Mullins
2019-04-26
1
-2
/
+6
*
bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
Stanislav Fomichev
2019-04-25
1
-0
/
+2
*
bpf: Sysctl hook
Andrey Ignatov
2019-04-12
1
-0
/
+7
[next]