summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-0517-373/+1491
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-047-5/+146
| |\
| | * bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet2019-03-021-1/+7
| | * bpf: fix build without bpf_syscallAlexei Starovoitov2019-03-011-2/+5
| | * bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song2019-02-281-0/+1
| | * bpf: expose program stats via bpf_prog_infoAlexei Starovoitov2019-02-271-0/+5
| | * bpf: enable program statsAlexei Starovoitov2019-02-274-5/+101
| | * seccomp, bpf: disable preemption before calling into bpf progAlexei Starovoitov2019-02-221-0/+2
| | * bpf: check that BPF programs run with preemption disabledPeter Zijlstra2019-02-191-0/+28
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-022-4/+5
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-242-1/+2
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-205-11/+27
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-172-44/+134
| |\ \ \ \
| | * | | | bpf: offload: add priv field for driversJakub Kicinski2019-02-121-1/+9
| | * | | | bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-111-2/+29
| | * | | | bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-111-40/+92
| | * | | | bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau2019-02-111-4/+7
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-155-23/+121
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0917-81/+129
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-015-14/+107
| * | | | | | bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov2019-02-013-1/+6
| * | | | | | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-019-19/+331
| * | | | | | bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks2019-01-312-2/+3
| * | | | | | bpf: fix bitrotted kerneldocValdis Kletnieks2019-01-311-1/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-307-12/+39
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-295-296/+774
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: JIT blinds support JMP32Jiong Wang2019-01-261-0/+21
| | * | | | | | | bpf: interpreter support for JMP32Jiong Wang2019-01-261-134/+63Star
| | * | | | | | | bpf: disassembler support JMP32Jiong Wang2019-01-261-15/+19
| | * | | | | | | bpf: verifier support JMP32Jiong Wang2019-01-262-33/+173
| | * | | | | | | bpf: refactor verifier min/max code for condition jumpJiong Wang2019-01-261-73/+99
| | * | | | | | | bpf: notify offload JITs about optimizationsJakub Kicinski2019-01-242-0/+41
| | * | | | | | | bpf: verifier: record original instruction indexJakub Kicinski2019-01-241-3/+5
| | * | | | | | | bpf: verifier: remove unconditional branches by 0Jakub Kicinski2019-01-241-0/+23
| | * | | | | | | bpf: verifier: remove dead codeJakub Kicinski2019-01-242-3/+185
| | * | | | | | | bpf: verifier: hard wire branches to dead codeJakub Kicinski2019-01-241-2/+43
| | * | | | | | | bpf: change parameters of call/branch offset adjustmentJakub Kicinski2019-01-241-19/+21
| | * | | | | | | bpf: fix a (false) compiler warningPeter Oskolkov2019-01-171-1/+2
| | * | | | | | | bpf: btf: support 128 bit integer typeYonghong Song2019-01-161-19/+85
* | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-03-043-58/+27Star
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | cgroup: saner refcounting for cgroup_rootAl Viro2019-01-173-55/+21Star
| * | | | | | | | fix cgroup_do_mount() handling of failure exitsAl Viro2019-01-171-3/+6
* | | | | | | | | bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann2019-03-021-1/+2
* | | | | | | | | bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun2019-03-011-2/+2
* | | | | | | | | bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun2019-02-261-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-241-0/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-231-0/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy2019-02-221-0/+1
* | | | | | | | | psi: avoid divide-by-zero crash inside virtual machinesJohannes Weiner2019-02-211-1/+1
|/ / / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-202-5/+14
|\| | | | | | |