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
*
bpf: fix redirect to map under tail calls
Daniel Borkmann
2018-08-17
4
-21
/
+4
*
bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexist
Daniel Borkmann
2018-08-16
1
-49
/
+57
*
bpf, sockmap: fix map elem deletion race with smap_stop_sock
Daniel Borkmann
2018-08-16
1
-1
/
+4
*
bpf, sockmap: fix leakage of smap_psock_map_entry
Daniel Borkmann
2018-08-16
1
-2
/
+7
*
bpf: fix a rcu usage warning in bpf_prog_array_copy_core()
Yonghong Song
2018-08-16
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-08-15
19
-206
/
+1273
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-08-13
14
-25
/
+478
|
|
\
|
|
*
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-08-13
11
-40
/
+66
|
|
*
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
1
-0
/
+9
|
|
*
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-11
4
-1
/
+373
|
|
*
bpf: btf: add pretty print for hash/lru_hash maps
Yonghong Song
2018-08-10
1
-0
/
+44
|
|
*
bpf: fix bpffs non-array map seq_show issue
Yonghong Song
2018-08-10
1
-3
/
+5
|
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-11
3
-14
/
+24
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-08-07
8
-124
/
+617
|
|
\
\
|
|
*
|
bpf: introduce update_effective_progs()
Roman Gushchin
2018-08-07
1
-54
/
+45
|
|
*
|
bpf: introduce the bpf_get_local_storage() helper function
Roman Gushchin
2018-08-03
4
-0
/
+41
|
|
*
|
bpf: don't allow create maps of cgroup local storages
Roman Gushchin
2018-08-03
1
-1
/
+2
|
|
*
|
bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE
Roman Gushchin
2018-08-03
1
-2
/
+6
|
|
*
|
bpf: extend bpf_prog_array to store pointers to the cgroup storage
Roman Gushchin
2018-08-03
2
-46
/
+51
|
|
*
|
bpf: allocate cgroup storage entries on attaching bpf programs
Roman Gushchin
2018-08-03
1
-4
/
+31
|
|
*
|
bpf: pass a pointer to a cgroup storage using pcpu variable
Roman Gushchin
2018-08-03
1
-0
/
+2
|
|
*
|
bpf: introduce cgroup storage maps
Roman Gushchin
2018-08-03
4
-0
/
+392
|
|
*
|
bpf: add ability to charge bpf maps memory dynamically
Roman Gushchin
2018-08-03
1
-15
/
+43
|
|
*
|
bpf: verifier: MOV64 don't mark dst reg unbounded
Arthur Fabre
2018-07-31
1
-2
/
+4
|
*
|
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-02
2
-2
/
+14
|
|
\
\
\
|
*
\
\
\
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-24
1
-6
/
+10
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-07-20
5
-58
/
+179
|
|
\
\
\
\
|
|
*
|
|
|
bpf: offload: allow program and map sharing per-ASIC
Jakub Kicinski
2018-07-18
1
-7
/
+35
|
|
*
|
|
|
bpf: offload: keep the offload state per-ASIC
Jakub Kicinski
2018-07-18
1
-17
/
+64
|
|
*
|
|
|
bpf: offload: aggregate offloads per-device
Jakub Kicinski
2018-07-18
1
-46
/
+96
|
|
*
|
|
|
bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()
Jakub Kicinski
2018-07-18
2
-2
/
+2
|
|
*
|
|
|
bpf: sockmap: remove redundant pointer sg
Colin Ian King
2018-07-18
1
-3
/
+0
|
|
*
|
|
|
bpf: fix rcu annotations in compute_effective_progs()
Roman Gushchin
2018-07-18
1
-4
/
+3
|
|
*
|
|
|
bpf: bpf_prog_array_alloc() should return a generic non-rcu pointer
Roman Gushchin
2018-07-18
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-08-13
1
-2
/
+2
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
2018-07-17
4
-177
/
+260
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
2018-06-21
1
-2
/
+2
*
|
|
|
|
|
xdp: fix bug in devmap teardown code path
Jesper Dangaard Brouer
2018-08-09
1
-5
/
+9
*
|
|
|
|
|
xdp: fix bug in cpumap teardown code path
Jesper Dangaard Brouer
2018-08-09
1
-6
/
+9
*
|
|
|
|
|
bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path
Daniel Borkmann
2018-08-08
1
-2
/
+5
*
|
|
|
|
|
bpf, sockmap: fix bpf_tcp_sendmsg sock error handling
Daniel Borkmann
2018-08-08
1
-1
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
bpf: btf: Use exact btf value_size match in map_check_btf()
Martin KaFai Lau
2018-07-27
1
-1
/
+1
*
|
|
|
|
bpf: btf: Ensure the member->offset is in the right order
Martin KaFai Lau
2018-07-24
1
-1
/
+13
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h
Martin KaFai Lau
2018-07-20
1
-6
/
+10
|
|
_
|
/
|
/
|
|
*
|
|
bpf: don't leave partial mangled prog in jit_subprogs error path
Daniel Borkmann
2018-07-12
1
-2
/
+9
*
|
|
bpf: btf: Fix bitfield extraction for big endian
Okash Khawaja
2018-07-11
1
-17
/
+13
*
|
|
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
2018-07-07
1
-1
/
+6
*
|
|
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
2018-07-07
1
-2
/
+2
*
|
|
bpf: sockmap, consume_skb in close path
John Fastabend
2018-07-07
1
-1
/
+4
*
|
|
bpf: sockhash, disallow bpf_tcp_close and update in parallel
John Fastabend
2018-07-07
2
-1
/
+18
[next]