summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: Fix some struct initializationsNathan Chancellor2019-06-041-4/+10
* netdevsim: implement fake flash updating with notificationsJiri Pirko2019-06-042-0/+45
* 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/+20
* mlxsw: Move firmware flash implementation to devlinkJiri Pirko2019-06-043-26/+41
* net: stmmac: socfpga: add RMII phy modeDinh Nguyen2019-06-041-0/+3
* net: dsa: sja1105: Hide the dsa_8021q VLANs from the bridge fdb commandVladimir Oltean2019-06-041-0/+37
* net: dsa: sja1105: Unset port from forwarding mask unconditionally on fdb_delVladimir Oltean2019-06-041-2/+2
* net: dsa: sja1105: Add FDB operations for P/Q/R/S seriesVladimir Oltean2019-06-042-2/+92
* net: dsa: sja1105: Add P/Q/R/S management route support via dynamic interfaceVladimir Oltean2019-06-042-1/+41
* net: dsa: sja1105: Make dynamic_config_read return -ENOENT if not foundVladimir Oltean2019-06-042-2/+2
* net: dsa: sja1105: Add P/Q/R/S support for dynamic L2 lookup operationsVladimir Oltean2019-06-041-4/+50
* net: dsa: sja1105: Make room for P/Q/R/S FDB operationsVladimir Oltean2019-06-044-16/+69
* net: dsa: sja1105: Plug in support for TCAM searches via the dynamic interfaceVladimir Oltean2019-06-042-1/+38
* net: dsa: sja1105: Add missing L2 Forwarding Table definitions for P/Q/R/SVladimir Oltean2019-06-042-4/+40
* net: dsa: sja1105: Fix bit offsets of index field from L2 lookup entriesVladimir Oltean2019-06-041-1/+1
* net: dsa: sja1105: Shim declaration of struct sja1105_dyn_cmdVladimir Oltean2019-06-042-7/+9
* r8169: add rtl_fw_request_firmware and rtl_fw_release_firmwareHeiner Kallweit2019-06-031-24/+34
* r8169: make rtl_fw_format_ok and rtl_fw_data_ok more independentHeiner Kallweit2019-06-031-39/+19
* r8169: simplify rtl_fw_write_firmwareHeiner Kallweit2019-06-031-14/+5
* r8169: add enum rtl_fw_opcodeHeiner Kallweit2019-06-031-18/+18
* net: hns3: delay and separate enabling of NIC and ROCE HW errorsWeihang Li2019-06-033-21/+36
* net: hns3: add opcode about query and clear RAS & MSI-X to special opcodeWeihang Li2019-06-032-17/+5
* net: hns3: remove setting bit of reset_requests when handling mac tunnel inte...Weihang Li2019-06-031-1/+0
* net: hns3: add handling of two bits in MAC tunnel interruptsWeihang Li2019-06-032-4/+4
* net: hns3: set ops to null when unregister ad_devWeihang Li2019-06-031-0/+2
* net: hns3: add a check to pointer in error_detected and slot_resetWeihang Li2019-06-031-2/+5
* net: hns3: set the port shaper according to MAC speedYunsheng Lin2019-06-031-1/+1
* net: hns3: fix VLAN filter restore issue after resetJian Shen2019-06-034-37/+43
* net: hns3: don't configure new VLAN ID into VF VLAN table when it's fullJian Shen2019-06-032-0/+9
* net: hns3: remove redundant core resetHuazhong Tan2019-06-033-41/+12
* r8169: use paged versions of phylib MDIO access functionsHeiner Kallweit2019-06-031-72/+33
* qed: Fix build error without CONFIG_DEVLINKYueHaibing2019-06-031-0/+1
* net: ethernet: mediatek: Add MT7629 ethernet supportSean Wang2019-06-032-2/+31
* net: ethernet: mediatek: Integrate hardware path from GMAC to PHY variantsSean Wang2019-06-034-69/+450
* net: ethernet: mediatek: Extend SGMII related functionsSean Wang2019-06-034-37/+184
* Merge tag 'mlx5-updates-2019-05-31' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-06-0326-388/+1430
|\
| * net/mlx5e: TX, Improve performance under GSO workloadErez Alfasi2019-05-311-3/+4
| * net/mlx5e: Use termination table for VLAN push actionsOz Shlomo2019-05-314-2/+315
| * net/mlx5e: Geneve, Add support for encap/decap flows offloadYevgeny Kliteynik2019-05-315-3/+363
| * net/mlx5e: Rearrange tc tunnel code in a modular wayYevgeny Kliteynik2019-05-317-208/+373
| * net/mlx5e: Geneve, Keep tunnel info as pointer to the original structYevgeny Kliteynik2019-05-313-15/+16
| * net/mlx5: Geneve, Manage Geneve TLV optionsYevgeny Kliteynik2019-05-314-1/+196
| * net/mlx5e: Enable setting multiple match criteria for flow groupYevgeny Kliteynik2019-05-312-5/+5
| * net/mlx5e: Allow matching only enc_key_id/enc_dst_port for decapsulation actionTonghao Zhang2019-05-311-20/+7
| * net/mlx5e: Generalize vport type in vport representorVu Pham2019-05-311-31/+21
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-3114-109/+139
| |\
| | * {IB,net}/mlx5: Constify rep ops functions pointersParav Pandit2019-05-316-39/+38