Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | bpf: reduce verifier memory consumption | Alexei Starovoitov | 2017-11-01 | 1 | -149/+288 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-30 | 4 | -26/+42 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bpf: remove tail_call and get_stackid helper declarations from bpf.h | Gianluca Borello | 2017-10-27 | 1 | -0/+2 | |
| * | | | | | | | | | bpf: permit multiple bpf attachments for a single perf event | Yonghong Song | 2017-10-25 | 6 | -44/+188 | |
| * | | | | | | | | | bpf: use the same condition in perf event set/free bpf handler | Yonghong Song | 2017-10-25 | 1 | -3/+3 | |
| * | | | | | | | | | bpf: cpumap fix potential lost wake-up problem | Jesper Dangaard Brouer | 2017-10-24 | 1 | -4/+8 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-22 | 20 | -201/+308 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | selinux: bpf: Add addtional check for bpf object file receive | Chenbo Feng | 2017-10-20 | 1 | -2/+2 | |
| * | | | | | | | | | | security: bpf: Add LSM hooks for bpf object related syscall | Chenbo Feng | 2017-10-20 | 1 | -2/+32 | |
| * | | | | | | | | | | bpf: Add file mode configuration into bpf maps | Chenbo Feng | 2017-10-20 | 8 | -22/+110 | |
| * | | | | | | | | | | bpf: move knowledge about post-translation offsets out of verifier | Jakub Kicinski | 2017-10-18 | 1 | -39/+16 | |
| * | | | | | | | | | | bpf: remove the verifier ops from program structure | Jakub Kicinski | 2017-10-18 | 2 | -16/+17 | |
| * | | | | | | | | | | bpf: split verifier and program ops | Jakub Kicinski | 2017-10-18 | 3 | -12/+31 | |
| * | | | | | | | | | | bpf: cpumap add tracepoints | Jesper Dangaard Brouer | 2017-10-18 | 1 | -5/+19 | |
| * | | | | | | | | | | bpf: cpumap xdp_buff to skb conversion and allocation | Jesper Dangaard Brouer | 2017-10-18 | 1 | -22/+130 | |
| * | | | | | | | | | | bpf: XDP_REDIRECT enable use of cpumap | Jesper Dangaard Brouer | 2017-10-18 | 2 | -2/+23 | |
| * | | | | | | | | | | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP | Jesper Dangaard Brouer | 2017-10-18 | 4 | -1/+573 | |
| * | | | | | | | | | | tracing: bpf: Hide bpf trace events when they are not used | Steven Rostedt (VMware) | 2017-10-16 | 1 | -0/+3 | |
| * | | | | | | | | | | bpf: verifier: set reg_type on context accesses in second pass | Jakub Kicinski | 2017-10-14 | 1 | -6/+37 | |
| * | | | | | | | | | | bpf: remove redundant variable old_flags | Colin Ian King | 2017-10-12 | 1 | -2/+0 | |
| * | | | | | | | | | | bpf: write back the verifier log buffer as it gets filled | Jakub Kicinski | 2017-10-10 | 1 | -22/+19 | |
| * | | | | | | | | | | bpf: move instruction printing into a separate file | Jakub Kicinski | 2017-10-10 | 4 | -198/+251 | |
| * | | | | | | | | | | bpf: move global verifier log into verifier environment | Jakub Kicinski | 2017-10-10 | 1 | -232/+259 | |
| * | | | | | | | | | | bpf: encapsulate verifier log state into a structure | Jakub Kicinski | 2017-10-10 | 1 | -27/+30 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-10 | 7 | -520/+378 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | bpf: Append prog->aux->name in bpf_get_prog_name() | Martin KaFai Lau | 2017-10-08 | 1 | -2/+15 | |
| * | | | | | | | | | | | bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0 | Martin KaFai Lau | 2017-10-08 | 1 | -3/+2 | |
| * | | | | | | | | | | | bpf: add helper bpf_perf_prog_read_value | Yonghong Song | 2017-10-08 | 1 | -0/+28 | |
| * | | | | | | | | | | | bpf: add helper bpf_perf_event_read_value for perf event array map | Yonghong Song | 2017-10-08 | 2 | -5/+44 | |
| * | | | | | | | | | | | bpf: perf event change needed for subsequent bpf helpers | Yonghong Song | 2017-10-08 | 3 | -4/+15 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-06 | 26 | -284/+606 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | bpf: enforce return code for cgroup-bpf programs | Alexei Starovoitov | 2017-10-05 | 1 | -0/+40 | |
| * | | | | | | | | | | | | bpf: introduce BPF_PROG_QUERY command | Alexei Starovoitov | 2017-10-05 | 4 | -0/+128 | |
| * | | | | | | | | | | | | bpf: multi program support for cgroup+bpf | Alexei Starovoitov | 2017-10-05 | 4 | -149/+414 | |
| * | | | | | | | | | | | | bpf: Fix compiler warning on info.map_ids for 32bit platform | Martin KaFai Lau | 2017-10-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | bpf: Add map_name to bpf_map_info | Martin KaFai Lau | 2017-09-29 | 1 | -1/+6 | |
| * | | | | | | | | | | | | bpf: Add name, load_time, uid and map_ids to bpf_prog_info | Martin KaFai Lau | 2017-09-29 | 1 | -1/+50 | |
| * | | | | | | | | | | | | bpf/verifier: improve disassembly of BPF_NEG instructions | Edward Cree | 2017-09-28 | 1 | -0/+5 | |
| * | | | | | | | | | | | | bpf/verifier: improve disassembly of BPF_END instructions | Edward Cree | 2017-09-28 | 1 | -2/+16 | |
| * | | | | | | | | | | | | bpf: add meta pointer for direct access | Daniel Borkmann | 2017-09-26 | 1 | -28/+86 | |
| * | | | | | | | | | | | | bpf: rename bpf_compute_data_end into bpf_compute_data_pointers | Daniel Borkmann | 2017-09-26 | 1 | -2/+2 | |
| * | | | | | | | | | | | | bpf: Optimize lpm trie delete | Craig Gallek | 2017-09-25 | 1 | -28/+43 | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-23 | 9 | -21/+346 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIE | Craig Gallek | 2017-09-19 | 1 | -3/+77 | |
* | | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-11-15 | 3 | -0/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | arm64/sve: Add prctl controls for userspace vector length management | Dave Martin | 2017-11-03 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | perf/core: Export AUX buffer helpers to modules | Will Deacon | 2017-10-18 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | genirq: export irq_get_percpu_devid_partition to modules | Will Deacon | 2017-10-18 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 6 | -18/+399 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-4.15/callbacks' into for-linus | Jiri Kosina | 2017-11-15 | 4 | -17/+121 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |