summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-3113-748/+1872
|\
| * bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-313-0/+162
| * bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-313-90/+303
| * bpf: Verifier, refine 32bit bound in do_refine_retval_rangeJohn Fastabend2020-03-311-0/+1
| * bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend2020-03-302-281/+852
| * bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectlyJohn Fastabend2020-03-301-8/+11
| * bpf: btf: Fix arg verification in btf_ctx_access()KP Singh2020-03-301-7/+17
| * bpf: Simplify reg_set_min_max_inv handlingJann Horn2020-03-301-86/+22
| * bpf: Fix tnum constraints for 32-bit comparisonsJann Horn2020-03-301-36/+72
| * bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann2020-03-301-19/+0
| * bpf: lsm: Implement attach, detach and executionKP Singh2020-03-305-27/+105
| * bpf: lsm: Provide attachment points for BPF LSM programsKP Singh2020-03-301-0/+14
| * bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-303-6/+24
| * bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-282-0/+19
| * bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-281-6/+10
| * bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing2020-03-271-1/+0
| * bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko2020-03-271-87/+66
| * bpf: Factor out cgroup storages operationsAndrii Nakryiko2020-03-271-46/+72
| * bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend2020-03-261-0/+1
| * bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend2020-03-261-164/+239
| * bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2020-03-192-11/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-304-19/+33
|\ \
| * \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-03-291-2/+2
| |\ \
| | * | mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-03-291-2/+2
| * | | Merge tag 'irq-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-291-2/+9
| |\ \ \
| | * | | genirq: Fix reference leaks on irq affinity notifiersEdward Cree2020-03-211-2/+9
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-03-282-15/+22
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2020-03-202-3/+6
| | * | | bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman2020-03-201-1/+2
| | * | | bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau2020-03-171-11/+14
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-268-46/+81
|\| | | | | |_|_|/ |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-255-7/+23
| |\| |
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-03-135-7/+23
| | |\ \
| | | * | bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi2020-03-101-1/+1
| | | * | bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko2020-03-101-0/+3
| | | * | bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko2020-03-101-2/+2
| | | * | bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau2020-03-051-0/+5
| | | * | bpf: Return better error value in delete_elem for struct_ops mapMartin KaFai Lau2020-03-051-3/+11
| | | * | bpf: Fix deadlock with rq_lock in bpf_send_signal()Yonghong Song2020-03-051-1/+1
| * | | | x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-221-1/+1
| | |_|/ | |/| |
| * | | Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-151-38/+55
| |\ \ \
| | * | | futex: Unbreak futex hashingThomas Gleixner2020-03-091-2/+2
| | * | | futex: Fix inode life-time issuePeter Zijlstra2020-03-061-36/+53
| * | | | Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-151-0/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | sys/sysinfo: Respect boottime inside time namespaceCyril Hrubis2020-03-031-0/+2
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-1412-219/+542
|\ \ \ \
| * | | | bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge2020-03-131-0/+2
| * | | | bpf: Remove bpf_image treeJiri Olsa2020-03-133-77/+12
| * | | | bpf: Add dispatchers to kallsymsJiri Olsa2020-03-131-0/+1
| * | | | bpf: Add trampolines to kallsymsJiri Olsa2020-03-131-0/+28