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
2019-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-5
/
+79
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+5
2019-03-01
bpf: fix sanitation rewrite in case of non-pointers
Daniel Borkmann
1
-1
/
+2
2019-03-02
bpf: fix u64_stats_init() usage in bpf_prog_alloc()
Eric Dumazet
1
-1
/
+7
2019-03-01
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
Peng Sun
1
-2
/
+2
2019-02-27
bpf: set inner_map_meta->spin_lock_off correctly
Yonghong Song
1
-0
/
+1
2019-02-27
bpf: expose program stats via bpf_prog_info
Alexei Starovoitov
1
-0
/
+5
2019-02-27
bpf: enable program stats
Alexei Starovoitov
3
-5
/
+67
2019-02-26
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
Peng Sun
1
-1
/
+1
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2019-02-22
bpf, lpm: fix lookup bug in map_delete_elem
Alban Crequy
1
-0
/
+1
2019-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+7
2019-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-44
/
+134
2019-02-12
bpf: offload: add priv field for drivers
Jakub Kicinski
1
-1
/
+9
2019-02-11
bpf: fix lockdep false positive in stackmap
Alexei Starovoitov
1
-1
/
+7
2019-02-10
bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sock
Martin KaFai Lau
1
-2
/
+29
2019-02-10
bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helper
Martin KaFai Lau
1
-40
/
+92
2019-02-10
bpf: Fix narrow load on a bpf_sock returned from sk_lookup()
Martin KaFai Lau
1
-4
/
+7
2019-02-09
bpf: Fix narrow load on a bpf_sock returned from sk_lookup()
Martin KaFai Lau
1
-4
/
+7
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-18
/
+48
2019-02-01
bpf: introduce BPF_F_LOCK flag
Alexei Starovoitov
5
-14
/
+107
2019-02-01
bpf: add support for bpf_spin_lock to cgroup local storage
Alexei Starovoitov
3
-1
/
+6
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
8
-19
/
+328
2019-01-31
bpf: Fix syscall's stackmap lookup potential deadlock
Martin KaFai Lau
1
-2
/
+10
2019-01-31
bpf: fix lockdep false positive in percpu_freelist
Alexei Starovoitov
3
-14
/
+35
2019-01-31
bpf: run bpf programs with preemption disabled
Alexei Starovoitov
1
-1
/
+1
2019-01-31
bpf, cgroups: clean up kerneldoc warnings
Valdis Kletnieks
1
-1
/
+2
2019-01-31
bpf: fix bitrotted kerneldoc
Valdis Kletnieks
1
-1
/
+2
2019-01-29
bpf: btf: allow typedef func_proto
Yonghong Song
1
-1
/
+2
2019-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-296
/
+774
2019-01-26
bpf: JIT blinds support JMP32
Jiong Wang
1
-0
/
+21
2019-01-26
bpf: interpreter support for JMP32
Jiong Wang
1
-134
/
+63
2019-01-26
bpf: disassembler support JMP32
Jiong Wang
1
-15
/
+19
2019-01-26
bpf: verifier support JMP32
Jiong Wang
2
-33
/
+173
2019-01-26
bpf: refactor verifier min/max code for condition jump
Jiong Wang
1
-73
/
+99
2019-01-23
bpf: notify offload JITs about optimizations
Jakub Kicinski
2
-0
/
+41
2019-01-23
bpf: verifier: record original instruction index
Jakub Kicinski
1
-3
/
+5
2019-01-23
bpf: verifier: remove unconditional branches by 0
Jakub Kicinski
1
-0
/
+23
2019-01-23
bpf: verifier: remove dead code
Jakub Kicinski
2
-3
/
+185
2019-01-23
bpf: verifier: hard wire branches to dead code
Jakub Kicinski
1
-2
/
+43
2019-01-23
bpf: change parameters of call/branch offset adjustment
Jakub Kicinski
1
-19
/
+21
2019-01-18
bpf: fix inner map masking to prevent oob under speculation
Daniel Borkmann
1
-2
/
+15
2019-01-17
bpf: Annotate implicit fall through in cgroup_dev_func_proto
Mathieu Malaterre
1
-0
/
+1
2019-01-17
bpf: Make function btf_name_offset_valid static
Mathieu Malaterre
1
-1
/
+1
2019-01-17
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
Stanislav Fomichev
1
-0
/
+2
2019-01-17
bpf: don't assume build-id length is always 20 bytes
Stanislav Fomichev
1
-2
/
+5
2019-01-17
bpf: fix a (false) compiler warning
Peter Oskolkov
1
-1
/
+2
2019-01-16
bpf: btf: support 128 bit integer type
Yonghong Song
1
-19
/
+85
2019-01-11
bpf: fix bpffs bitfield pretty print
Yonghong Song
1
-6
/
+6
2019-01-10
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
Song Liu
1
-1
/
+2
[next]