summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: wan: fix the code style issue about trailing statementsPeng Li2021-05-241-15/+44
* net: wan: code indent use tabs where possiblePeng Li2021-05-241-17/+17
* net: wan: add blank line after declarationsPeng Li2021-05-241-0/+5
* net: wan: fix an code style issue about "foo* bar"Peng Li2021-05-241-3/+3
* net: wan: remove redundant blank linesPeng Li2021-05-241-38/+0
* Merge branch 'sja1105-sja1110-prep'David S. Miller2021-05-2410-118/+201
|\
| * net: dsa: sja1105: allow the frame buffer size to be customizedVladimir Oltean2021-05-245-22/+27
| * net: dsa: sja1105: configure the multicast policers, if presentVladimir Oltean2021-05-241-0/+4
| * net: dsa: sja1105: use sja1105_xfer_u32 for the reset procedureVladimir Oltean2021-05-241-16/+6
| * net: dsa: sja1105: dynamically choose the number of static config table entriesVladimir Oltean2021-05-241-16/+16
| * net: dsa: sja1105: skip CGU configuration if it's unnecessaryVladimir Oltean2021-05-245-2/+44
| * net: dsa: sja1105: don't assign the host port using dsa_upstream_port()Vladimir Oltean2021-05-241-1/+10
| * net: dsa: sja1105: dimension the data structures for a larger port countVladimir Oltean2021-05-245-24/+25
| * net: dsa: sja1105: avoid some work for unused portsVladimir Oltean2021-05-241-5/+22
| * net: dsa: sja1105: parameterize the number of portsVladimir Oltean2021-05-245-38/+53
|/
* Merge branch 'hns3-promisc-updates'David S. Miller2021-05-243-53/+48
|\
| * net: hns3: use HCLGE_VPORT_STATE_PROMISC_CHANGE to replace HCLGE_STATE_PROMIS...Jian Shen2021-05-242-7/+6
| * net: hns3: configure promisc mode for VF asynchronouslyJian Shen2021-05-243-46/+42
|/
* nfc: st-nci: remove unnecessary assignment and labelwengjianfeng2021-05-241-6/+2
* ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpyYueHaibing2021-05-241-2/+1
* net: r6040: Allow restarting auto-negotiationFlorian Fainelli2021-05-241-0/+1
* Merge branch 'r6040-cleanups'David S. Miller2021-05-241-4/+4
|\
| * net: r6040: Use ETH_FCS_LENFlorian Fainelli2021-05-241-2/+2
| * net: r6040: Use logical or for MDIO operationsFlorian Fainelli2021-05-241-2/+2
|/
* ehea: Use DEVICE_ATTR_*() macroYueHaibing2021-05-241-9/+9
* sfc: falcon: use DEVICE_ATTR_*() macroYueHaibing2021-05-242-7/+7
* sfc: use DEVICE_ATTR_*() macroYueHaibing2021-05-243-17/+18
* net: ftgmac100: add missing error return code in ftgmac100_probe()Yang Yingliang2021-05-241-1/+5
* dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFERVladimir Oltean2021-05-211-3/+4
* Merge branch 'dpaa2-eth-of_node'David S. Miller2021-05-213-13/+19
|\
| * dpaa2-eth: name the debugfs directory after the DPNI objectIoana Ciornei2021-05-211-1/+5
| * dpaa2-eth: setup the of_node field of the deviceIoana Ciornei2021-05-212-12/+14
|/
* Merge branch 'sja1105-stats'David S. Miller2021-05-213-520/+598
|\
| * net: dsa: sja1105: don't use burst SPI reads for port statisticsVladimir Oltean2021-05-213-468/+598
| * net: dsa: sja1105: stop reporting the queue levels in ethtool port countersVladimir Oltean2021-05-213-54/+2
|/
* net: hns3: Fix return of uninitialized variable retColin Ian King2021-05-211-0/+1
* atm: Fix typozuoqilin2021-05-211-1/+1
* net: phy: Fix inconsistent indentingJiapeng Chong2021-05-211-1/+1
* sfc: farch: fix compile warning in efx_farch_dimension_resources()Yang Yingliang2021-05-211-6/+7
* net: bonding: bond_alb: Fix some typos in bond_alb.cWang Hai2021-05-211-4/+4
* caif_virtio: Fix some typos in caif_virtio.cWang Hai2021-05-211-3/+3
* Merge branch 'wan-cleanups'David S. Miller2021-05-211-48/+47
|\
| * net: wan: add necessary () to macro argumentPeng Li2021-05-211-10/+10
| * net: wan: add braces {} to all arms of the statementPeng Li2021-05-211-1/+2
| * net: wan: remove redundant blank linesPeng Li2021-05-211-20/+0
| * net: wan: fix the code style issue about trailing statementsPeng Li2021-05-211-10/+28
| * net: wan: add some required spacesPeng Li2021-05-211-3/+3
| * net: wan: fix an code style issue about "foo* bar"Peng Li2021-05-211-5/+5
|/
* Merge branch 'sja1105-spi'David S. Miller2021-05-214-48/+49
|\
| * net: dsa: sja1105: adapt to a SPI controller with a limited max transfer sizeVladimir Oltean2021-05-214-9/+38