| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: sockmap, fix error handling in redirect failures | John Fastabend | 2018-05-02 | 1 | -16/+12 |
* | bpf: sockmap, zero sg_size on error when buffer is released | John Fastabend | 2018-05-02 | 1 | -4/+11 |
* | bpf: sockmap, fix scatterlist update on error path in send with apply | John Fastabend | 2018-05-02 | 1 | -2/+3 |
* | bpf: sockmap, fix double page_put on ENOMEM error in redirect path | John Fastabend | 2018-04-24 | 1 | -2/+1 |
* | bpf: sockmap, sk_wait_event needed to handle blocking cases | John Fastabend | 2018-04-24 | 1 | -0/+44 |
* | bpf: sockmap, map_release does not hold refcnt for pinned maps | John Fastabend | 2018-04-24 | 3 | -5/+6 |
* | bpf: sockmap remove dead check | Jann Horn | 2018-04-20 | 1 | -3/+0 |
* | bpf/tracing: fix a deadlock in perf_event_detach_bpf_prog | Yonghong Song | 2018-04-11 | 1 | -16/+29 |
* | kernel/bpf/syscall: fix warning defined but not used | Anders Roxell | 2018-04-04 | 1 | -12/+12 |
* | bpf: sockmap, duplicates release calls may NULL sk_prot | John Fastabend | 2018-04-04 | 1 | -2/+4 |
* | bpf: sockmap, free memory on sock close with cork data | John Fastabend | 2018-04-04 | 1 | -0/+6 |
* | bpf: Post-hooks for sys_bind | Andrey Ignatov | 2018-03-31 | 1 | -0/+43 |
* | bpf: Hooks for sys_connect | Andrey Ignatov | 2018-03-31 | 1 | -0/+8 |
* | bpf: Hooks for sys_bind | Andrey Ignatov | 2018-03-31 | 3 | -8/+65 |
* | bpf: Check attach type at prog load time | Andrey Ignatov | 2018-03-31 | 3 | -5/+35 |
* | bpf: sockmap: initialize sg table entries properly | Prashant Bhole | 2018-03-30 | 1 | -5/+8 |
* | bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT: | John Fastabend | 2018-03-30 | 1 | -18/+76 |
* | bpf: sockmap redirect ingress support | John Fastabend | 2018-03-30 | 1 | -3/+195 |
* | bpf: introduce BPF_RAW_TRACEPOINT | Alexei Starovoitov | 2018-03-28 | 1 | -0/+78 |
* | bpf: follow idr code convention | Shaohua Li | 2018-03-27 | 1 | -0/+4 |
* | bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed() | Martin KaFai Lau | 2018-03-26 | 1 | -8/+11 |
* | bpf: Rename bpf_verifer_log | Martin KaFai Lau | 2018-03-26 | 1 | -2/+2 |
* | bpf: Remove struct bpf_verifier_env argument from print_bpf_insn | Jiri Olsa | 2018-03-23 | 3 | -47/+54 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-23 | 1 | -1/+1 |
|\ |
|
| * | bpf: skip unnecessary capability check | Chenbo Feng | 2018-03-20 | 1 | -1/+1 |
* | | bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data | John Fastabend | 2018-03-19 | 3 | -20/+711 |
* | | sockmap: convert refcnt to an atomic refcnt | John Fastabend | 2018-03-19 | 1 | -13/+10 |
* | | bpf: extend stackmap to save binary_build_id+offset instead of address | Song Liu | 2018-03-15 | 1 | -22/+235 |
* | | bpf: comment why dots in filenames under BPF virtual FS are not allowed | Quentin Monnet | 2018-03-09 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-06 | 1 | -16/+26 |
|\ \
| |/ |
|
| * | bpf: allow xadd only on aligned memory | Daniel Borkmann | 2018-02-23 | 1 | -16/+26 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-02-26 | 1 | -4/+0 |
|\ \
| |/
|/| |
|
| * | bpf: Remove unused callee_saved array | Joe Stringer | 2018-02-15 | 1 | -4/+0 |
* | | bpf: fix rcu lockdep warning for lpm_trie map_free callback | Yonghong Song | 2018-02-22 | 1 | -2/+1 |
* | | bpf: add schedule points in percpu arrays management | Eric Dumazet | 2018-02-22 | 1 | -1/+4 |
* | | bpf: fix mlock precharge on arraymaps | Daniel Borkmann | 2018-02-15 | 1 | -12/+16 |
* | | bpf: fix bpf_prog_array_copy_to_user warning from perf event prog query | Daniel Borkmann | 2018-02-14 | 1 | -1/+1 |
* | | bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc() | Jason Wang | 2018-02-14 | 1 | -1/+1 |
* | | bpf: fix sock_map_alloc() error path | Eric Dumazet | 2018-02-13 | 1 | -1/+2 |
* | | bpf: fix memory leak in lpm_trie map_free callback function | Yonghong Song | 2018-02-13 | 1 | -4/+7 |
|/ |
|
* | bpf: sockmap, fix leaking maps with attached but not detached progs | John Fastabend | 2018-02-06 | 1 | -5/+14 |
* | bpf: sockmap, add sock close() hook to remove socks | John Fastabend | 2018-02-06 | 1 | -67/+101 |
* | bpf: fix bpf_prog_array_copy_to_user() issues | Alexei Starovoitov | 2018-02-03 | 1 | -8/+24 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-01-31 | 15 | -593/+2359 |
|\ |
|
| * | bpf: fix kernel page fault in lpm map trie_get_next_key | Yonghong Song | 2018-01-26 | 1 | -15/+11 |
| * | bpf: fix subprog verifier bypass by div/mod by 0 exception | Daniel Borkmann | 2018-01-26 | 2 | -16/+30 |
| * | bpf: make unknown opcode handling more robust | Daniel Borkmann | 2018-01-26 | 2 | -105/+152 |
| * | bpf: improve dead code sanitizing | Daniel Borkmann | 2018-01-26 | 1 | -5/+12 |
| * | bpf: Use the IS_FD_ARRAY() macro in map_update_elem() | Mickaël Salaün | 2018-01-25 | 1 | -4/+1 |
| * | bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region | Yonghong Song | 2018-01-23 | 1 | -1/+1 |