summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/smc: handle incoming CDC validation messageKarsten Graul2020-05-043-6/+48
* net/smc: send failover validation messageKarsten Graul2020-05-043-1/+27
* net/smc: switch connections to alternate linkKarsten Graul2020-05-046-9/+162
* net/smc: save state of last sent CDC messageKarsten Graul2020-05-042-0/+10
* Merge branch 'bnxt_en-Updates-for-net-next'David S. Miller2020-05-048-141/+482
|\
| * bnxt_en: show only relevant ethtool stats for a TX or RX ringRajesh Ravi2020-05-041-22/+71
| * bnxt_en: Split HW ring statistics strings into RX and TX parts.Michael Chan2020-05-041-20/+33
| * bnxt_en: Refactor the software ring counters.Michael Chan2020-05-043-13/+42
| * bnxt_en: Add doorbell information to bnxt_en_dev struct.Michael Chan2020-05-042-0/+10
| * bnxt_en: Add support for L2 doorbell size.Michael Chan2020-05-042-7/+37
| * bnxt_en: Set the db_offset on 57500 chips for the RDMA MSIX entries.Michael Chan2020-05-041-1/+7
| * bnxt_en: Define the doorbell offsets on 57500 chips.Michael Chan2020-05-042-2/+5
| * bnxt_en: Improve kernel log messages related to ethtool reset.Edwin Peer2020-05-041-4/+14
| * bnxt_en: fix ethtool_reset_flags ABI violationsEdwin Peer2020-05-042-24/+31
| * bnxt_en: refactor ethtool firmware reset typesEdwin Peer2020-05-041-13/+25
| * bnxt_en: prepare to refactor ethtool reset typesEdwin Peer2020-05-041-17/+29
| * bnxt_en: Do not include ETH_FCS_LEN in the max packet length sent to fw.Vasundhara Volam2020-05-042-3/+2
| * bnxt_en: Improve TQM ring context memory sizing formulas.Michael Chan2020-05-041-5/+9
| * bnxt_en: Allocate TQM ring context memory according to fw specification.Michael Chan2020-05-042-13/+18
| * bnxt_en: Update firmware spec. to 1.10.1.33.Michael Chan2020-05-041-32/+184
|/
* 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