summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix pattern matches for direct packet accessDaniel Borkmann2017-10-221-0/+24
* bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann2017-10-221-12/+21
* bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend2017-10-221-1/+1
* bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend2017-10-201-0/+3
* bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend2017-10-201-0/+3
* bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-10/+9Star
* bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-0/+6
* bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-192-5/+1Star
* bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann2017-10-191-2/+3
* bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-181-2/+6
* Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet2017-10-111-0/+11
* net: defer call to cgroup_sk_alloc()Eric Dumazet2017-10-101-11/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-102-0/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-091-0/+1
| |\
| | * netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-091-0/+1
| * | bpf: fix liveness markingAlexei Starovoitov2017-10-081-0/+5
* | | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-065-520/+372Star
|\ \ \ | |/ / |/| |
| * | watchdog/core: Put softlockup_threads_initialized under ifdef guardThomas Gleixner2017-10-041-1/+1
| * | watchdog/core: Rename some softlockup_* functionsThomas Gleixner2017-10-041-9/+9
| * | powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner2017-10-041-1/+4
| * | watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner2017-10-042-3/+10
| * | watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner2017-10-041-15/+18
| * | watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently"Colin Ian King2017-09-281-1/+1
| * | watchdog/hardlockup/perf: Cure UP damageThomas Gleixner2017-09-251-1/+6
| * | watchdog/hardlockup: Clean up hotplug locking messThomas Gleixner2017-09-141-6/+0Star
| * | watchdog/hardlockup/perf: Simplify deferred event destroyThomas Gleixner2017-09-141-5/+2Star
| * | watchdog/hardlockup/perf: Use new perf CPU enable mechanismThomas Gleixner2017-09-142-84/+8Star
| * | watchdog/hardlockup/perf: Implement CPU enable replacementThomas Gleixner2017-09-141-0/+11
| * | watchdog/hardlockup/perf: Implement init time detection of perfThomas Gleixner2017-09-141-1/+12
| * | watchdog/hardlockup/perf: Implement init time perf validationThomas Gleixner2017-09-141-0/+37
| * | watchdog/core: Get rid of the racy update loopThomas Gleixner2017-09-141-48/+47Star
| * | watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageThomas Gleixner2017-09-141-9/+22
| * | watchdog/sysctl: Clean up sysctl variable name spaceThomas Gleixner2017-09-142-29/+28Star
| * | watchdog/sysctl: Get rid of the #ifdefferyThomas Gleixner2017-09-141-5/+1Star
| * | watchdog/core: Further simplify sysctl handlingThomas Gleixner2017-09-141-20/+7Star
| * | watchdog/core: Get rid of the thread teardown/setup danceThomas Gleixner2017-09-141-171/+19Star
| * | watchdog/core: Create new thread handling infrastructureThomas Gleixner2017-09-141-0/+75
| * | smpboot/threads, watchdog/core: Avoid runtime allocationThomas Gleixner2017-09-142-31/+12Star
| * | watchdog/core: Split out cpumask write functionThomas Gleixner2017-09-141-19/+21
| * | watchdog/core: Clean up the #ifdef mazeThomas Gleixner2017-09-141-20/+13Star
| * | watchdog/core: Clean up stub functionsThomas Gleixner2017-09-141-46/+22Star
| * | watchdog/core: Remove the park_in_progress obfuscationThomas Gleixner2017-09-142-25/+19Star
| * | watchdog/hardlockup/perf: Prevent CPU hotplug deadlockThomas Gleixner2017-09-143-6/+59
| * | watchdog/hardlockup/perf: Remove broken self disable on failureThomas Gleixner2017-09-142-28/+7Star
| * | watchdog/core: Mark hardlockup_detector_disable() __initThomas Gleixner2017-09-141-1/+1
| * | watchdog/core: Rename watchdog_proc_mutexThomas Gleixner2017-09-141-8/+7Star
| * | watchdog/core: Rework CPU hotplug lockingThomas Gleixner2017-09-141-6/+6
| * | watchdog/core: Remove broken suspend/resume interfacesThomas Gleixner2017-09-141-88/+1Star
| * | watchdog/core: Provide interface to stop from poweroff()Thomas Gleixner2017-09-141-1/+13
| * | watchdog/hardlockup: Provide interface to stop/restart perf eventsPeter Zijlstra2017-09-141-0/+41