aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-037-43/+800
|\
| * net/smc: enqueue local LLC messagesKarsten Graul2020-05-033-2/+33
| * net/smc: delete link processing as SMC serverKarsten Graul2020-05-031-0/+72
| * net/smc: delete link processing as SMC clientKarsten Graul2020-05-031-0/+72
| * net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul2020-05-033-34/+45
| * net/smc: delete an asymmetric link as SMC serverKarsten Graul2020-05-033-2/+82
| * net/smc: final part of add link processing as SMC serverKarsten Graul2020-05-031-1/+28
| * net/smc: rkey processing for a new link as SMC serverKarsten Graul2020-05-031-1/+42
| * net/smc: first part of add link processing as SMC serverKarsten Graul2020-05-033-2/+92
| * net/smc: final part of add link processing as SMC clientKarsten Graul2020-05-033-4/+72
| * net/smc: rkey processing for a new link as SMC clientKarsten Graul2020-05-032-1/+157
| * net/smc: first part of add link processing as SMC clientKarsten Graul2020-05-033-2/+111
|/
* Merge branch 'Enhance-current-features-in-ena-driver'David S. Miller2020-05-036-70/+105
|\
| * net: ena: cosmetic: extract code to ena_indirection_table_set()Arthur Kiyanovski2020-05-031-18/+30
| * net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macrosSameeh Jubran2020-05-031-7/+7
| * net: ena: use SHUTDOWN as reset reason when closing interfaceSameeh Jubran2020-05-031-0/+2
| * net: ena: drop superfluous prototypeArthur Kiyanovski2020-05-031-12/+0
| * net: ena: add support for reporting of packet dropsSameeh Jubran2020-05-033-0/+15
| * net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran2020-05-033-0/+5
| * net: ena: remove code that does nothingSameeh Jubran2020-05-031-4/+1
| * net: ena: changes to RSS hash key allocationSameeh Jubran2020-05-031-11/+5
| * net: ena: change default RSS hash function to ToeplitzArthur Kiyanovski2020-05-031-1/+1
| * net: ena: allow setting the hash function without changing the keySameeh Jubran2020-05-033-14/+32
| * net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski2020-05-031-2/+4
| * net: ena: avoid unnecessary admin command when RSS function set failsArthur Kiyanovski2020-05-031-1/+3
|/
* Merge branch 'sch_fq-optimizations'David S. Miller2020-05-031-36/+48
|\
| * net_sched: sch_fq: perform a prefetch() earlierEric Dumazet2020-05-031-1/+1
| * net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet2020-05-031-18/+16
| * net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet2020-05-031-7/+11
| * net_sched: sch_fq: change fq_flow size/layoutEric Dumazet2020-05-031-2/+7
| * net_sched: sch_fq: avoid touching f->next from fq_gc()Eric Dumazet2020-05-031-8/+13
|/
* inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin2020-05-021-1/+2
* net: ethernet: fec: Replace interrupt driven MDIO with polled IOAndrew Lunn2020-05-022-36/+45
* smc: Remove unused function.David S. Miller2020-05-021-24/+0
* Merge branch 'ptp-Add-adjust-phase-to-support-phase-offset'David S. Miller2020-05-027-6/+114
|\
| * ptp: ptp_clockmatrix: Add adjphase() to support PHC write phase mode.Vincent Cheng2020-05-022-2/+98
| * ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng2020-05-023-3/+8
| * ptp: Add adjphase function to support phase offset control.Vincent Cheng2020-05-022-1/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-01153-2960/+6332
|\
| * selftests/bpf: Use reno instead of dctcpStanislav Fomichev2020-05-012-4/+3
| * bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko2020-05-011-6/+7
| * bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addrStanislav Fomichev2020-05-015-27/+166
| * Merge branch 'bpf_enable_stats'Alexei Starovoitov2020-05-0110-1/+190
| |\
| | * bpf: Add selftest for BPF_ENABLE_STATSSong Liu2020-05-012-0/+63
| | * libbpf: Add support for command BPF_ENABLE_STATSSong Liu2020-05-013-0/+12
| | * bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu2020-05-015-1/+115
| |/
| * selftests/bpf: Test allowed maps for bpf_sk_select_reuseportJakub Sitnicki2020-04-302-1/+56