summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-05-24net: dsa: sja1105: dimension the data structures for a larger port countVladimir Oltean5-24/+25
2021-05-24net: dsa: sja1105: avoid some work for unused portsVladimir Oltean1-5/+22
2021-05-24net: dsa: sja1105: parameterize the number of portsVladimir Oltean5-38/+53
2021-05-24net: hns3: use HCLGE_VPORT_STATE_PROMISC_CHANGE to replace HCLGE_STATE_PROMIS...Jian Shen2-7/+6
2021-05-24net: hns3: configure promisc mode for VF asynchronouslyJian Shen3-46/+42
2021-05-24net: dsa: sja1105: update existing VLANs from the bridge VLAN listVladimir Oltean1-4/+15
2021-05-24net: dsa: sja1105: use 4095 as the private VLAN for untagged trafficVladimir Oltean1-12/+10
2021-05-24net: dsa: sja1105: error out on unsupported PHY modeVladimir Oltean1-0/+1
2021-05-24net: dsa: sja1105: add error handling in sja1105_setup()Vladimir Oltean1-3/+14
2021-05-24net: dsa: sja1105: call dsa_unregister_switch when allocating memory failsVladimir Oltean1-4/+11
2021-05-24net: dsa: sja1105: fix VL lookup command packing for P/Q/R/SVladimir Oltean1-4/+19
2021-05-24net: hso: fix control-request directionsJohan Hovold1-2/+2
2021-05-24r8152: check the informaton of the deviceHayes Wang1-5/+37
2021-05-24nfc: st-nci: remove unnecessary assignment and labelwengjianfeng1-6/+2
2021-05-24Merge tag 'spi-fix-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-21/+55
2021-05-24ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpyYueHaibing1-2/+1
2021-05-24NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava6-6/+6
2021-05-24net: dsa: mt7530: fix VLAN traffic leaksDENG Qingfang1-8/+0
2021-05-24net: r6040: Allow restarting auto-negotiationFlorian Fainelli1-0/+1
2021-05-24net: r6040: Use ETH_FCS_LENFlorian Fainelli1-2/+2
2021-05-24net: r6040: Use logical or for MDIO operationsFlorian Fainelli1-2/+2
2021-05-24ehea: Use DEVICE_ATTR_*() macroYueHaibing1-9/+9
2021-05-24sfc: falcon: use DEVICE_ATTR_*() macroYueHaibing2-7/+7
2021-05-24sfc: use DEVICE_ATTR_*() macroYueHaibing3-17/+18
2021-05-24net: ftgmac100: add missing error return code in ftgmac100_probe()Yang Yingliang1-1/+5
2021-05-24net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li1-0/+3
2021-05-24net: ethernet: mtk_eth_soc: Fix packet statistics support for MT7628/88Stefan Roese2-25/+66
2021-05-23Merge tag 'irq-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-10/+4
2021-05-22Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds4-4/+19
2021-05-22Merge tag 'for-linus-5.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+25
2021-05-22Merge tag 'gpio-fixes-for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-12/+2
2021-05-22net:sfc: fix non-freed irq in legacy irq modeÍñigo Huguet1-0/+1
2021-05-22dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFERVladimir Oltean1-3/+4
2021-05-22net: lantiq: fix memory corruption in RX ringAleksander Jan Bajkowski1-5/+9
2021-05-22net: dsa: bcm_sf2: Fix bcm_sf2_reg_rgmii_cntrl() call for non-RGMII portFlorian Fainelli1-3/+2
2021-05-22dpaa2-eth: name the debugfs directory after the DPNI objectIoana Ciornei1-1/+5
2021-05-22dpaa2-eth: setup the of_node field of the deviceIoana Ciornei2-12/+14
2021-05-22net: dsa: sja1105: don't use burst SPI reads for port statisticsVladimir Oltean3-468/+598
2021-05-22net: dsa: sja1105: stop reporting the queue levels in ethtool port countersVladimir Oltean3-54/+2
2021-05-21net: hns3: Fix return of uninitialized variable retColin Ian King1-0/+1
2021-05-21atm: Fix typozuoqilin1-1/+1
2021-05-21net: phy: Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-21sfc: farch: fix compile warning in efx_farch_dimension_resources()Yang Yingliang1-6/+7
2021-05-21net: bonding: bond_alb: Fix some typos in bond_alb.cWang Hai1-4/+4
2021-05-21caif_virtio: Fix some typos in caif_virtio.cWang Hai1-3/+3
2021-05-21net: wan: add necessary () to macro argumentPeng Li1-10/+10
2021-05-21net: wan: add braces {} to all arms of the statementPeng Li1-1/+2
2021-05-21net: wan: remove redundant blank linesPeng Li1-20/+0
2021-05-21net: wan: fix the code style issue about trailing statementsPeng Li1-10/+28
2021-05-21net: wan: add some required spacesPeng Li1-3/+3