summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song2020-05-101-0/+123
* bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song2020-05-101-0/+31
* bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song2020-05-106-0/+80
* bpf: Allow loading of a bpf_iter programYonghong Song2020-05-105-0/+62
* bpf: Implement an interface to register bpf_iter targetsYonghong Song2020-05-103-1/+75
* bpf: Allow any port in bpf_bind helperStanislav Fomichev2020-05-099-28/+203
* net: Refactor arguments of inet{,6}_bindStanislav Fomichev2020-05-095-14/+20
* selftests/bpf: Move existing common networking parts into network_helpersStanislav Fomichev2020-05-0922-53/+90
* selftests/bpf: Generalize helpers to control background listenerStanislav Fomichev2020-05-094-113/+108
* bpf, i386: Remove unneeded conversion to boolJason Yan2020-05-071-2/+2
* Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...Alexei Starovoitov2020-05-0710-4/+145
|\
| * capabilities: Introduce CAP_PERFMON to kernel and user spaceAlexey Budankov2020-04-163-3/+13
| * perf annotate: Add basic support for bpf_imageJiri Olsa2020-04-165-0/+34
| * perf machine: Set ksymbol dso as loaded on arrivalJiri Olsa2020-04-161-0/+1
| * perf tools: Synthesize bpf_trampoline/dispatcher ksymbol eventJiri Olsa2020-04-161-0/+93
| * perf stat: Honour --timeout for forked workloadsArnaldo Carvalho de Melo2020-04-161-1/+4
* | Merge branch 'bpf-rv64-jit'Daniel Borkmann2020-05-061-20/+44
|\ \
| * | bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64Luke Nelson2020-05-061-8/+19
| * | bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64Luke Nelson2020-05-061-5/+10
| * | bpf, riscv: Optimize FROM_LE using verifier_zext on RV64Luke Nelson2020-05-061-6/+14
| * | bpf, riscv: Enable missing verifier_zext optimizations on RV64Luke Nelson2020-05-061-4/+4
|/ /
* | sysctl: Fix unused function warningArnd Bergmann2020-05-051-1/+1
* | xsk: Remove unnecessary member in xdp_umemMagnus Karlsson2020-05-042-5/+3
* | xsk: Change two variable names for increased clarityMagnus Karlsson2020-05-045-19/+19
* | bpf: Avoid gcc-10 stringop-overflow warning in struct bpf_progArnd Bergmann2020-05-041-4/+2
* | bpf, arm: Optimize ALU ARSH K using asr immediate instructionLuke Nelson2020-05-042-3/+10
* | bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instructionLuke Nelson2020-05-041-2/+2
* | Merge branch 'net-smc-add-and-delete-link-processing'David S. Miller2020-05-047-43/+800
|\ \
| * | net/smc: enqueue local LLC messagesKarsten Graul2020-05-043-2/+33
| * | net/smc: delete link processing as SMC serverKarsten Graul2020-05-041-0/+72
| * | net/smc: delete link processing as SMC clientKarsten Graul2020-05-041-0/+72
| * | net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul2020-05-043-34/+45
| * | net/smc: delete an asymmetric link as SMC serverKarsten Graul2020-05-043-2/+82
| * | net/smc: final part of add link processing as SMC serverKarsten Graul2020-05-041-1/+28
| * | net/smc: rkey processing for a new link as SMC serverKarsten Graul2020-05-041-1/+42
| * | net/smc: first part of add link processing as SMC serverKarsten Graul2020-05-043-2/+92
| * | net/smc: final part of add link processing as SMC clientKarsten Graul2020-05-043-4/+72
| * | net/smc: rkey processing for a new link as SMC clientKarsten Graul2020-05-042-1/+157
| * | net/smc: first part of add link processing as SMC clientKarsten Graul2020-05-043-2/+111
|/ /
* | Merge branch 'Enhance-current-features-in-ena-driver'David S. Miller2020-05-046-70/+105
|\ \
| * | net: ena: cosmetic: extract code to ena_indirection_table_set()Arthur Kiyanovski2020-05-041-18/+30
| * | net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macrosSameeh Jubran2020-05-041-7/+7
| * | net: ena: use SHUTDOWN as reset reason when closing interfaceSameeh Jubran2020-05-041-0/+2
| * | net: ena: drop superfluous prototypeArthur Kiyanovski2020-05-041-12/+0
| * | net: ena: add support for reporting of packet dropsSameeh Jubran2020-05-043-0/+15
| * | net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran2020-05-043-0/+5
| * | net: ena: remove code that does nothingSameeh Jubran2020-05-041-4/+1
| * | net: ena: changes to RSS hash key allocationSameeh Jubran2020-05-041-11/+5
| * | net: ena: change default RSS hash function to ToeplitzArthur Kiyanovski2020-05-041-1/+1
| * | net: ena: allow setting the hash function without changing the keySameeh Jubran2020-05-043-14/+32