summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-05-01net/smc: take link down instead of terminating the link groupKarsten Graul
2020-05-01net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul
2020-05-01net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul
2020-05-01net/smc: remember PNETID of IB device for later device matchingKarsten Graul
2020-05-01net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul
2020-05-01net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul
2020-05-01net/smc: map and register buffers for a new linkKarsten Graul
2020-05-01net/smc: unmapping of buffers to support multiple linksKarsten Graul
2020-05-01net/smc: multiple link support for rmb buffer registrationKarsten Graul
2020-05-01Merge branch 'Introduce-a-flow-gate-control-action-and-apply-IEEE'David S. Miller
2020-05-01net: enetc: add tc flower psfp offload driverPo Liu