summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: sockmap, fix error handling in redirect failuresJohn Fastabend2018-05-021-16/+12
* bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend2018-05-021-4/+11
* bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend2018-05-021-2/+3
* bpf: sockmap, fix double page_put on ENOMEM error in redirect pathJohn Fastabend2018-04-241-2/+1
* bpf: sockmap, sk_wait_event needed to handle blocking casesJohn Fastabend2018-04-241-0/+44
* bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-04-243-5/+6
* bpf: sockmap remove dead checkJann Horn2018-04-201-3/+0
* bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-111-16/+29
* kernel/bpf/syscall: fix warning defined but not usedAnders Roxell2018-04-041-12/+12
* bpf: sockmap, duplicates release calls may NULL sk_protJohn Fastabend2018-04-041-2/+4
* bpf: sockmap, free memory on sock close with cork dataJohn Fastabend2018-04-041-0/+6
* bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-311-0/+43
* bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+8
* bpf: Hooks for sys_bindAndrey Ignatov2018-03-313-8/+65
* bpf: Check attach type at prog load timeAndrey Ignatov2018-03-313-5/+35
* bpf: sockmap: initialize sg table entries properlyPrashant Bhole2018-03-301-5/+8
* bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-301-18/+76
* bpf: sockmap redirect ingress supportJohn Fastabend2018-03-301-3/+195
* bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-281-0/+78
* bpf: follow idr code conventionShaohua Li2018-03-271-0/+4
* bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()Martin KaFai Lau2018-03-261-8/+11
* bpf: Rename bpf_verifer_logMartin KaFai Lau2018-03-261-2/+2
* bpf: Remove struct bpf_verifier_env argument from print_bpf_insnJiri Olsa2018-03-233-47/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+1
|\
| * bpf: skip unnecessary capability checkChenbo Feng2018-03-201-1/+1
* | bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-193-20/+711
* | sockmap: convert refcnt to an atomic refcntJohn Fastabend2018-03-191-13/+10
* | bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu2018-03-151-22/+235
* | bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet2018-03-091-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-16/+26
|\|
| * bpf: allow xadd only on aligned memoryDaniel Borkmann2018-02-231-16/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-02-261-4/+0
|\ \ | |/ |/|
| * bpf: Remove unused callee_saved arrayJoe Stringer2018-02-151-4/+0
* | bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song2018-02-221-2/+1
* | bpf: add schedule points in percpu arrays managementEric Dumazet2018-02-221-1/+4
* | bpf: fix mlock precharge on arraymapsDaniel Borkmann2018-02-151-12/+16
* | bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann2018-02-141-1/+1
* | bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()Jason Wang2018-02-141-1/+1
* | bpf: fix sock_map_alloc() error pathEric Dumazet2018-02-131-1/+2
* | bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song2018-02-131-4/+7
|/
* bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend2018-02-061-5/+14
* bpf: sockmap, add sock close() hook to remove socksJohn Fastabend2018-02-061-67/+101
* bpf: fix bpf_prog_array_copy_to_user() issuesAlexei Starovoitov2018-02-031-8/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3115-593/+2359
|\
| * bpf: fix kernel page fault in lpm map trie_get_next_keyYonghong Song2018-01-261-15/+11
| * bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann2018-01-262-16/+30
| * bpf: make unknown opcode handling more robustDaniel Borkmann2018-01-262-105/+152
| * bpf: improve dead code sanitizingDaniel Borkmann2018-01-261-5/+12
| * bpf: Use the IS_FD_ARRAY() macro in map_update_elem()Mickaël Salaün2018-01-251-4/+1
| * bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu regionYonghong Song2018-01-231-1/+1