summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | bpf: reduce verifier memory consumptionAlexei Starovoitov2017-11-011-149/+288
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-304-26/+42
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello2017-10-271-0/+2
| * | | | | | | | | bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-256-44/+188
| * | | | | | | | | bpf: use the same condition in perf event set/free bpf handlerYonghong Song2017-10-251-3/+3
| * | | | | | | | | bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer2017-10-241-4/+8
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-2220-201/+308
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng2017-10-201-2/+2
| * | | | | | | | | | security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2017-10-201-2/+32
| * | | | | | | | | | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-208-22/+110
| * | | | | | | | | | bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski2017-10-181-39/+16
| * | | | | | | | | | bpf: remove the verifier ops from program structureJakub Kicinski2017-10-182-16/+17
| * | | | | | | | | | bpf: split verifier and program opsJakub Kicinski2017-10-183-12/+31
| * | | | | | | | | | bpf: cpumap add tracepointsJesper Dangaard Brouer2017-10-181-5/+19
| * | | | | | | | | | bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer2017-10-181-22/+130
| * | | | | | | | | | bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer2017-10-182-2/+23
| * | | | | | | | | | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer2017-10-184-1/+573
| * | | | | | | | | | tracing: bpf: Hide bpf trace events when they are not usedSteven Rostedt (VMware)2017-10-161-0/+3
| * | | | | | | | | | bpf: verifier: set reg_type on context accesses in second passJakub Kicinski2017-10-141-6/+37
| * | | | | | | | | | bpf: remove redundant variable old_flagsColin Ian King2017-10-121-2/+0
| * | | | | | | | | | bpf: write back the verifier log buffer as it gets filledJakub Kicinski2017-10-101-22/+19
| * | | | | | | | | | bpf: move instruction printing into a separate fileJakub Kicinski2017-10-104-198/+251
| * | | | | | | | | | bpf: move global verifier log into verifier environmentJakub Kicinski2017-10-101-232/+259
| * | | | | | | | | | bpf: encapsulate verifier log state into a structureJakub Kicinski2017-10-101-27/+30
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-107-520/+378
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bpf: Append prog->aux->name in bpf_get_prog_name()Martin KaFai Lau2017-10-081-2/+15
| * | | | | | | | | | | bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0Martin KaFai Lau2017-10-081-3/+2
| * | | | | | | | | | | bpf: add helper bpf_perf_prog_read_valueYonghong Song2017-10-081-0/+28
| * | | | | | | | | | | bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song2017-10-082-5/+44
| * | | | | | | | | | | bpf: perf event change needed for subsequent bpf helpersYonghong Song2017-10-083-4/+15
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-0626-284/+606
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov2017-10-051-0/+40
| * | | | | | | | | | | | bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov2017-10-054-0/+128
| * | | | | | | | | | | | bpf: multi program support for cgroup+bpfAlexei Starovoitov2017-10-054-149/+414
| * | | | | | | | | | | | bpf: Fix compiler warning on info.map_ids for 32bit platformMartin KaFai Lau2017-10-011-1/+1
| * | | | | | | | | | | | bpf: Add map_name to bpf_map_infoMartin KaFai Lau2017-09-291-1/+6
| * | | | | | | | | | | | bpf: Add name, load_time, uid and map_ids to bpf_prog_infoMartin KaFai Lau2017-09-291-1/+50
| * | | | | | | | | | | | bpf/verifier: improve disassembly of BPF_NEG instructionsEdward Cree2017-09-281-0/+5
| * | | | | | | | | | | | bpf/verifier: improve disassembly of BPF_END instructionsEdward Cree2017-09-281-2/+16
| * | | | | | | | | | | | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-28/+86
| * | | | | | | | | | | | bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2017-09-261-2/+2
| * | | | | | | | | | | | bpf: Optimize lpm trie deleteCraig Gallek2017-09-251-28/+43
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-239-21/+346
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIECraig Gallek2017-09-191-3/+77
* | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-153-0/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | arm64/sve: Add prctl controls for userspace vector length managementDave Martin2017-11-031-0/+12
| * | | | | | | | | | | | | perf/core: Export AUX buffer helpers to modulesWill Deacon2017-10-181-0/+4
| * | | | | | | | | | | | | genirq: export irq_get_percpu_devid_partition to modulesWill Deacon2017-10-181-0/+1
* | | | | | | | | | | | | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-156-18/+399
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-4.15/callbacks' into for-linusJiri Kosina2017-11-154-17/+121
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \