index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-03
bpf: Macrofy stack state copy
Joe Stringer
1
-46
/
+60
2018-10-03
bpf: Add PTR_TO_SOCKET verifier type
Joe Stringer
1
-14
/
+106
2018-10-03
bpf: Generalize ptr_or_null regs check
Joe Stringer
1
-18
/
+25
2018-10-03
bpf: Reuse canonical string formatter for ctx errs
Joe Stringer
1
-4
/
+3
2018-10-03
bpf: Simplify ptr_min_max_vals adjustment
Joe Stringer
1
-12
/
+10
2018-10-03
bpf: Add iterator for spilled registers
Joe Stringer
1
-9
/
+7
2018-10-02
bpf: don't accept cgroup local storage with zero value size
Roman Gushchin
1
-0
/
+3
2018-10-01
bpf: don't allow create maps of per-cpu cgroup local storages
Roman Gushchin
1
-1
/
+2
2018-10-01
bpf: introduce per-cpu cgroup local storage
Roman Gushchin
4
-27
/
+157
2018-10-01
bpf: rework cgroup storage pointer passing
Roman Gushchin
2
-3
/
+8
2018-10-01
bpf: extend cgroup bpf core to allow multiple cgroup storage types
Roman Gushchin
5
-39
/
+85
2018-09-28
bpf: harden flags check in cgroup_storage_update_elem()
Roman Gushchin
1
-1
/
+1
2018-09-28
bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id()
Yonghong Song
1
-0
/
+2
2018-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-13
/
+74
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-20
/
+71
2018-09-22
bpf: sockmap, fix transition through disconnect without close
John Fastabend
1
-19
/
+41
2018-09-22
bpf: sockmap only allow ESTABLISHED sock state
John Fastabend
1
-1
/
+30
2018-09-21
bpf: remove redundant null pointer check before consume_skb
zhong jiang
1
-4
/
+2
2018-09-18
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2018-09-14
flow_dissector: implements flow dissector BPF hook
Petar Penkov
2
-0
/
+40
2018-09-12
bpf/verifier: disallow pointer subtraction
Alexei Starovoitov
1
-1
/
+1
2018-09-12
bpf: btf: Fix end boundary calculation for type section
Martin KaFai Lau
1
-1
/
+1
2018-09-11
bpf: add bpffs pretty print for program array map
Yonghong Song
1
-1
/
+24
2018-09-05
bpf/verifier: fix verifier instability
Alexei Starovoitov
1
-8
/
+8
2018-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-28
/
+36
2018-09-02
bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP
John Fastabend
1
-1
/
+11
2018-08-30
bpf: add bpffs pretty print for percpu arraymap/hash/lru_hash
Yonghong Song
2
-0
/
+55
2018-08-29
bpf/verifier: display non-spill stack slot types in print_verifier_state
Edward Cree
1
-7
/
+25
2018-08-29
bpf/verifier: per-register parent pointers
Edward Cree
1
-140
/
+44
2018-08-29
bpf: remove duplicated include from syscall.c
YueHaibing
1
-1
/
+0
2018-08-28
bpf: sockmap, decrement copied count correctly in redirect error case
John Fastabend
1
-23
/
+22
2018-08-27
bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsg
Daniel Borkmann
1
-3
/
+2
2018-08-27
bpf, sockmap: fix potential use after free in bpf_tcp_close
Daniel Borkmann
1
-1
/
+1
2018-08-23
bpf: use per htab salt for bucket hash
Daniel Borkmann
1
-10
/
+13
2018-08-22
bpf: sockmap: write_space events need to be passed to TCP handler
John Fastabend
1
-0
/
+3
2018-08-22
bpf, sockmap: fix sock hash count in alloc_sock_hash_elem
Daniel Borkmann
1
-1
/
+3
2018-08-22
bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys
Daniel Borkmann
1
-1
/
+3
2018-08-17
bpf: fix redirect to map under tail calls
Daniel Borkmann
4
-21
/
+4
2018-08-16
bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexist
Daniel Borkmann
1
-49
/
+57
2018-08-16
bpf, sockmap: fix map elem deletion race with smap_stop_sock
Daniel Borkmann
1
-1
/
+4
2018-08-16
bpf, sockmap: fix leakage of smap_psock_map_entry
Daniel Borkmann
1
-2
/
+7
2018-08-16
bpf: fix a rcu usage warning in bpf_prog_array_copy_core()
Yonghong Song
1
-1
/
+1
2018-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
19
-206
/
+1273
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2018-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
14
-25
/
+478
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
11
-40
/
+66
2018-08-11
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-14
/
+24
2018-08-11
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
1
-0
/
+9
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
4
-1
/
+373
2018-08-10
bpf: btf: add pretty print for hash/lru_hash maps
Yonghong Song
1
-0
/
+44
[prev]
[next]