summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-14r8169: remove not needed checks in rtl8169_set_eeeHeiner Kallweit
2020-05-14net: dsa: felix: fix incorrect clamp calculation for burstColin Ian King
2020-05-14net: phy: mdio-moxart: remove unneeded includeBartosz Golaszewski
2020-05-14dt-bindings: dp83867: Convert DP83867 to yamlDan Murphy
2020-05-14dt-bindings: net: dp83869: Update licensing infoDan Murphy
2020-05-14hinic: update huawei ethernet driver maintainerLuo bin
2020-05-14hinic: add set_ringparam ethtool_ops supportLuo bin
2020-05-14devlink: refactor end checks in devlink_nl_cmd_region_read_dumpitJakub Kicinski
2020-05-14Merge branch 'am65-cpsw-add-taprio-EST-offload-support'David S. Miller
2020-05-14ethernet: ti: am65-cpsw-qos: add TAPRIO offload supportIvan Khoronzhuk
2020-05-14ethernet: ti: am65-cpts: add routines to support taprio offloadIvan Khoronzhuk
2020-05-14Merge branch 'net-qed-qede-critical-hw-error-handling'David S. Miller
2020-05-14net: qed: fix bad formattingIgor Russkikh
2020-05-14net: qed: introduce critical hardware error handlerIgor Russkikh
2020-05-14net: qed: introduce critical fan failure handlerIgor Russkikh
2020-05-14net: qede: Implement ndo_tx_timeoutDenis Bolotin
2020-05-14net: qede: optional hw recovery procedureIgor Russkikh
2020-05-14net: qed: attention clearing propertiesIgor Russkikh
2020-05-14net: qed: cleanup debug related declarationsIgor Russkikh
2020-05-14net: qed: critical err reporting to management firmwareIgor Russkikh
2020-05-14net: qed: invoke err notify on critical areasIgor Russkikh
2020-05-14net: qede: add hw err scheduled handlerIgor Russkikh
2020-05-14net: qed: adding hw_err states and handlingIgor Russkikh
2020-05-14Merge branch 'net-hns3-add-some-cleanups-for-next'David S. Miller
2020-05-14net: hns3: remove unnecessary frag list checking in hns3_nic_net_xmit()Huazhong Tan
2020-05-14net: hns3: remove some unused macrosHuazhong Tan
2020-05-14net: hns3: modify an incorrect error log in hclge_mbx_handler()Huazhong Tan
2020-05-14net: hns3: remove a duplicated printing in hclge_configure()Huazhong Tan
2020-05-14net: hns3: modify some incorrect spellingHuazhong Tan
2020-05-14r8152: Use MAC address from device tree if availableThierry Reding
2020-05-14selftests: fix flower parent qdiscVlad Buslov
2020-05-13net: dsa: mt7530: set CPU port to fallback modeDENG Qingfang
2020-05-13net: mvneta: speed down the PHY, if WoL used, to save energyDaniel González Cabanelas
2020-05-13sfc: fix dereference of table before it is null checkedColin Ian King
2020-05-13net: phy: at803x: add cable diagnostics supportMichael Walle
2020-05-13ipv6: set msg_control_is_user in do_ipv6_getsockoptChristoph Hellwig
2020-05-13Merge branch 'net-phy-broadcom-cable-tester-support'David S. Miller
2020-05-13net: phy: bcm54140: add cable diagnostics supportMichael Walle
2020-05-13net: phy: broadcom: add cable test supportMichael Walle
2020-05-13net: phy: broadcom: add bcm_phy_modify_exp()Michael Walle
2020-05-13net: phy: broadcom: add exp register access methods without buslockMichael Walle
2020-05-13net: phy: tja11xx: add cable-test supportOleksij Rempel
2020-05-13Merge branch 'bpf_iter-fixes'Alexei Starovoitov
2020-05-13net: ignore sock_from_file errors in __scm_install_fdChristoph Hellwig
2020-05-13samples/bpf: Remove compiler warningsYonghong Song
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song
2020-05-13bpf: Add comments to interpret bpf_prog return valuesYonghong Song
2020-05-13bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song