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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-04-11
10
-150
/
+903
|
\
|
*
bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-04-11
1
-1
/
+9
|
*
bpf: allow for key-less BTF in array map
Daniel Borkmann
2019-04-09
3
-6
/
+26
|
*
bpf: kernel side support for BTF Var and DataSec
Daniel Borkmann
2019-04-09
1
-20
/
+397
|
*
bpf: allow . char as part of the object name
Daniel Borkmann
2019-04-09
1
-3
/
+3
|
*
bpf: add syscall side map freeze support
Daniel Borkmann
2019-04-09
1
-12
/
+54
|
*
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
2019-04-09
7
-13
/
+62
|
*
bpf: do not retain flags that are not tied to map lifetime
Daniel Borkmann
2019-04-09
1
-1
/
+13
|
*
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
2019-04-09
5
-30
/
+124
|
*
bpf: Add missed newline in verifier verbose log
Andrey Ignatov
2019-04-05
1
-1
/
+1
|
*
bpf: Sanity check max value for var_off stack access
Andrey Ignatov
2019-04-05
1
-3
/
+15
|
*
bpf: Reject indirect var_off stack access in unpriv mode
Andrey Ignatov
2019-04-05
1
-0
/
+16
|
*
bpf: Reject indirect var_off stack access in raw mode
Andrey Ignatov
2019-04-05
1
-0
/
+9
|
*
bpf: increase verifier log limit
Alexei Starovoitov
2019-04-04
1
-1
/
+1
|
*
bpf: increase complexity limit and maximum program size
Alexei Starovoitov
2019-04-04
2
-2
/
+2
|
*
bpf: verbose jump offset overflow check
Alexei Starovoitov
2019-04-04
2
-6
/
+12
|
*
bpf: convert temp arrays to kvcalloc
Alexei Starovoitov
2019-04-04
1
-7
/
+7
|
*
bpf: improve verification speed by not remarking live_read
Alexei Starovoitov
2019-04-04
1
-0
/
+9
|
*
bpf: improve verification speed by droping states
Alexei Starovoitov
2019-04-04
1
-3
/
+41
|
*
bpf: add verifier stats and log_level bit 2
Alexei Starovoitov
2019-04-04
1
-24
/
+52
|
*
bpf: Support variable offset stack access from helpers
Andrey Ignatov
2019-03-29
1
-21
/
+54
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-05
3
-19
/
+31
|
\
\
|
|
/
|
/
|
|
*
xdp: fix cpumap redirect SKB creation bug
Jesper Dangaard Brouer
2019-03-29
1
-3
/
+10
|
*
bpf: remove incorrect 'verifier bug' warning
Paul Chaignon
2019-03-26
1
-2
/
+3
|
*
bpf: fix use after free in bpf_evict_inode
Daniel Borkmann
2019-03-26
1
-14
/
+18
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-27
2
-19
/
+38
|
\
|
|
*
bpf: verifier: propagate liveness on all frames
Jakub Kicinski
2019-03-21
1
-9
/
+11
|
*
bpf: do not restore dst_reg when cur_state is freed
Xu Yu
2019-03-21
1
-1
/
+1
|
*
bpf: Only print ref_obj_id for refcounted reg
Martin KaFai Lau
2019-03-20
1
-2
/
+11
|
*
bpf: Try harder when allocating memory for large maps
Martynas Pumputis
2019-03-18
1
-7
/
+15
*
|
bpf: add skc_lookup_tcp helper
Lorenz Bauer
2019-03-21
1
-1
/
+2
*
|
bpf: allow helpers to return PTR_TO_SOCK_COMMON
Lorenz Bauer
2019-03-21
1
-0
/
+4
*
|
bpf: track references based on is_acquire_func
Lorenz Bauer
2019-03-21
1
-14
/
+12
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-03-16
1
-57
/
+74
|
\
|
*
bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_release
Martin KaFai Lau
2019-03-13
1
-57
/
+74
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-03-11
1
-5
/
+5
|
\
|
|
*
bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm field
Daniel Borkmann
2019-03-07
1
-5
/
+5
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-03-06
2
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
2019-02-28
9
-23
/
+63
|
|
\
|
*
\
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2019-02-04
4
-5
/
+24
|
|
\
\
|
*
|
|
perf, bpf: Introduce PERF_RECORD_BPF_EVENT
Song Liu
2019-01-21
2
-1
/
+3
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-03-04
4
-5
/
+79
|
\
\
\
\
|
*
|
|
|
bpf: fix u64_stats_init() usage in bpf_prog_alloc()
Eric Dumazet
2019-03-02
1
-1
/
+7
|
*
|
|
|
bpf: set inner_map_meta->spin_lock_off correctly
Yonghong Song
2019-02-27
1
-0
/
+1
|
*
|
|
|
bpf: expose program stats via bpf_prog_info
Alexei Starovoitov
2019-02-27
1
-0
/
+5
|
*
|
|
|
bpf: enable program stats
Alexei Starovoitov
2019-02-27
3
-5
/
+67
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-02
2
-4
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
bpf: fix sanitation rewrite in case of non-pointers
Daniel Borkmann
2019-03-01
1
-1
/
+2
|
*
|
|
|
|
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
Peng Sun
2019-03-01
1
-2
/
+2
|
*
|
|
|
|
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
Peng Sun
2019-02-26
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
[next]