summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-09bpf: Implement an interface to register bpf_iter targetsYonghong Song3-1/+75
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev9-28/+203
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev5-14/+20
2020-05-09selftests/bpf: Move existing common networking parts into network_helpersStanislav Fomichev22-53/+90
2020-05-09selftests/bpf: Generalize helpers to control background listenerStanislav Fomichev4-113/+108
2020-05-07bpf, i386: Remove unneeded conversion to boolJason Yan1-2/+2
2020-05-06Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...Alexei Starovoitov10-4/+145
2020-05-06Merge branch 'bpf-rv64-jit'Daniel Borkmann1-20/+44
2020-05-06bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64Luke Nelson1-8/+19
2020-05-06bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64Luke Nelson1-5/+10
2020-05-06bpf, riscv: Optimize FROM_LE using verifier_zext on RV64Luke Nelson1-6/+14
2020-05-06bpf, riscv: Enable missing verifier_zext optimizations on RV64Luke Nelson1-4/+4
2020-05-05sysctl: Fix unused function warningArnd Bergmann1-1/+1
2020-05-04xsk: Remove unnecessary member in xdp_umemMagnus Karlsson2-5/+3
2020-05-04xsk: Change two variable names for increased clarityMagnus Karlsson5-19/+19
2020-05-04bpf: Avoid gcc-10 stringop-overflow warning in struct bpf_progArnd Bergmann1-4/+2
2020-05-04bpf, arm: Optimize ALU ARSH K using asr immediate instructionLuke Nelson2-3/+10
2020-05-04bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instructionLuke Nelson1-2/+2
2020-05-03Merge branch 'net-smc-add-and-delete-link-processing'David S. Miller7-43/+800
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul3-2/+33
2020-05-03net/smc: delete link processing as SMC serverKarsten Graul1-0/+72
2020-05-03net/smc: delete link processing as SMC clientKarsten Graul1-0/+72
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul3-34/+45
2020-05-03net/smc: delete an asymmetric link as SMC serverKarsten Graul3-2/+82
2020-05-03net/smc: final part of add link processing as SMC serverKarsten Graul1-1/+28
2020-05-03net/smc: rkey processing for a new link as SMC serverKarsten Graul1-1/+42
2020-05-03net/smc: first part of add link processing as SMC serverKarsten Graul3-2/+92
2020-05-03net/smc: final part of add link processing as SMC clientKarsten Graul3-4/+72
2020-05-03net/smc: rkey processing for a new link as SMC clientKarsten Graul2-1/+157
2020-05-03net/smc: first part of add link processing as SMC clientKarsten Graul3-2/+111
2020-05-03Merge branch 'Enhance-current-features-in-ena-driver'David S. Miller6-70/+105
2020-05-03net: ena: cosmetic: extract code to ena_indirection_table_set()Arthur Kiyanovski1-18/+30
2020-05-03net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macrosSameeh Jubran1-7/+7
2020-05-03net: ena: use SHUTDOWN as reset reason when closing interfaceSameeh Jubran1-0/+2
2020-05-03net: ena: drop superfluous prototypeArthur Kiyanovski1-12/+0
2020-05-03net: ena: add support for reporting of packet dropsSameeh Jubran3-0/+15
2020-05-03net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran3-0/+5
2020-05-03net: ena: remove code that does nothingSameeh Jubran1-4/+1
2020-05-03net: ena: changes to RSS hash key allocationSameeh Jubran1-11/+5
2020-05-03net: ena: change default RSS hash function to ToeplitzArthur Kiyanovski1-1/+1
2020-05-03net: ena: allow setting the hash function without changing the keySameeh Jubran3-14/+32
2020-05-03net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski1-2/+4
2020-05-03net: ena: avoid unnecessary admin command when RSS function set failsArthur Kiyanovski1-1/+3
2020-05-03Merge branch 'sch_fq-optimizations'David S. Miller1-36/+48
2020-05-03net_sched: sch_fq: perform a prefetch() earlierEric Dumazet1-1/+1
2020-05-03net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet1-18/+16
2020-05-03net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet1-7/+11
2020-05-03net_sched: sch_fq: change fq_flow size/layoutEric Dumazet1-2/+7
2020-05-03net_sched: sch_fq: avoid touching f->next from fq_gc()Eric Dumazet1-8/+13
2020-05-02inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin1-1/+2