summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-04xsk: Remove unnecessary member in xdp_umemMagnus Karlsson
2020-05-04xsk: Change two variable names for increased clarityMagnus Karlsson
2020-05-04bpf: Avoid gcc-10 stringop-overflow warning in struct bpf_progArnd Bergmann
2020-05-04bpf, arm: Optimize ALU ARSH K using asr immediate instructionLuke Nelson
2020-05-04bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instructionLuke Nelson
2020-05-03Merge branch 'net-smc-add-and-delete-link-processing'David S. Miller
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul
2020-05-03net/smc: delete link processing as SMC serverKarsten Graul
2020-05-03net/smc: delete link processing as SMC clientKarsten Graul
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul
2020-05-03net/smc: delete an asymmetric link as SMC serverKarsten Graul
2020-05-03net/smc: final part of add link processing as SMC serverKarsten Graul
2020-05-03net/smc: rkey processing for a new link as SMC serverKarsten Graul
2020-05-03net/smc: first part of add link processing as SMC serverKarsten Graul
2020-05-03net/smc: final part of add link processing as SMC clientKarsten Graul
2020-05-03net/smc: rkey processing for a new link as SMC clientKarsten Graul
2020-05-03net/smc: first part of add link processing as SMC clientKarsten Graul
2020-05-03Merge branch 'Enhance-current-features-in-ena-driver'David S. Miller
2020-05-03net: ena: cosmetic: extract code to ena_indirection_table_set()Arthur Kiyanovski
2020-05-03net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macrosSameeh Jubran
2020-05-03net: ena: use SHUTDOWN as reset reason when closing interfaceSameeh Jubran
2020-05-03net: ena: drop superfluous prototypeArthur Kiyanovski
2020-05-03net: ena: add support for reporting of packet dropsSameeh Jubran
2020-05-03net: ena: add unmask interrupts statistics to ethtoolSameeh Jubran
2020-05-03net: ena: remove code that does nothingSameeh Jubran
2020-05-03net: ena: changes to RSS hash key allocationSameeh Jubran
2020-05-03net: ena: change default RSS hash function to ToeplitzArthur Kiyanovski
2020-05-03net: ena: allow setting the hash function without changing the keySameeh Jubran
2020-05-03net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski
2020-05-03net: ena: avoid unnecessary admin command when RSS function set failsArthur Kiyanovski
2020-05-03Merge branch 'sch_fq-optimizations'David S. Miller
2020-05-03net_sched: sch_fq: perform a prefetch() earlierEric Dumazet
2020-05-03net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet
2020-05-03net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet
2020-05-03net_sched: sch_fq: change fq_flow size/layoutEric Dumazet
2020-05-03net_sched: sch_fq: avoid touching f->next from fq_gc()Eric Dumazet
2020-05-02inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin
2020-05-02net: ethernet: fec: Replace interrupt driven MDIO with polled IOAndrew Lunn
2020-05-02smc: Remove unused function.David S. Miller
2020-05-02Merge branch 'ptp-Add-adjust-phase-to-support-phase-offset'David S. Miller
2020-05-02ptp: ptp_clockmatrix: Add adjphase() to support PHC write phase mode.Vincent Cheng
2020-05-02ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng
2020-05-02ptp: Add adjphase function to support phase offset control.Vincent Cheng
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-01Merge branch 'net-smc-extent-buffer-mapping-and-port-handling'David S. Miller
2020-05-01selftests/bpf: Use reno instead of dctcpStanislav Fomichev
2020-05-01net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul
2020-05-01net/smc: allocate index for a new linkKarsten Graul
2020-05-01net/smc: introduce smc_pnet_find_alt_roce()Karsten Graul
2020-05-01net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul