summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-09netdevsim: delete unnecessary debugfs checkingDan Carpenter1-15/+1
2021-06-09net: dsa: qca8k: check the correct variable in qca8k_set_mac_eee()Dan Carpenter1-3/+1
2021-06-09net: dsa: qca8k: fix an endian bug in qca8k_get_ethtool_stats()Dan Carpenter1-3/+3
2021-06-09net: lapbether: fix the code style issue about line lengthPeng Li1-1/+2
2021-06-09net: lapbether: fix the alignment issuePeng Li1-1/+1
2021-06-09net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev"Peng Li1-1/+1
2021-06-09net: lapbether: fix the comments style issuePeng Li1-17/+10
2021-06-09net: lapbether: remove unnecessary out of memory messagePeng Li1-6/+2
2021-06-09net: lapbether: remove trailing whitespacesPeng Li1-3/+3
2021-06-09net: lapbether: move out assignment in if conditionPeng Li1-5/+10
2021-06-09net: lapbether: add blank line after declarationsPeng Li1-0/+1
2021-06-09net: lapbether: remove redundant blank linePeng Li1-1/+0
2021-06-09net: hns3: use list_move_tail instead of list_del/list_add_tail in hclge_main.cBaokun Li1-10/+5
2021-06-09net: hns3: use list_move_tail instead of list_del/list_add_tail in hclgevf_ma...Baokun Li1-6/+3
2021-06-09nfp: use list_move instead of list_del/list_add in nfp_cppcore.cBaokun Li1-2/+1
2021-06-09net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-11/+4
2021-06-09net: dsa: b53: Do not force CPU to be always taggedFlorian Fainelli1-3/+14
2021-06-08net: stmmac: explicitly deassert GMAC_AHB_RESETMatthew Hagan2-0/+13
2021-06-08sh_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-4/+1
2021-06-08net: nixge: simplify code with devm platform functionsYang Yingliang1-6/+2
2021-06-08net: dsa: felix: set TX flow control according to the phylink_mac_link_up res...Vladimir Oltean1-0/+2
2021-06-08ethernet/qlogic: Use list_for_each_entry() to simplify code in qlcnic_hw.cWang Hai1-6/+2
2021-06-08net: stmmac: fix NPD with phylink_set_pcs if there is no MDIO busVladimir Oltean1-5/+2
2021-06-08net: qede: Use list_for_each_entry() to simplify codeWang Hai1-4/+2
2021-06-08net: hns3: add error handling compatibility during initializationJiaran Zhang3-11/+34
2021-06-08net: hns3: update error recovery module and typeJiaran Zhang3-5/+74
2021-06-08net: hns3: add support for imp-handle ras capabilityJiaran Zhang5-1/+11
2021-06-08net: hns3: add the RAS compatibility adaptation solutionJiaran Zhang5-39/+409
2021-06-08net: hns3: add support for handling all errors through MSI-XYufeng Mo3-23/+41
2021-06-08net: ena: re-organize code to improve readabilityShay Agroskin3-9/+14
2021-06-08net: ena: Use dev_alloc() in RX buffer allocationShay Agroskin1-22/+36
2021-06-08net: ena: aggregate doorbell common operations into a functionShay Agroskin1-20/+18
2021-06-08net: ena: Remove module param and change message severityShay Agroskin1-5/+2
2021-06-08net: ena: add jiffies of last napi call to statsShay Agroskin2-8/+21
2021-06-08net: ena: use build_skb() in RX pathShay Agroskin1-25/+41
2021-06-08net: ena: Improve error logging in driverShay Agroskin1-5/+23
2021-06-08net: ena: Remove unused codeShay Agroskin2-13/+0
2021-06-08net: ena: optimize data access in fast-path codeShay Agroskin3-17/+19
2021-06-08mlxsw: thermal: Read module temperature thresholds using MTMP registerMykola Kostenok1-17/+30
2021-06-08mlxsw: thermal: Add function for reading module temperature and thresholdsMykola Kostenok1-15/+35
2021-06-08mlxsw: core_env: Read module temperature thresholds using MTMP registerMykola Kostenok1-2/+11
2021-06-08mlxsw: reg: Extend MTMP register with new threshold fieldMykola Kostenok4-8/+26
2021-06-08mlxsw: spectrum_router: Remove abort mechanismAmit Cohen2-125/+5
2021-06-08net: dsa: sja1105: register the MDIO buses for 100base-T1 and 100base-TXVladimir Oltean5-1/+358
2021-06-08net: dsa: sja1105: make sure the retagging port is enabled for SJA1110Vladimir Oltean3-0/+58
2021-06-08net: dsa: sja1105: add support for the SJA1110 switch familyVladimir Oltean8-12/+1312
2021-06-08net: wwan: core: purge rx queue on port closeSergey Ryazanov1-3/+5
2021-06-08net: wwan: core: implement terminal ioctls for AT portSergey Ryazanov1-0/+91
2021-06-08net: wwan: core: implement TIOCINQ ioctlSergey Ryazanov1-0/+29
2021-06-08net: wwan: core: expand ports number limitSergey Ryazanov1-3/+5