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
2018-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-124
/
+617
2018-08-07
bpf: introduce update_effective_progs()
Roman Gushchin
1
-54
/
+45
2018-08-03
bpf: introduce the bpf_get_local_storage() helper function
Roman Gushchin
4
-0
/
+41
2018-08-03
bpf: don't allow create maps of cgroup local storages
Roman Gushchin
1
-1
/
+2
2018-08-03
bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE
Roman Gushchin
1
-2
/
+6
2018-08-03
bpf: extend bpf_prog_array to store pointers to the cgroup storage
Roman Gushchin
2
-46
/
+51
2018-08-03
bpf: allocate cgroup storage entries on attaching bpf programs
Roman Gushchin
1
-4
/
+31
2018-08-03
bpf: pass a pointer to a cgroup storage using pcpu variable
Roman Gushchin
1
-0
/
+2
2018-08-03
bpf: introduce cgroup storage maps
Roman Gushchin
4
-0
/
+392
2018-08-03
bpf: add ability to charge bpf maps memory dynamically
Roman Gushchin
1
-15
/
+43
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+14
2018-07-31
bpf: verifier: MOV64 don't mark dst reg unbounded
Arthur Fabre
1
-2
/
+4
2018-07-27
bpf: btf: Use exact btf value_size match in map_check_btf()
Martin KaFai Lau
1
-1
/
+1
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+10
2018-07-24
bpf: btf: Ensure the member->offset is in the right order
Martin KaFai Lau
1
-1
/
+13
2018-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-58
/
+179
2018-07-20
bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h
Martin KaFai Lau
1
-6
/
+10
2018-07-18
bpf: offload: allow program and map sharing per-ASIC
Jakub Kicinski
1
-7
/
+35
2018-07-18
bpf: offload: keep the offload state per-ASIC
Jakub Kicinski
1
-17
/
+64
2018-07-18
bpf: offload: aggregate offloads per-device
Jakub Kicinski
1
-46
/
+96
2018-07-18
bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()
Jakub Kicinski
2
-2
/
+2
2018-07-18
bpf: sockmap: remove redundant pointer sg
Colin Ian King
1
-3
/
+0
2018-07-18
bpf: fix rcu annotations in compute_effective_progs()
Roman Gushchin
1
-4
/
+3
2018-07-18
bpf: bpf_prog_array_alloc() should return a generic non-rcu pointer
Roman Gushchin
1
-1
/
+1
2018-07-12
bpf: don't leave partial mangled prog in jit_subprogs error path
Daniel Borkmann
1
-2
/
+9
2018-07-11
bpf: btf: Fix bitfield extraction for big endian
Okash Khawaja
1
-17
/
+13
2018-07-07
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
1
-1
/
+6
2018-07-07
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
1
-2
/
+2
2018-07-07
bpf: sockmap, consume_skb in close path
John Fastabend
1
-1
/
+4
2018-07-07
bpf: sockhash, disallow bpf_tcp_close and update in parallel
John Fastabend
2
-1
/
+18
2018-07-07
bpf: sockmap, hash table is RCU so readers do not need locks
John Fastabend
1
-2
/
+0
2018-07-07
bpf: sockmap, error path can not release psock in multi-map case
John Fastabend
1
-11
/
+6
2018-07-03
bpf: hash map: decrement counter on error
Mauricio Vasquez B
1
-5
/
+11
2018-07-01
bpf: sockhash, add release routine
John Fastabend
1
-0
/
+1
2018-07-01
bpf: sockhash fix omitted bucket lock in sock_close
John Fastabend
1
-49
/
+96
2018-07-01
bpf: sockmap, fix smap_list_map_remove when psock is in many maps
John Fastabend
1
-12
/
+22
2018-07-01
bpf: sockmap, fix crash when ipv6 sock is added
John Fastabend
1
-10
/
+48
2018-06-29
bpf: undo prog rejection on read-only lock failure
Daniel Borkmann
1
-29
/
+1
2018-06-26
bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF
Sean Young
3
-78
/
+93
2018-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-16
/
+79
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+12
2018-06-15
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
1
-0
/
+14
2018-06-15
bpf: reject any prog that failed read-only lock
Daniel Borkmann
2
-10
/
+49
2018-06-15
bpf: fix panic in prog load calls cleanup
Daniel Borkmann
2
-6
/
+16
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
1
-3
/
+5
2018-06-12
treewide: kvzalloc() -> kvcalloc()
Kees Cook
1
-4
/
+4
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+3
2018-06-08
bpf: implement dummy fops for bpf objects
Daniel Borkmann
1
-2
/
+12
2018-06-07
bpf: reject passing modified ctx to helper functions
Daniel Borkmann
1
-17
/
+31
[next]