summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo2020-02-291-1/+2
* hsr: use extack error message instead of netdev_infoTaehee Yoo2020-02-295-21/+35
* hsr: use debugfs_remove_recursive() instead of debugfs_remove()Taehee Yoo2020-02-292-5/+1
* net: ag71xx: port to phylinkOleksij Rempel2020-02-292-72/+118
* Merge branch 'net-ll_temac-RX-TX-ring-size-and-coalesce-ethtool-parameters'David S. Miller2020-02-292-52/+154
|\
| * net: ll_temac: Add ethtool support for coalesce parametersEsben Haabendal2020-02-292-22/+81
| * net: ll_temac: Make RX/TX ring sizes configurableEsben Haabendal2020-02-292-26/+72
| * net: ll_temac: Remove unused start_p variableEsben Haabendal2020-02-291-2/+1
| * net: ll_temac: Remove unused tx_bd_next struct fieldEsben Haabendal2020-02-292-2/+0
|/
* net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-295-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-2949-499/+1383
|\
| * Merge branch 'bpf_sk_storage_via_inet_diag'Alexei Starovoitov2020-02-2714-185/+599
| |\
| | * bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau2020-02-274-2/+82
| | * bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau2020-02-275-6/+346
| | * inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau2020-02-278-64/+98
| | * inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau2020-02-277-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-241-8/+9
| * selftests/bpf: Run reuseport tests only with supported socket typesJakub Sitnicki2020-02-241-7/+6
| * Merge branch 'BPF_and_RT'Alexei Starovoitov2020-02-2418-142/+283
| |\
| | * bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller2020-02-241-3/+15
| | * bpf, lpm: Make locking RT friendlyThomas Gleixner2020-02-241-6/+6
| | * bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner2020-02-241-9/+56
| | * bpf: Factor out hashtab bucket lock operationsThomas Gleixner2020-02-241-23/+46
| | * bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner2020-02-241-19/+8
| | * bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner2020-02-241-8/+4
| | * bpf: Provide recursion prevention helpersThomas Gleixner2020-02-241-0/+30
| | * bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.David Miller2020-02-242-6/+7
| | * bpf: Use migrate_disable/enabe() in trampoline code.David Miller2020-02-241-4/+5
| | * bpf/tests: Use migrate disable instead of preempt disableDavid Miller2020-02-242-6/+6
| | * bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-245-18/+6
| | * bpf: Replace cant_sleep() with cant_migrate()Thomas Gleixner2020-02-241-1/+1
| | * bpf: Provide bpf_prog_run_pin_on_cpu() helperThomas Gleixner2020-02-241-2/+24
| | * bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner2020-02-241-10/+10
| | * bpf: Remove recursion prevention from rcu free callbackThomas Gleixner2020-02-241-8/+0
| | * perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner2020-02-241-2/+0
| | * bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner2020-02-241-2/+1
| | * bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov2020-02-241-2/+9
| | * bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner2020-02-241-1/+0