summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* nfp: add support for sending control messages via mailboxJakub Kicinski2019-06-067-8/+646
* nfp: parse the mailbox cmsg TLVJakub Kicinski2019-06-062-0/+12
* nfp: make bar_lock a semaphoreJakub Kicinski2019-06-062-10/+5Star
* nfp: count all failed TX attempts as errorsJakub Kicinski2019-06-061-7/+5Star
* net: mscc: ocelot: remove unused variable 'vcap_data_t'YueHaibing2019-06-061-1/+1
* net: fec: Do not use netdev messages too earlyFabio Estevam2019-06-061-3/+3
* r8169: silence sparse warning in rtl8169_start_xmitHeiner Kallweit2019-06-061-1/+1
* net: stmmac: dwmac4: fix flow control issueBiao Huang2019-06-061-2/+6
* net: stmmac: modify default value of tx-framesBiao Huang2019-06-061-1/+1
* net: stmmac: dwmac-mediatek: disable rx watchdogBiao Huang2019-06-061-0/+1
* net: stmmac: dwmac-mediatek: enable Ethernet power domainBiao Huang2019-06-061-0/+7
* nfp: flower: use struct_size() helperGustavo A. R. Silva2019-06-061-2/+1Star
* i40e: Check and set the PF driver state first in i40e_ndo_set_vf_macLihong Yang2019-06-061-5/+5
* i40e: Do not check VF state in i40e_ndo_get_vf_configLihong Yang2019-06-061-4/+2Star
* net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ackKangjie Lu2019-06-051-3/+2Star
* ixgbe: implement support for SDP/PPS output on X550 hardwareJacob Keller2019-06-052-5/+108
* net: hns3: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-2/+1Star
* ice: Use LLDP ethertype define ETH_P_LLDPJeff Kirsher2019-06-051-3/+1Star
* ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-3/+1Star
* i40e: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-4/+2Star
* ixgbe: add a kernel documentation comment for ixgbe_ptp_get_ts_configJacob Keller2019-06-051-0/+9
* ixgbe: use 'cc' instead of 'hw_cc' for local variableJacob Keller2019-06-051-3/+3
* ixgbe: fix PTP SDP pin setup on X540 hardwareJacob Keller2019-06-051-29/+42
* ixgbe: reduce PTP Tx timestamp timeout to 1 secondJacob Keller2019-06-051-1/+1
* ixgbe: fix AF_XDP tx packet countWilliam Tu2019-06-051-0/+1
* ixgbe: fix AF_XDP tx byte countWilliam Tu2019-06-051-1/+0Star
* ixgbe: remove umem from adapterJan Sokolowski2019-06-052-71/+19Star
* ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski2019-06-053-1/+11
* net: fec_ptp: Use dev_err() instead of pr_err()Fabio Estevam2019-06-051-1/+1
* r8169: factor out firmware handlingHeiner Kallweit2019-06-054-241/+274
* r8169: rename r8169.c to r8169_main.cHeiner Kallweit2019-06-052-0/+1
* net: ethernet: mediatek: fix mtk_eth_soc build errors & warningsRandy Dunlap2019-06-051-2/+2
* rocker: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-051-0/+4
* mlx5: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-051-0/+4
* mlxsw: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-051-0/+14
* ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-053-27/+46
* hinic: add LRO supportXue Chaojing2019-06-0410-13/+348
* net: mscc: ocelot: Fix some struct initializationsNathan Chancellor2019-06-041-4/+10
* mlxsw: Implement flash update status notificationsJiri Pirko2019-06-041-1/+17
* mlxfw: Introduce status_notify op and call it to notify about the statusJiri Pirko2019-06-042-0/+28
* mlxfw: Propagate error messages through extackJiri Pirko2019-06-046-20/+41
* mlx5: Move firmware flash implementation to devlinkJiri Pirko2019-06-044-46/+20Star
* mlxsw: Move firmware flash implementation to devlinkJiri Pirko2019-06-043-26/+41
* net: stmmac: socfpga: add RMII phy modeDinh Nguyen2019-06-041-0/+3
* r8169: add rtl_fw_request_firmware and rtl_fw_release_firmwareHeiner Kallweit2019-06-041-24/+34
* r8169: make rtl_fw_format_ok and rtl_fw_data_ok more independentHeiner Kallweit2019-06-041-39/+19Star
* r8169: simplify rtl_fw_write_firmwareHeiner Kallweit2019-06-041-14/+5Star
* r8169: add enum rtl_fw_opcodeHeiner Kallweit2019-06-041-18/+18
* net: hns3: delay and separate enabling of NIC and ROCE HW errorsWeihang Li2019-06-043-21/+36
* net: hns3: add opcode about query and clear RAS & MSI-X to special opcodeWeihang Li2019-06-042-17/+5Star