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-04-04
kernel/bpf/syscall: fix warning defined but not used
Anders Roxell
1
-12
/
+12
2018-04-04
bpf: sockmap, duplicates release calls may NULL sk_prot
John Fastabend
1
-2
/
+4
2018-04-04
bpf: sockmap, free memory on sock close with cork data
John Fastabend
1
-0
/
+6
2018-03-31
bpf: Post-hooks for sys_bind
Andrey Ignatov
1
-0
/
+43
2018-03-31
bpf: Hooks for sys_connect
Andrey Ignatov
1
-0
/
+8
2018-03-31
bpf: Hooks for sys_bind
Andrey Ignatov
3
-8
/
+65
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
3
-5
/
+35
2018-03-30
bpf: sockmap: initialize sg table entries properly
Prashant Bhole
1
-5
/
+8
2018-03-30
bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:
John Fastabend
1
-18
/
+76
2018-03-30
bpf: sockmap redirect ingress support
John Fastabend
1
-3
/
+195
2018-03-28
bpf: introduce BPF_RAW_TRACEPOINT
Alexei Starovoitov
1
-0
/
+78
2018-03-27
bpf: follow idr code convention
Shaohua Li
1
-0
/
+4
2018-03-26
bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()
Martin KaFai Lau
1
-8
/
+11
2018-03-26
bpf: Rename bpf_verifer_log
Martin KaFai Lau
1
-2
/
+2
2018-03-23
bpf: Remove struct bpf_verifier_env argument from print_bpf_insn
Jiri Olsa
3
-47
/
+54
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-03-20
bpf: skip unnecessary capability check
Chenbo Feng
1
-1
/
+1
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
3
-20
/
+711
2018-03-19
sockmap: convert refcnt to an atomic refcnt
John Fastabend
1
-13
/
+10
2018-03-15
bpf: extend stackmap to save binary_build_id+offset instead of address
Song Liu
1
-22
/
+235
2018-03-09
bpf: comment why dots in filenames under BPF virtual FS are not allowed
Quentin Monnet
1
-0
/
+3
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+26
2018-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+0
2018-02-23
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-16
/
+26
2018-02-22
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
1
-2
/
+1
2018-02-22
bpf: add schedule points in percpu arrays management
Eric Dumazet
1
-1
/
+4
2018-02-15
bpf: fix mlock precharge on arraymaps
Daniel Borkmann
1
-12
/
+16
2018-02-15
bpf: Remove unused callee_saved array
Joe Stringer
1
-4
/
+0
2018-02-14
bpf: fix bpf_prog_array_copy_to_user warning from perf event prog query
Daniel Borkmann
1
-1
/
+1
2018-02-14
bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()
Jason Wang
1
-1
/
+1
2018-02-13
bpf: fix sock_map_alloc() error path
Eric Dumazet
1
-1
/
+2
2018-02-13
bpf: fix memory leak in lpm_trie map_free callback function
Yonghong Song
1
-4
/
+7
2018-02-06
bpf: sockmap, fix leaking maps with attached but not detached progs
John Fastabend
1
-5
/
+14
2018-02-06
bpf: sockmap, add sock close() hook to remove socks
John Fastabend
1
-67
/
+101
2018-02-03
bpf: fix bpf_prog_array_copy_to_user() issues
Alexei Starovoitov
1
-8
/
+24
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
15
-593
/
+2359
2018-01-30
Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-28
/
+22
2018-01-26
bpf: fix kernel page fault in lpm map trie_get_next_key
Yonghong Song
1
-15
/
+11
2018-01-26
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
2
-16
/
+30
2018-01-26
bpf: make unknown opcode handling more robust
Daniel Borkmann
2
-105
/
+152
2018-01-26
bpf: improve dead code sanitizing
Daniel Borkmann
1
-5
/
+12
2018-01-25
bpf: Use the IS_FD_ARRAY() macro in map_update_elem()
Mickaël Salaün
1
-4
/
+1
2018-01-23
bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region
Yonghong Song
1
-1
/
+1
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-68
/
+297
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-13
/
+55
2018-01-19
bpf: add upper complexity limit to verifier log
Daniel Borkmann
1
-1
/
+2
2018-01-19
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
1
-7
/
+12
2018-01-19
bpf, verifier: detect misconfigured mem, size argument pair
Daniel Borkmann
1
-24
/
+55
2018-01-19
bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map
Yonghong Song
1
-2
/
+93
2018-01-18
bpf: offload: report device information about offloaded maps
Jakub Kicinski
2
-0
/
+61
[next]