aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-22
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-22
| * | | | | | | | | | | mntns: Add a limit on the number of mount namespaces.Eric W. Biederman2016-08-31
| * | | | | | | | | | | netns: Add a limit on the number of net namespacesEric W. Biederman2016-08-08
| * | | | | | | | | | | cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman2016-08-08
| * | | | | | | | | | | ipcns: Add a limit on the number of ipc namespacesEric W. Biederman2016-08-08
| * | | | | | | | | | | utsns: Add a limit on the number of uts namespacesEric W. Biederman2016-08-08
| * | | | | | | | | | | pidns: Add a limit on the number of pid namespacesEric W. Biederman2016-08-08
| * | | | | | | | | | | userns: Generalize the user namespace count into ucountEric W. Biederman2016-08-08
| * | | | | | | | | | | userns: Make the count of user namespaces per userEric W. Biederman2016-08-08
| * | | | | | | | | | | userns: Add a limit on the number of user namespacesEric W. Biederman2016-08-08
| * | | | | | | | | | | userns: Add per user namespace sysctls.Eric W. Biederman2016-08-08
| * | | | | | | | | | | userns: Free user namespaces in process contextEric W. Biederman2016-08-08
| |/ / / / / / / / / /
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-05
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-02
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | bpf: allow access into map value arraysJosef Bacik2016-09-29
| * | | | | | | | | | | bpf: clean up put_cpu_var usageShaohua Li2016-09-27
| * | | | | | | | | | | bpf: Set register type according to is_valid_access()Mickaël Salaün2016-09-27
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-23
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bpf: recognize 64bit immediate loads as constsJakub Kicinski2016-09-21
| * | | | | | | | | | | | bpf: enable non-core use of the verfierJakub Kicinski2016-09-21
| * | | | | | | | | | | | bpf: expose internal verfier structuresJakub Kicinski2016-09-21
| * | | | | | | | | | | | bpf: don't (ab)use instructions to store stateJakub Kicinski2016-09-21
| * | | | | | | | | | | | bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-20
| * | | | | | | | | | | | bpf, verifier: enforce larger zero range for pkt on overloading stack buffsDaniel Borkmann2016-09-20
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-12
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-09
| * | | | | | | | | | | | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2016-09-09
| * | | | | | | | | | | | bpf: minor cleanups in helpersDaniel Borkmann2016-09-09
| * | | | | | | | | | | | bpf: fix range propagation on direct packet accessDaniel Borkmann2016-09-08
| * | | | | | | | | | | | perf, bpf: fix conditional call to bpf_overflow_handlerArnd Bergmann2016-09-06
| * | | | | | | | | | | | perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov2016-09-02
| * | | | | | | | | | | | bpf: perf_event progs should only use preallocated mapsAlexei Starovoitov2016-09-02
| * | | | | | | | | | | | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-02
| * | | | | | | | | | | | bpf: support 8-byte metafield accessAlexei Starovoitov2016-09-02
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-30
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-18
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov2016-08-13
| * | | | | | | | | | | | | bpf: allow helpers access the packet directlyAlexei Starovoitov2016-08-13
| * | | | | | | | | | | | | bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2016-08-13
* | | | | | | | | | | | | | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-10-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | audit: consistently record PIDs with task_tgid_nr()Paul Moore2016-08-30
* | | | | | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | padata: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-19
| * | | | | | | | | | | | | | kernel/softirq: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-06
| * | | | | | | | | | | | | | slab: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-06
| * | | | | | | | | | | | | | relayfs: Convert to hotplug state machineRichard Weinberger2016-09-06
| * | | | | | | | | | | | | | relay: Use per CPU constructs for the relay channel buffer pointersAkash Goel2016-09-06
| * | | | | | | | | | | | | | cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner2016-09-06
| * | | | | | | | | | | | | | cpu/hotplug: Make state names consistentThomas Gleixner2016-09-06