summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix oops on allocation failureDan Carpenter2017-08-281-0/+1
* bpf: sockmap indicate sock events to listenersJohn Fastabend2017-08-281-0/+6
* bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2017-08-281-0/+3
* bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend2017-08-281-3/+6
* bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend2017-08-281-104/+165
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-282-38/+25
* strparser: initialize all callbacksEric Biggers2017-08-241-5/+5
* bpf: netdev is never null in __dev_map_flushDaniel Borkmann2017-08-231-5/+3
* bpf/verifier: document liveness analysisEdward Cree2017-08-231-1/+27
* bpf/verifier: remove varlen_map_value_access flagEdward Cree2017-08-231-29/+12
* bpf/verifier: when pruning a branch, ignore its write marksEdward Cree2017-08-231-2/+7
* bpf: minor cleanups for dev_mapDaniel Borkmann2017-08-221-59/+41
* bpf: fix map value attribute for hash of mapsDaniel Borkmann2017-08-221-13/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-219-28/+149
|\
| * pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-211-7/+4
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-201-8/+39
| |\
| | * perf/core: Fix time on IOC_ENABLEPeter Zijlstra2017-08-101-5/+36
| | * perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra2017-08-101-3/+3
| * | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-202-4/+10
| |\ \
| | * | genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan2017-08-201-2/+2
| | * | genirq: Restore trigger settings in irq_modify_status()Marc Zyngier2017-08-181-2/+8
| * | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-202-0/+60
| |\ \ \
| | * | | kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2017-08-182-0/+60
| * | | | signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles2017-08-181-1/+5
| * | | | kmod: fix wait on recursive loopLuis R. Rodriguez2017-08-181-2/+23
| * | | | Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-08-161-6/+8
| |\ \ \ \
| | * | | | audit: Receive unmount eventJan Kara2017-08-151-1/+1
| | * | | | audit: Fix use after free in audit_remove_watch_rule()Jan Kara2017-08-151-5/+7
* | | | | | bpf: fix double free from dev_map_notification()Daniel Borkmann2017-08-201-7/+5
* | | | | | bpf: inline map in map lookup functions for array and htabDaniel Borkmann2017-08-192-0/+43
* | | | | | bpf: make htab inlining more robust wrt assumptionsDaniel Borkmann2017-08-191-1/+5
* | | | | | bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-197-21/+55
* | | | | | bpf: Fix map-in-map checking in the verifierMartin KaFai Lau2017-08-181-0/+1
* | | | | | bpf: fix a return in sockmap_get_from_fd()Dan Carpenter2017-08-181-2/+2
* | | | | | bpf: don't enable preemption twice in smap_do_verdictDaniel Borkmann2017-08-171-1/+2
* | | | | | bpf: fix liveness propagation to parent in spilled stack slotsDaniel Borkmann2017-08-171-1/+1
* | | | | | bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2017-08-162-1/+5
* | | | | | bpf: sockmap state change warning fixJohn Fastabend2017-08-161-0/+3
* | | | | | bpf: devmap: remove unnecessary value size checkJohn Fastabend2017-08-161-6/+0
* | | | | | bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend2017-08-161-0/+1
* | | | | | bpf: sockmap with sk redirect supportJohn Fastabend2017-08-164-2/+857
* | | | | | bpf: export bpf_prog_inc_not_zeroJohn Fastabend2017-08-161-1/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-153-6/+32
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-151-4/+30
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann2017-08-151-4/+30
| | | |_|/ | | |/| |
| * | | | mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-08-101-1/+1
| * | | | mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-101-1/+1
| |/ / /
* | | | bpf/verifier: track liveness for pruningEdward Cree2017-08-151-43/+146
* | | | bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifierDaniel Borkmann2017-08-091-4/+58
* | | | bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-0/+60
OpenPOWER on IntegriCloud