aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-31mlxsw: Fix 64-bit division in mlxsw_sp_sb_prs_initNathan Chancellor1-1/+1
2019-10-31Merge branch 's390-next'David S. Miller8-119/+120
2019-10-31s390/qeth: don't cache MAC addresses for multicast IPsJulian Wiedmann3-19/+12
2019-10-31s390/qeth: use helpers for IP address hashingJulian Wiedmann2-19/+10
2019-10-31s390/qeth: don't set card state in qeth_qdio_clear_card()Julian Wiedmann1-1/+0
2019-10-31s390/qeth: consolidate some duplicated HW cmd codeJulian Wiedmann3-31/+9
2019-10-31s390/qeth: keep IRQ disabled until NAPI is really doneJulian Wiedmann1-3/+3
2019-10-31s390/qeth: use QDIO_BUFNR()Julian Wiedmann1-20/+17
2019-10-31s390/qeth: use IQD Multi-WriteJulian Wiedmann2-10/+53
2019-10-31s390/qdio: implement IQD Multi-WriteJulian Wiedmann2-16/+16
2019-10-31Merge branch 'DPAA-Ethernet-changes'David S. Miller6-193/+177
2019-10-31dpaa_eth: register a device link for the qman portal usedMadalin Bucur3-15/+3
2019-10-31soc: fsl: qbman: allow registering a device link for the portal userMadalin Bucur2-0/+31
2019-10-31dpaa_eth: extend delays in ndo_stopMadalin Bucur1-1/+3
2019-10-31dpaa_eth: remove netdev_err() for user errorsMadalin Bucur1-12/+4
2019-10-31dpaa_eth: add dropped frames to percpu ethtool statsMadalin Bucur1-0/+8
2019-10-31dpaa_eth: use a page to store the SGTMadalin Bucur1-22/+21
2019-10-31dpaa_eth: cleanup skb_to_contig_fd()Madalin Bucur1-7/+7
2019-10-31dpaa_eth: use fd information in dpaa_cleanup_tx_fd()Madalin Bucur1-6/+7
2019-10-31dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()Madalin Bucur1-7/+7
2019-10-31dpaa_eth: avoid timestamp read on error pathsMadalin Bucur1-7/+10
2019-10-31dpaa_eth: perform DMA unmapping before readMadalin Bucur1-15/+17
2019-10-31dpaa_eth: use page backed rx buffersMadalin Bucur1-29/+22
2019-10-31dpaa_eth: use only one buffer pool per interfaceMadalin Bucur4-92/+57
2019-10-31Merge branch 'net-hns3-add-some-optimizations-and-cleanups'David S. Miller20-207/+278
2019-10-31net: hns3: cleanup byte order issues when printedGuojia Liao4-62/+83
2019-10-31net: hns3: cleanup some print format warningGuojia Liao14-101/+101
2019-10-31net: hns3: add or modify some commentsGuangbin Huang3-2/+5
2019-10-31net: hns3: optimize local variable initializationGuangbin Huang2-3/+2
2019-10-31net: hns3: cleanup a format-truncation warningGuojia Liao1-1/+2
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang7-14/+13
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao6-20/+34
2019-10-31net: hns3: add struct netdev_queue debug info for TX timeoutYunsheng Lin1-0/+3
2019-10-31net: hns3: dump some debug information when reset failHuazhong Tan4-4/+35
2019-10-31Merge branch 'bnxt_en-Add-OP-TEE-based-bnxt-f-w-manager'David S. Miller8-4/+356
2019-10-31bnxt_en: Add support to collect crash dump via ethtoolVasundhara Volam3-2/+40
2019-10-31bnxt_en: Add support to invoke OP-TEE API to reset firmwareVasundhara Volam2-2/+14
2019-10-31firmware: broadcom: add OP-TEE based BNXT f/w managerVikas Gupta4-0/+302
2019-10-31Merge branch 'mlxsw-Make-port-split-code-more-generic'David S. Miller7-130/+325
2019-10-31mlxsw: spectrum: Generalize split count checkJiri Pirko1-3/+3
2019-10-31mlxsw: spectrum: Iterate over all ports in gap during unsplit createJiri Pirko1-13/+8
2019-10-31mlxsw: spectrum: Fix base port get for split count 4 and 8Jiri Pirko1-13/+15
2019-10-31mlxsw: spectrum: Use port_module_max_width to compute base port indexJiri Pirko1-2/+0
2019-10-31mlxsw: spectrum: Remember split base local port and use it in unsplitJiri Pirko2-9/+8
2019-10-31mlxsw: spectrum: Introduce resource for getting offset of 4 lanes split portJiri Pirko2-0/+4
2019-10-31mlxsw: spectrum: Push getting offsets of split ports into a helperJiri Pirko1-23/+35
2019-10-31mlxsw: spectrum: Add sanity checks into module info getJiri Pirko1-2/+37
2019-10-31mlxsw: spectrum: Pass mapping values in port mapping structureJiri Pirko1-30/+26
2019-10-31mlxsw: spectrum: Use mapping of port being split for creating split portsJiri Pirko1-10/+13
2019-10-31mlxsw: spectrum: Replace port_to_module array with array of structsJiri Pirko2-39/+84