summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-263-27/+18
|\
| * bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa2018-04-261-0/+1
| * bpf: allow map helpers access to map values directlyPaul Chaignon2018-04-241-17/+7
| * bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-231-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-253-7/+51
|\ \
| * | 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-242-19/+29
|\ \ \ | |/ / | | / | |/ |/|
| * 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
* | bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau2018-04-193-4/+234
* | bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau2018-04-192-1/+18
* | bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau2018-04-192-0/+84
* | bpf: btf: Add pretty print capability for data with BTF type infoMartin KaFai Lau2018-04-191-0/+198
* | bpf: btf: Check members of struct/unionMartin KaFai Lau2018-04-191-0/+205
* | bpf: btf: Validate type referenceMartin KaFai Lau2018-04-191-1/+665
* | bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau2018-04-192-0/+916
* | xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-3/+3
* | bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer2018-04-171-72/+28
* | xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer2018-04-171-24/+36
|/
* 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
OpenPOWER on IntegriCloud