Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | kvmconfig: add virtio-gpu to config fragment | Rob Herring | 2016-09-23 | 1 | -0/+1 | |
| * | | | | | | | | | config: move x86 kvm_guest.config to a common location | Rob Herring | 2016-09-23 | 1 | -0/+31 | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2016-10-06 | 8 | -24/+440 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mnt: Add a per mount namespace limit on the number of mounts | Eric W. Biederman | 2016-09-30 | 1 | -0/+9 | |
| * | | | | | | | | | | Merge branch 'nsfs-ioctls' into HEAD | Eric W. Biederman | 2016-09-23 | 4 | -0/+62 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | nsfs: add ioctl to get a parent namespace | Andrey Vagin | 2016-09-23 | 2 | -0/+20 | |
| | * | | | | | | | | | | kernel: add a helper to get an owning user namespace for a namespace | Andrey Vagin | 2016-09-23 | 4 | -0/+42 | |
| * | | | | | | | | | | | userns: When the per user per user namespace limit is reached return ENOSPC | Eric W. Biederman | 2016-09-22 | 4 | -4/+4 | |
| * | | | | | | | | | | | mntns: Add a limit on the number of mount namespaces. | Eric W. Biederman | 2016-08-31 | 1 | -0/+1 | |
| * | | | | | | | | | | | netns: Add a limit on the number of net namespaces | Eric W. Biederman | 2016-08-08 | 1 | -0/+1 | |
| * | | | | | | | | | | | cgroupns: Add a limit on the number of cgroup namespaces | Eric W. Biederman | 2016-08-08 | 2 | -0/+19 | |
| * | | | | | | | | | | | ipcns: Add a limit on the number of ipc namespaces | Eric W. Biederman | 2016-08-08 | 1 | -0/+1 | |
| * | | | | | | | | | | | utsns: Add a limit on the number of uts namespaces | Eric W. Biederman | 2016-08-08 | 2 | -5/+30 | |
| * | | | | | | | | | | | pidns: Add a limit on the number of pid namespaces | Eric W. Biederman | 2016-08-08 | 2 | -4/+22 | |
| * | | | | | | | | | | | userns: Generalize the user namespace count into ucount | Eric W. Biederman | 2016-08-08 | 3 | -21/+39 | |
| * | | | | | | | | | | | userns: Make the count of user namespaces per user | Eric W. Biederman | 2016-08-08 | 3 | -26/+103 | |
| * | | | | | | | | | | | userns: Add a limit on the number of user namespaces | Eric W. Biederman | 2016-08-08 | 3 | -11/+75 | |
| * | | | | | | | | | | | userns: Add per user namespace sysctls. | Eric W. Biederman | 2016-08-08 | 3 | -3/+116 | |
| * | | | | | | | | | | | userns: Free user namespaces in process context | Eric W. Biederman | 2016-08-08 | 1 | -3/+11 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-10-05 | 7 | -328/+906 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-03 | 5 | -24/+63 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | bpf: allow access into map value arrays | Josef Bacik | 2016-09-29 | 1 | -18/+311 | |
| * | | | | | | | | | | | bpf: clean up put_cpu_var usage | Shaohua Li | 2016-09-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | bpf: Set register type according to is_valid_access() | Mickaël Salaün | 2016-09-27 | 1 | -3/+2 | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-23 | 4 | -14/+76 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | bpf: recognize 64bit immediate loads as consts | Jakub Kicinski | 2016-09-22 | 1 | -2/+12 | |
| * | | | | | | | | | | | | bpf: enable non-core use of the verfier | Jakub Kicinski | 2016-09-22 | 1 | -0/+68 | |
| * | | | | | | | | | | | | bpf: expose internal verfier structures | Jakub Kicinski | 2016-09-22 | 1 | -163/+103 | |
| * | | | | | | | | | | | | bpf: don't (ab)use instructions to store state | Jakub Kicinski | 2016-09-22 | 1 | -30/+40 | |
| * | | | | | | | | | | | | bpf: direct packet write and access for helpers for clsact progs | Daniel Borkmann | 2016-09-21 | 2 | -14/+43 | |
| * | | | | | | | | | | | | bpf, verifier: enforce larger zero range for pkt on overloading stack buffs | Daniel Borkmann | 2016-09-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-13 | 11 | -38/+113 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | bpf: add BPF_CALL_x macros for declaring helpers | Daniel Borkmann | 2016-09-10 | 4 | -77/+51 | |
| * | | | | | | | | | | | | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros | Daniel Borkmann | 2016-09-10 | 1 | -6/+6 | |
| * | | | | | | | | | | | | bpf: minor cleanups in helpers | Daniel Borkmann | 2016-09-10 | 1 | -3/+3 | |
| * | | | | | | | | | | | | bpf: fix range propagation on direct packet access | Daniel Borkmann | 2016-09-09 | 1 | -15/+40 | |
| * | | | | | | | | | | | | perf, bpf: fix conditional call to bpf_overflow_handler | Arnd Bergmann | 2016-09-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programs | Alexei Starovoitov | 2016-09-02 | 1 | -1/+88 | |
| * | | | | | | | | | | | | bpf: perf_event progs should only use preallocated maps | Alexei Starovoitov | 2016-09-02 | 1 | -1/+21 | |
| * | | | | | | | | | | | | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type | Alexei Starovoitov | 2016-09-02 | 1 | -0/+61 | |
| * | | | | | | | | | | | | bpf: support 8-byte metafield access | Alexei Starovoitov | 2016-09-02 | 1 | -3/+6 | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-30 | 12 | -53/+178 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-18 | 22 | -112/+311 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | bpf: allow bpf_get_prandom_u32() to be used in tracing | Alexei Starovoitov | 2016-08-13 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | bpf: allow helpers access the packet directly | Alexei Starovoitov | 2016-08-13 | 1 | -18/+43 | |
| * | | | | | | | | | | | | | bpf: Add bpf_current_task_under_cgroup helper | Sargun Dhillon | 2016-08-13 | 3 | -2/+34 | |
* | | | | | | | | | | | | | | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2016-10-04 | 2 | -7/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | audit: consistently record PIDs with task_tgid_nr() | Paul Moore | 2016-08-30 | 2 | -7/+13 | |
* | | | | | | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-10-04 | 4 | -313/+438 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | padata: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-09-19 | 1 | -38/+50 |