summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: appletalk: fix some mistakes in grammargushengxian2021-06-081-3/+3
* net: stmmac: explicitly deassert GMAC_AHB_RESETMatthew Hagan2021-06-083-0/+14
* sh_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-081-4/+1
* net: nixge: simplify code with devm platform functionsYang Yingliang2021-06-081-6/+2
* net: dsa: felix: set TX flow control according to the phylink_mac_link_up res...Vladimir Oltean2021-06-081-0/+2
* net: x25: Use list_for_each_entry() to simplify code in x25_forward.cWang Hai2021-06-081-6/+2
* ethernet/qlogic: Use list_for_each_entry() to simplify code in qlcnic_hw.cWang Hai2021-06-081-6/+2
* net: stmmac: fix NPD with phylink_set_pcs if there is no MDIO busVladimir Oltean2021-06-081-5/+2
* net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.cWang Hai2021-06-081-3/+1
* net: x25: Use list_for_each_entry() to simplify code in x25_link.cWang Hai2021-06-081-4/+1
* net: qede: Use list_for_each_entry() to simplify codeWang Hai2021-06-081-4/+2
* Merge branch 'hns3-RAS'David S. Miller2021-06-088-56/+546
|\
| * net: hns3: add error handling compatibility during initializationJiaran Zhang2021-06-083-11/+34
| * net: hns3: update error recovery module and typeJiaran Zhang2021-06-083-5/+74
| * net: hns3: add support for imp-handle ras capabilityJiaran Zhang2021-06-085-1/+11
| * net: hns3: add the RAS compatibility adaptation solutionJiaran Zhang2021-06-085-39/+409
| * net: hns3: add support for handling all errors through MSI-XYufeng Mo2021-06-083-23/+41
|/
* Merge branch 'ena-updates'David S. Miller2021-06-087-207/+249
|\
| * net: ena: re-organize code to improve readabilityShay Agroskin2021-06-083-9/+14
| * net: ena: Use dev_alloc() in RX buffer allocationShay Agroskin2021-06-081-22/+36
| * net: ena: aggregate doorbell common operations into a functionShay Agroskin2021-06-081-20/+18
| * net: ena: fix RST format in ENA documentation fileShay Agroskin2021-06-081-86/+78
| * net: ena: Remove module param and change message severityShay Agroskin2021-06-081-5/+2
| * net: ena: add jiffies of last napi call to statsShay Agroskin2021-06-082-8/+21
| * net: ena: use build_skb() in RX pathShay Agroskin2021-06-081-25/+41
| * net: ena: Improve error logging in driverShay Agroskin2021-06-081-5/+23
| * net: ena: Remove unused codeShay Agroskin2021-06-082-13/+0
| * net: ena: optimize data access in fast-path codeShay Agroskin2021-06-083-17/+19
|/
* Merge branch 'mlxsw-various-updates'David S. Miller2021-06-0818-170/+132
|\
| * mlxsw: thermal: Read module temperature thresholds using MTMP registerMykola Kostenok2021-06-081-17/+30
| * mlxsw: thermal: Add function for reading module temperature and thresholdsMykola Kostenok2021-06-081-15/+35
| * mlxsw: core_env: Read module temperature thresholds using MTMP registerMykola Kostenok2021-06-081-2/+11
| * mlxsw: reg: Extend MTMP register with new threshold fieldMykola Kostenok2021-06-084-8/+26
| * selftests: devlink_lib: Fix bouncing of netdevsim DEVLINK_DEVPetr Machata2021-06-085-6/+14
| * selftests: Clean forgotten resources as part of cleanup()Amit Cohen2021-06-086-0/+14
| * selftests: router_scale: Do not count failed routesAmit Cohen2021-06-081-1/+1
| * mlxsw: spectrum_router: Remove abort mechanismAmit Cohen2021-06-082-125/+5
|/
* Merge branch 'dsa-sja1110'David S. Miller2021-06-0811-13/+1771
|\
| * net: dsa: sja1105: register the MDIO buses for 100base-T1 and 100base-TXVladimir Oltean2021-06-085-1/+358
| * net: dsa: sja1105: make sure the retagging port is enabled for SJA1110Vladimir Oltean2021-06-083-0/+58
| * net: dsa: sja1105: add support for the SJA1110 switch familyVladimir Oltean2021-06-088-12/+1312
| * dt-bindings: net: dsa: sja1105: add SJA1110 bindingsVladimir Oltean2021-06-081-0/+43
|/
* Merge branch 'wwan-improvements'David S. Miller2021-06-085-24/+738
|\
| * net: wwan: core: purge rx queue on port closeSergey Ryazanov2021-06-081-3/+5
| * net: wwan: core: implement terminal ioctls for AT portSergey Ryazanov2021-06-081-0/+91
| * net: wwan: core: implement TIOCINQ ioctlSergey Ryazanov2021-06-081-0/+29
| * net: wwan: core: expand ports number limitSergey Ryazanov2021-06-081-3/+5
| * net: wwan: core: make port names more user-friendlySergey Ryazanov2021-06-081-6/+61
| * net: wwan: core: spell port device name in lowercaseSergey Ryazanov2021-06-081-8/+26
| * net: wwan: core: init port type string array using enum valuesSergey Ryazanov2021-06-081-7/+6