summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/altera (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-26e100: handle eeprom as little endianJesse Brandeburg1-6/+6
2021-05-26net: wwan: core: Add WWAN device index sysfs attributeLoic Poulain1-0/+15
2021-05-26net: wan: add spaces required around that ':' and '+'Peng Li1-2/+4
2021-05-26net: wan: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-05-26net: wan: add some required spacesPeng Li1-7/+7
2021-05-26net: wan: fix an code style issue about "foo* barPeng Li1-2/+2
2021-05-26net: wan: add blank line after declarationsPeng Li1-0/+3
2021-05-26net: wan: remove redundant blank linesPeng Li1-25/+0
2021-05-26net/hamradio/6pack: Fix inconsistent indentingJiapeng Chong1-6/+4
2021-05-26net: hns3: switch to dim algorithm for adaptive interrupt moderationHuazhong Tan3-125/+73
2021-05-26net: bridge: remove redundant assignmentNigel Christian1-1/+0
2021-05-24net: wan: add braces {} to all arms of the statementPeng Li1-4/+4
2021-05-24net: wan: fix the comments style issuePeng Li1-6/+9
2021-05-24net: wan: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-05-24net: wan: move out assignment in if conditionPeng Li1-2/+5
2021-05-24net: wan: add some required spacesPeng Li1-5/+5
2021-05-24net: wan: fix the code style issue about trailing statementsPeng Li1-15/+44
2021-05-24net: wan: code indent use tabs where possiblePeng Li1-17/+17
2021-05-24net: wan: add blank line after declarationsPeng Li1-0/+5
2021-05-24net: wan: fix an code style issue about "foo* bar"Peng Li1-3/+3
2021-05-24net: wan: remove redundant blank linesPeng Li1-38/+0
2021-05-24net: dsa: sja1105: allow the frame buffer size to be customizedVladimir Oltean5-22/+27
2021-05-24net: dsa: sja1105: configure the multicast policers, if presentVladimir Oltean1-0/+4
2021-05-24net: dsa: sja1105: use sja1105_xfer_u32 for the reset procedureVladimir Oltean1-16/+6
2021-05-24net: dsa: sja1105: dynamically choose the number of static config table entriesVladimir Oltean1-16/+16
2021-05-24net: dsa: sja1105: skip CGU configuration if it's unnecessaryVladimir Oltean5-2/+44
2021-05-24net: dsa: sja1105: don't assign the host port using dsa_upstream_port()Vladimir Oltean1-1/+10
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-24nfc: st-nci: remove unnecessary assignment and labelwengjianfeng1-6/+2
2021-05-24ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpyYueHaibing1-2/+1
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-21dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFERVladimir Oltean1-3/+4
2021-05-21dpaa2-eth: name the debugfs directory after the DPNI objectIoana Ciornei1-1/+5
2021-05-21dpaa2-eth: setup the of_node field of the deviceIoana Ciornei2-12/+14
2021-05-21net: dsa: sja1105: don't use burst SPI reads for port statisticsVladimir Oltean3-468/+598
2021-05-21net: 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