summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-09sh_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-4/+1
2021-06-09net: nixge: simplify code with devm platform functionsYang Yingliang1-6/+2
2021-06-09net: dsa: felix: set TX flow control according to the phylink_mac_link_up res...Vladimir Oltean1-0/+2
2021-06-09net: x25: Use list_for_each_entry() to simplify code in x25_forward.cWang Hai1-6/+2
2021-06-09ethernet/qlogic: Use list_for_each_entry() to simplify code in qlcnic_hw.cWang Hai1-6/+2
2021-06-09net: stmmac: fix NPD with phylink_set_pcs if there is no MDIO busVladimir Oltean1-5/+2
2021-06-09net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.cWang Hai1-3/+1
2021-06-09net: x25: Use list_for_each_entry() to simplify code in x25_link.cWang Hai1-4/+1
2021-06-09net: qede: Use list_for_each_entry() to simplify codeWang Hai1-4/+2
2021-06-09Merge branch 'hns3-RAS'David S. Miller8-56/+546
2021-06-09net: hns3: add error handling compatibility during initializationJiaran Zhang3-11/+34
2021-06-09net: hns3: update error recovery module and typeJiaran Zhang3-5/+74
2021-06-09net: hns3: add support for imp-handle ras capabilityJiaran Zhang5-1/+11
2021-06-09net: hns3: add the RAS compatibility adaptation solutionJiaran Zhang5-39/+409
2021-06-09net: hns3: add support for handling all errors through MSI-XYufeng Mo3-23/+41
2021-06-09Merge branch 'ena-updates'David S. Miller7-207/+249
2021-06-09net: ena: re-organize code to improve readabilityShay Agroskin3-9/+14
2021-06-09net: ena: Use dev_alloc() in RX buffer allocationShay Agroskin1-22/+36
2021-06-09net: ena: aggregate doorbell common operations into a functionShay Agroskin1-20/+18
2021-06-09net: ena: fix RST format in ENA documentation fileShay Agroskin1-86/+78
2021-06-09net: ena: Remove module param and change message severityShay Agroskin1-5/+2
2021-06-09net: ena: add jiffies of last napi call to statsShay Agroskin2-8/+21
2021-06-09net: ena: use build_skb() in RX pathShay Agroskin1-25/+41
2021-06-09net: ena: Improve error logging in driverShay Agroskin1-5/+23
2021-06-09net: ena: Remove unused codeShay Agroskin2-13/+0
2021-06-09net: ena: optimize data access in fast-path codeShay Agroskin3-17/+19
2021-06-09Merge branch 'mlxsw-various-updates'David S. Miller18-170/+132
2021-06-09mlxsw: thermal: Read module temperature thresholds using MTMP registerMykola Kostenok1-17/+30
2021-06-09mlxsw: thermal: Add function for reading module temperature and thresholdsMykola Kostenok1-15/+35
2021-06-09mlxsw: core_env: Read module temperature thresholds using MTMP registerMykola Kostenok1-2/+11
2021-06-09mlxsw: reg: Extend MTMP register with new threshold fieldMykola Kostenok4-8/+26
2021-06-09selftests: devlink_lib: Fix bouncing of netdevsim DEVLINK_DEVPetr Machata5-6/+14
2021-06-09selftests: Clean forgotten resources as part of cleanup()Amit Cohen6-0/+14
2021-06-09selftests: router_scale: Do not count failed routesAmit Cohen1-1/+1
2021-06-09mlxsw: spectrum_router: Remove abort mechanismAmit Cohen2-125/+5
2021-06-09Merge branch 'dsa-sja1110'David S. Miller11-13/+1771
2021-06-09net: dsa: sja1105: register the MDIO buses for 100base-T1 and 100base-TXVladimir Oltean5-1/+358
2021-06-09net: dsa: sja1105: make sure the retagging port is enabled for SJA1110Vladimir Oltean3-0/+58
2021-06-09net: dsa: sja1105: add support for the SJA1110 switch familyVladimir Oltean8-12/+1312
2021-06-09dt-bindings: net: dsa: sja1105: add SJA1110 bindingsVladimir Oltean1-0/+43
2021-06-09Merge branch 'wwan-improvements'David S. Miller5-24/+738
2021-06-09net: wwan: core: purge rx queue on port closeSergey Ryazanov1-3/+5
2021-06-09net: wwan: core: implement terminal ioctls for AT portSergey Ryazanov1-0/+91
2021-06-09net: wwan: core: implement TIOCINQ ioctlSergey Ryazanov1-0/+29
2021-06-09net: wwan: core: expand ports number limitSergey Ryazanov1-3/+5
2021-06-09net: wwan: core: make port names more user-friendlySergey Ryazanov1-6/+61
2021-06-09net: wwan: core: spell port device name in lowercaseSergey Ryazanov1-8/+26
2021-06-09net: wwan: core: init port type string array using enum valuesSergey Ryazanov1-7/+6
2021-06-09net: wwan: make WWAN_PORT_MAX meaning less surprisedSergey Ryazanov2-4/+10
2021-06-09wwan_hwsim: add debugfs management interfaceSergey Ryazanov1-2/+184