summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | bpf: add queue and stack mapsMauricio Vasquez B2018-10-196-2/+359
| | * | | | | | | | | | bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUEMauricio Vasquez B2018-10-191-3/+6
| | * | | | | | | | | | bpf/syscall: allow key to be null in map functionsMauricio Vasquez B2018-10-191-4/+15
| | * | | | | | | | | | bpf: rename stack trace map operationsMauricio Vasquez B2018-10-191-1/+1
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-213-11/+47
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-193-29/+15
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-158-2644/+29
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-154-2620/+3
| | * | | | | | | | | | | tcp, ulp: remove ulp bits from sockmapDaniel Borkmann2018-10-151-29/+10
| | * | | | | | | | | | | bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione2018-10-121-0/+13
| | * | | | | | | | | | | bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole2018-10-094-4/+4
| | * | | | | | | | | | | bpf: error handling when map_lookup_elem isn't supportedPrashant Bhole2018-10-091-2/+7
| | * | | | | | | | | | | bpf: btf: Fix a missing check bugWenwen Wang2018-10-091-0/+3
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-122-9/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-087-184/+767
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | bpf: allow offload of programs with BPF-to-BPF function callsQuentin Monnet2018-10-081-7/+3
| | * | | | | | | | | | | | bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet2018-10-082-0/+21
| | * | | | | | | | | | | | bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-1/+7
| | * | | | | | | | | | | | bpf: Add reference tracking to verifierJoe Stringer2018-10-031-19/+287
| | * | | | | | | | | | | | bpf: Macrofy stack state copyJoe Stringer2018-10-031-46/+60
| | * | | | | | | | | | | | bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer2018-10-031-14/+106
| | * | | | | | | | | | | | bpf: Generalize ptr_or_null regs checkJoe Stringer2018-10-031-18/+25
| | * | | | | | | | | | | | bpf: Reuse canonical string formatter for ctx errsJoe Stringer2018-10-031-4/+3
| | * | | | | | | | | | | | bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer2018-10-031-12/+10
| | * | | | | | | | | | | | bpf: Add iterator for spilled registersJoe Stringer2018-10-031-9/+7
| | * | | | | | | | | | | | bpf: don't allow create maps of per-cpu cgroup local storagesRoman Gushchin2018-10-011-1/+2
| | * | | | | | | | | | | | bpf: introduce per-cpu cgroup local storageRoman Gushchin2018-10-014-27/+157
| | * | | | | | | | | | | | bpf: rework cgroup storage pointer passingRoman Gushchin2018-10-012-3/+8
| | * | | | | | | | | | | | bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin2018-10-015-39/+85
| | * | | | | | | | | | | | bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id()Yonghong Song2018-09-281-0/+2
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-068-29/+118
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-032-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | / / / / / / | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-254-13/+74
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | bpf: remove redundant null pointer check before consume_skbzhong jiang2018-09-211-4/+2
| | * | | | | | | | | | | | | flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-142-0/+40
| | * | | | | | | | | | | | | bpf: add bpffs pretty print for program array mapYonghong Song2018-09-111-1/+24
| | * | | | | | | | | | | | | bpf/verifier: fix verifier instabilityAlexei Starovoitov2018-09-051-8/+8
| * | | | | | | | | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-254-24/+74
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-1812-44/+45
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-124-19/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | / / / | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-047-57/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song2018-08-302-0/+55
| * | | | | | | | | | | | | | | | bpf/verifier: display non-spill stack slot types in print_verifier_stateEdward Cree2018-08-291-7/+25
| * | | | | | | | | | | | | | | | bpf/verifier: per-register parent pointersEdward Cree2018-08-291-140/+44
| * | | | | | | | | | | | | | | | bpf: remove duplicated include from syscall.cYueHaibing2018-08-291-1/+0
* | | | | | | | | | | | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-232-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | clocksource: Provide clocksource_arch_init()Thomas Gleixner2018-10-042-0/+6
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-232-1/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2018-09-261-1/+10
| * | | | | | | | | | | | | | | | | x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2018-09-261-0/+10
OpenPOWER on IntegriCloud