summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau2020-02-284-2/+82
* bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau2020-02-285-6/+346
* inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau2020-02-288-64/+98
* inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau2020-02-287-113/+73
* bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-286-6/+6
* Merge branch 'bpf-bpftool-probes'Daniel Borkmann2020-02-267-123/+373
|\
| * selftests/bpf: Add test for "bpftool feature" commandMichal Rostecki2020-02-264-2/+189
| * bpftool: Update bash completion for "bpftool feature" commandMichal Rostecki2020-02-261-1/+2
| * bpftool: Update documentation of "bpftool feature" commandMichal Rostecki2020-02-261-9/+10
| * bpftool: Make probes which emit dmesg warnings optionalMichal Rostecki2020-02-261-21/+49
| * bpftool: Move out sections to separate functionsMichal Rostecki2020-02-261-93/+126
|/
* bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov2020-02-264-4/+9
* scripts/bpf: Switch to more portable python3 shebangScott Branden2020-02-261-1/+1
* virtio_net: Add XDP meta data supportYuya Kusakabe2020-02-251-20/+32
* virtio_net: Keep vnet header zeroed if XDP is loaded for small bufferYuya Kusakabe2020-02-251-2/+2
* selftests/bpf: Print backtrace on SIGSEGV in test_progsAndrii Nakryiko2020-02-252-1/+26
* selftests/bpf: Run SYN cookies with reuseport BPF test only for TCPJakub Sitnicki2020-02-251-8/+9
* selftests/bpf: Run reuseport tests only with supported socket typesJakub Sitnicki2020-02-251-7/+6
* Merge branch 'BPF_and_RT'Alexei Starovoitov2020-02-2518-142/+283
|\
| * bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller2020-02-251-3/+15
| * bpf, lpm: Make locking RT friendlyThomas Gleixner2020-02-251-6/+6
| * bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner2020-02-251-9/+56
| * bpf: Factor out hashtab bucket lock operationsThomas Gleixner2020-02-251-23/+46
| * bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner2020-02-251-19/+8
| * bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner2020-02-251-8/+4
| * bpf: Provide recursion prevention helpersThomas Gleixner2020-02-251-0/+30
| * bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.David Miller2020-02-252-6/+7
| * bpf: Use migrate_disable/enabe() in trampoline code.David Miller2020-02-251-4/+5
| * bpf/tests: Use migrate disable instead of preempt disableDavid Miller2020-02-252-6/+6
| * bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-255-18/+6
| * bpf: Replace cant_sleep() with cant_migrate()Thomas Gleixner2020-02-251-1/+1
| * bpf: Provide bpf_prog_run_pin_on_cpu() helperThomas Gleixner2020-02-251-2/+24
| * bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner2020-02-251-10/+10
| * bpf: Remove recursion prevention from rcu free callbackThomas Gleixner2020-02-251-8/+0
| * perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner2020-02-251-2/+0
| * bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner2020-02-251-2/+1
| * bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov2020-02-251-2/+9
| * bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner2020-02-251-1/+0
| * bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner2020-02-251-2/+1
| * bpf: Update locking comment in hashtab codeThomas Gleixner2020-02-251-4/+20
| * bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner2020-02-251-4/+9
| * bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner2020-02-251-11/+28
|/
* Merge tag 'sched-for-bpf-2020-02-20' of git://git.kernel.org/pub/scm/linux/ke...Alexei Starovoitov2020-02-222-0/+37
|\
| * sched: Provide cant_migrate()Thomas Gleixner2020-02-201-0/+7
| * sched/rt: Provide migrate_disable/enable() inlinesThomas Gleixner2020-02-201-0/+30
* | Merge branch 'mlxfw-Improve-error-reporting-and-FW-reactivate-support'David S. Miller2020-02-225-96/+308
|\ \
| * | net/mlx5: Add fsm_reactivate callback supportEran Ben Elisha2020-02-221-0/+39
| * | net/mlxfw: Add reactivate flow support to FSM burn flowEran Ben Elisha2020-02-222-4/+119
| * | net/mlxfw: Use MLXFW_ERR_MSG macro for error reportingSaeed Mahameed2020-02-221-21/+24
| * | net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.cSaeed Mahameed2020-02-222-38/+54