aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05net: fec_ptp: Use dev_err() instead of pr_err()Fabio Estevam1-1/+1
2019-06-05r8169: factor out firmware handlingHeiner Kallweit4-241/+274
2019-06-05r8169: rename r8169.c to r8169_main.cHeiner Kallweit2-0/+1
2019-06-05net: ethernet: mediatek: fix mtk_eth_soc build errors & warningsRandy Dunlap1-2/+2
2019-06-04rocker: Fail attempts to use routes with nexthop objectsDavid Ahern1-0/+4
2019-06-04mlx5: Fail attempts to use routes with nexthop objectsDavid Ahern1-0/+4
2019-06-04mlxsw: Fail attempts to use routes with nexthop objectsDavid Ahern1-0/+14
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern3-27/+46
2019-06-04hinic: add LRO supportXue Chaojing10-13/+348
2019-06-04net: mscc: ocelot: Fix some struct initializationsNathan Chancellor1-4/+10
2019-06-04mlxsw: Implement flash update status notificationsJiri Pirko1-1/+17
2019-06-04mlxfw: Introduce status_notify op and call it to notify about the statusJiri Pirko2-0/+28
2019-06-04mlxfw: Propagate error messages through extackJiri Pirko6-20/+41
2019-06-04mlx5: Move firmware flash implementation to devlinkJiri Pirko4-46/+20
2019-06-04mlxsw: Move firmware flash implementation to devlinkJiri Pirko3-26/+41
2019-06-04net: stmmac: socfpga: add RMII phy modeDinh Nguyen1-0/+3
2019-06-03r8169: add rtl_fw_request_firmware and rtl_fw_release_firmwareHeiner Kallweit1-24/+34
2019-06-03r8169: make rtl_fw_format_ok and rtl_fw_data_ok more independentHeiner Kallweit1-39/+19
2019-06-03r8169: simplify rtl_fw_write_firmwareHeiner Kallweit1-14/+5
2019-06-03r8169: add enum rtl_fw_opcodeHeiner Kallweit1-18/+18
2019-06-03net: hns3: delay and separate enabling of NIC and ROCE HW errorsWeihang Li3-21/+36
2019-06-03net: hns3: add opcode about query and clear RAS & MSI-X to special opcodeWeihang Li2-17/+5
2019-06-03net: hns3: remove setting bit of reset_requests when handling mac tunnel interruptsWeihang Li1-1/+0
2019-06-03net: hns3: add handling of two bits in MAC tunnel interruptsWeihang Li2-4/+4
2019-06-03net: hns3: set ops to null when unregister ad_devWeihang Li1-0/+2
2019-06-03net: hns3: add a check to pointer in error_detected and slot_resetWeihang Li1-2/+5
2019-06-03net: hns3: set the port shaper according to MAC speedYunsheng Lin1-1/+1
2019-06-03net: hns3: fix VLAN filter restore issue after resetJian Shen4-37/+43
2019-06-03net: hns3: don't configure new VLAN ID into VF VLAN table when it's fullJian Shen2-0/+9
2019-06-03net: hns3: remove redundant core resetHuazhong Tan3-41/+12
2019-06-03r8169: use paged versions of phylib MDIO access functionsHeiner Kallweit1-72/+33
2019-06-03qed: Fix build error without CONFIG_DEVLINKYueHaibing1-0/+1
2019-06-03net: ethernet: mediatek: Add MT7629 ethernet supportSean Wang2-2/+31
2019-06-03net: ethernet: mediatek: Integrate hardware path from GMAC to PHY variantsSean Wang4-69/+450
2019-06-03net: ethernet: mediatek: Extend SGMII related functionsSean Wang4-37/+184
2019-06-03Merge tag 'mlx5-updates-2019-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller24-378/+1419
2019-06-03net: ena: use dev_info_once instead of static variableSameeh Jubran1-3/+1
2019-06-03net: ena: add good checksum counterSameeh Jubran3-2/+7
2019-06-03net: ena: optimise calculations for CQ doorbellSameeh Jubran1-9/+11
2019-06-03net: ena: add support for changing max_header_size in LLQ modeSameeh Jubran1-6/+4
2019-06-03net: ena: allow automatic fallback to polling modeSameeh Jubran2-9/+39
2019-06-03net: ena: add newline at the end of pr_err printsSameeh Jubran1-8/+8
2019-06-03net: ena: arrange ena_probe() function variables in reverse christmas treeSameeh Jubran1-6/+6
2019-06-03net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ringSameeh Jubran2-31/+28
2019-06-03net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski6-11/+184
2019-06-03net: ena: add handling of llq max tx burst sizeSameeh Jubran6-17/+85
2019-06-02r8169: avoid tso csum function indirectionHeiner Kallweit1-25/+21
2019-06-02r8169: remove struct jumbo_opsHeiner Kallweit1-60/+36
2019-06-02r8169: remove struct mdio_opsHeiner Kallweit1-33/+26
2019-06-02r8169: improve r8169_csum_workaroundHeiner Kallweit1-5/+2