summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-09net: ethernet: ti: am65-cpts: Use devm_platform_ioremap_resource_byname()Yang Yingliang
2021-06-09net: stmmac: Use devm_platform_ioremap_resource_byname()Yang Yingliang
2021-06-09net: sgi: ioc3-eth: check return value after calling platform_get_resource()Yang Yingliang
2021-06-09Revert "nvme-tcp-offload: ULP Series"Shai Malin
2021-06-09net: usb: asix: ax88772: Fix less than zero comparison of a u16Colin Ian King
2021-06-09net: usb: asix: Fix less than zero comparison of a u16Colin Ian King
2021-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-06-09netdevsim: delete unnecessary debugfs checkingDan Carpenter
2021-06-09devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter
2021-06-09net: dsa: qca8k: check the correct variable in qca8k_set_mac_eee()Dan Carpenter
2021-06-09net: dsa: qca8k: fix an endian bug in qca8k_get_ethtool_stats()Dan Carpenter
2021-06-09Merge branch 'lapbther-cleanups'David S. Miller
2021-06-09net: lapbether: fix the code style issue about line lengthPeng Li
2021-06-09net: lapbether: fix the alignment issuePeng Li
2021-06-09net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev"Peng Li
2021-06-09net: lapbether: fix the comments style issuePeng Li
2021-06-09net: lapbether: remove unnecessary out of memory messagePeng Li
2021-06-09net: lapbether: remove trailing whitespacesPeng Li
2021-06-09net: lapbether: move out assignment in if conditionPeng Li
2021-06-09net: lapbether: add blank line after declarationsPeng Li
2021-06-09net: lapbether: remove redundant blank linePeng Li
2021-06-09net: hns3: use list_move_tail instead of list_del/list_add_tail in hclge_main.cBaokun Li
2021-06-09net: hns3: use list_move_tail instead of list_del/list_add_tail in hclgevf_ma...Baokun Li
2021-06-09nfp: use list_move instead of list_del/list_add in nfp_cppcore.cBaokun Li
2021-06-09net/x25: fix a mistake in grammargushengxian
2021-06-09net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-09net: dsa: b53: Do not force CPU to be always taggedFlorian Fainelli
2021-06-09netfilter: nf_tables: move base hook annotation to init helperFlorian Westphal
2021-06-09netfilter: nfnetlink_hook: add depends-on nftablesFlorian Westphal
2021-06-09netfilter: nfnetlink_hook: fix array index out-of-bounds errorColin Ian King
2021-06-08net: appletalk: fix some mistakes in grammargushengxian
2021-06-09netfilter: nft_exthdr: Fix for unsafe packet data readPhil Sutter
2021-06-08net: stmmac: explicitly deassert GMAC_AHB_RESETMatthew Hagan
2021-06-08sh_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-08net: nixge: simplify code with devm platform functionsYang Yingliang
2021-06-08net: dsa: felix: set TX flow control according to the phylink_mac_link_up res...Vladimir Oltean
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_forward.cWang Hai
2021-06-08ethernet/qlogic: Use list_for_each_entry() to simplify code in qlcnic_hw.cWang Hai
2021-06-08net: stmmac: fix NPD with phylink_set_pcs if there is no MDIO busVladimir Oltean
2021-06-08net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.cWang Hai
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_link.cWang Hai
2021-06-08net: qede: Use list_for_each_entry() to simplify codeWang Hai
2021-06-08Merge branch 'hns3-RAS'David S. Miller
2021-06-08net: hns3: add error handling compatibility during initializationJiaran Zhang
2021-06-08net: hns3: update error recovery module and typeJiaran Zhang
2021-06-08net: hns3: add support for imp-handle ras capabilityJiaran Zhang
2021-06-08net: hns3: add the RAS compatibility adaptation solutionJiaran Zhang
2021-06-08net: hns3: add support for handling all errors through MSI-XYufeng Mo
2021-06-08Merge branch 'ena-updates'David S. Miller
2021-06-08net: ena: re-organize code to improve readabilityShay Agroskin