summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04135-2/+144
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02134-0/+134
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02134-0/+134
| * | futex: futex_wake_op, do not fail on invalid opJiri Slaby2017-11-021-2/+10
* | | bpf: fix verifier NULL pointer dereferenceCraig Gallek2017-11-031-4/+8
* | | bpf: fix out-of-bounds access warning in bpf_checkArnd Bergmann2017-11-031-0/+4
* | | bpf: fix link error without CONFIG_NETArnd Bergmann2017-11-031-0/+2
* | | bpf: also improve pattern matches for meta accessDaniel Borkmann2017-11-021-69/+96
* | | bpf: minor cleanups after mergeDaniel Borkmann2017-11-021-1/+1
* | | bpf: cpumap micro-optimization in cpu_map_enqueueJesper Dangaard Brouer2017-11-021-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-022-5/+13
|\ \ \ | |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-11-011-1/+1
| |\ \
| | * | signal: Fix name of SIGEMT in #if defined() checkAndrew Clayton2017-11-011-1/+1
| * | | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-4/+12
* | | | bpf: fix verifier memory leaksAlexei Starovoitov2017-11-011-9/+18
* | | | bpf: avoid rcu_dereference inside bpf_event_mutex lock regionYonghong Song2017-11-011-10/+7
* | | | bpf: reduce verifier memory consumptionAlexei Starovoitov2017-11-011-149/+288
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-304-26/+42
|\ \ \ \ | |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-291-3/+12
| |\ \ \
| | * | | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-1/+2
| | * | | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-2/+10
| * | | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-231-22/+15
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | workqueue: replace pool->manager_arb mutex with a flagTejun Heo2017-10-101-22/+15
| * | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-221-0/+5
| |\ \ \ \
| | * | | | cpu/hotplug: Reset node state after operationThomas Gleixner2017-10-211-0/+5
| * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-221-3/+12
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-10-161-3/+12
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger2017-10-131-16/+0
| | | * | | genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger2017-10-131-0/+25
* | | | | | bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello2017-10-271-0/+2
* | | | | | bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-256-44/+188
* | | | | | bpf: use the same condition in perf event set/free bpf handlerYonghong Song2017-10-251-3/+3
* | | | | | bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer2017-10-241-4/+8
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-2220-201/+308
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-215-32/+77
| |\ \ \ \ \
| | * | | | | 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/+9
| | * | | | | 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/+1
| | * | | | | 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-101-0/+11
| | * | | | | net: defer call to cgroup_sk_alloc()Eric Dumazet2017-10-091-11/+0
| * | | | | | waitid(): Avoid unbalanced user_access_end() on access_ok() errorKees Cook2017-10-201-2/+2
| * | | | | | doc: Fix various RCU docbook comment-header problemsPaul E. McKenney2017-10-193-12/+17
| * | | | | | membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-191-4/+30
| | |/ / / / | |/| | | |
OpenPOWER on IntegriCloud