summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace mapYonghong Song2018-01-061-2/+26
* bpf: only build sockmap with CONFIG_INETJohn Fastabend2018-01-041-0/+2
* bpf: sockmap remove unused functionJohn Fastabend2018-01-041-8/+0
* bpf: offload: report device information for offloaded programsJakub Kicinski2017-12-312-0/+65
* bpf: offload: free program id when device disappearsJakub Kicinski2017-12-312-2/+10
* bpf: offload: free prog->aux->offload when device disappearsJakub Kicinski2017-12-311-14/+9
* bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski2017-12-312-27/+23
* bpf: offload: don't use prog->aux->offload as booleanJakub Kicinski2017-12-311-1/+3
* bpf: offload: don't require rtnl for dev list manipulationJakub Kicinski2017-12-311-10/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-293-12/+16
|\
| * Merge tag 'trace-v4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-272-10/+15
| |\
| | * tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2017-12-271-0/+1
| | * tracing: Fix crash when it fails to alloc ring bufferJing Xia2017-12-271-0/+2
| | * ring-buffer: Do no reuse reader page if still in useSteven Rostedt (VMware)2017-12-271-0/+6
| | * tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2017-12-271-9/+1
| | * ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)2017-12-271-1/+5
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-2/+1
| |\ \
| | * | arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-2/+1
| | * | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-173-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-276-49/+283
|\ \ \ \
| * | | | bpf: fix max call depth checkAlexei Starovoitov2017-12-271-2/+2
| * | | | bpf: fix maximum stack depth tracking logicAlexei Starovoitov2017-12-271-16/+66
| * | | | bpf: fix stacksafe exploration when comparing statesGianluca Borello2017-12-231-1/+1
| * | | | bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-205-26/+189
| * | | | bpf: fix kallsyms handling for subprogsDaniel Borkmann2017-12-202-0/+9
| * | | | bpf/cgroup: fix a verification error for a CGROUP_DEVICE type progYonghong Song2017-12-191-2/+13
| * | | | bpf: make function skip_callee static and return NULL rather than 0Colin Ian King2017-12-191-1/+2
| * | | | bpf: fix spelling mistake: "funcation"-> "function"Colin Ian King2017-12-191-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-222-129/+183
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-211-117/+166
| |\ \ \ | | |_|/ | |/| |
| | * | bpf: do not allow root to mangle valid pointersAlexei Starovoitov2017-12-211-68/+34
| | * | bpf: fix integer overflowsAlexei Starovoitov2017-12-211-0/+48
| | * | bpf: don't prune branches when a scalar is replaced with a pointerJann Horn2017-12-211-8/+7
| | * | bpf: force strict alignment checks for stack pointersJann Horn2017-12-211-0/+5
| | * | bpf: fix missing error return in check_stack_boundary()Jann Horn2017-12-211-0/+1
| | * | bpf: fix 32-bit ALU op verificationJann Horn2017-12-211-11/+17
| | * | bpf: fix incorrect tracking of register size truncationJann Horn2017-12-211-17/+27
| | * | bpf: fix incorrect sign extension in check_alu_op()Jann Horn2017-12-211-1/+7
| | * | bpf/verifier: fix bounds calculation on BPF_RSHEdward Cree2017-12-211-14/+16
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-181-0/+6
| | |\ \
| | | * | bpf: guarantee r1 to be ctx in case of bpf_helper_changes_pkt_dataDaniel Borkmann2017-12-151-0/+6
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-171-12/+17
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2017-12-151-12/+17
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-1811-205/+1380
|\ \ \ \ \
| * | | | | trace: reenable preemption if we modify the ipJosef Bacik2017-12-171-1/+8
| * | | | | bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-173-3/+139
| * | | | | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-172-2/+3
| * | | | | bpf: add support for bpf_call to interpreterAlexei Starovoitov2017-12-172-17/+109
| * | | | | bpf: teach verifier to recognize zero initialized stackAlexei Starovoitov2017-12-171-28/+101
| * | | | | bpf: introduce function calls (verification)Alexei Starovoitov2017-12-171-151/+551