aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-08net: wwan: core: make port names more user-friendlySergey Ryazanov1-6/+61
2021-06-08net: wwan: core: spell port device name in lowercaseSergey Ryazanov1-8/+26
2021-06-08net: wwan: core: init port type string array using enum valuesSergey Ryazanov1-7/+6
2021-06-08net: wwan: make WWAN_PORT_MAX meaning less surprisedSergey Ryazanov1-1/+1
2021-06-08wwan_hwsim: add debugfs management interfaceSergey Ryazanov1-2/+184
2021-06-08wwan_hwsim: WWAN device simulatorSergey Ryazanov3-0/+330
2021-06-08net: stmmac: enable Intel mGbE 2.5Gbps link speedVoon Weifeng4-1/+68
2021-06-08net: pcs: add 2500BASEX support for Intel mGbE controllerVoon Weifeng1-0/+56
2021-06-08net: stmmac: split xPCS setup from mdio registerVoon Weifeng3-29/+45
2021-06-08nvme: NVME_TCP_OFFLOAD should not default to mGeert Uytterhoeven1-1/+0
2021-06-08net: farsync: replace comparison to NULL with "fst_card_array[i]"Peng Li1-2/+2
2021-06-08net: farsync: remove redundant returnPeng Li1-1/+0
2021-06-08net: farsync: fix the alignment issuePeng Li1-1/+1
2021-06-08net: farsync: remove redundant parenthesesPeng Li1-8/+8
2021-06-08net: farsync: remove redundant spacesPeng Li1-9/+9
2021-06-08net: farsync: remove redundant braces {}Peng Li1-51/+35
2021-06-08net: farsync: add some required spacesPeng Li1-6/+6
2021-06-08net: farsync: fix the code style issue about macrosPeng Li1-6/+6
2021-06-08net: farsync: code indent use tabs where possiblePeng Li1-18/+18
2021-06-08net: farsync: remove trailing whitespacesPeng Li1-15/+15
2021-06-08net: farsync: fix the comments style issuePeng Li1-152/+83
2021-06-08net: farsync: remove redundant initialization for staticsPeng Li1-2/+2
2021-06-08net: farsync: move out assignment in if conditionPeng Li1-8/+16