summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-28mt76: mt7615: fix NULL pointer deref in mt7615_register_ext_phyLorenzo Bianconi1-9/+9
2020-05-28mt76: mt7915: fix sparse warnings: incorrect type initializerRyder Lee1-1/+1
2020-05-28mt76: mt7915: fix some sparse warningsRyder Lee1-6/+5
2020-05-28mt76: mt7915: add spatial reuse supportRyder Lee4-1/+34
2020-05-28mt76: mt76x02: remove check in mt76x02_mcu_msg_sendLorenzo Bianconi1-1/+1
2020-05-28mt76: mt7615: introduce remain_on_channel supportLorenzo Bianconi8-2/+179
2020-05-28drivers: ipa: remove discription of nonexistent elementWang Wenhu1-1/+0
2020-05-28drivers: ipa: fix typoes for ipaWang Wenhu2-2/+2
2020-05-28net: hns3: add a print for initializing CMDQ when reset pendingHuazhong Tan1-0/+3
2020-05-28net: hns3: remove unnecessary MAC enable in app loopbackYufeng Mo1-2/+0
2020-05-28net: hns3: change the order of reinitializing RoCE and NIC client during resetYufeng Mo1-5/+4
2020-05-28net: hns3: add a resetting check in hclgevf_init_nic_client_instance()Guangbin Huang1-0/+9
2020-05-28net: mscc: allow offloading timestamping operations to the PHYAntoine Tenart2-2/+6
2020-05-28net: mscc: use the PHY MII ioctl interface when possibleAntoine Tenart1-11/+9
2020-05-27net: dsa: felix: accept VLAN config regardless of bridge VLAN awareness stateVladimir Oltean1-0/+1
2020-05-27mtk-star-emac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2020-05-27net: dsa: b53: remove redundant premature assignment to new_pvidColin Ian King1-1/+0
2020-05-27net: ethernet: mtk-star-emac: fix error path in RX handlingBartosz Golaszewski1-1/+2
2020-05-27mlxsw: spectrum_router: remove redundant initialization of pointer br_devColin Ian King1-1/+1
2020-05-27net: phy: at803x: add cable diagnostics support for ATH9331 and ATH8032Oleksij Rempel1-2/+16
2020-05-27net: phy: marvell: Configure TDR pulse based on measurement lengthAndrew Lunn1-2/+23
2020-05-27net : phy: marvell: Speedup TDR data retrieval by only changing page onceAndrew Lunn1-12/+19
2020-05-27net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn2-19/+45
2020-05-27net: phy: marvell: Add support for amplitude graphAndrew Lunn1-1/+231
2020-05-27net: ethtool: Add generic parts of cable test TDRAndrew Lunn2-2/+65
2020-05-27ne2k-pci: Fix various coding-style issues and improve printk() usageArmin Wolf1-163/+182
2020-05-27macvlan: Skip loopback packets in RX handlerAlexander Sverdlin1-0/+4
2020-05-27mlxsw: spectrum_router: Allow programming link-local prefix routesIdo Schimmel1-2/+4
2020-05-27mlxsw: spectrum: Add packet traps for BFD packetsIdo Schimmel3-0/+10
2020-05-27mlxsw: spectrum: Treat IPv6 link-local SIP as an exceptionIdo Schimmel1-1/+1
2020-05-27mlxsw: spectrum: Share one group for all locally delivered packetsIdo Schimmel1-2/+2
2020-05-27mlxsw: reg: Move all trap groups under the same enumIdo Schimmel1-7/+3
2020-05-27mlxsw: spectrum_trap: Do not hard code "thin" policer identifierIdo Schimmel2-6/+13
2020-05-27mlxsw: switchx2: Move SwitchX-2 trap groups out of main enumIdo Schimmel2-2/+5
2020-05-27mlxsw: spectrum: Reduce priority of locally delivered packetsIdo Schimmel1-1/+1
2020-05-27mlxsw: spectrum: Use same trap group for local routes and link-local destinationIdo Schimmel1-1/+1
2020-05-27mlxsw: spectrum: Use separate trap group for FID missIdo Schimmel2-1/+4
2020-05-27mlxsw: spectrum: Use same trap group for various IPv6 packetsIdo Schimmel1-3/+3
2020-05-27mlxsw: spectrum: Rename IPv6 ND trap groupIdo Schimmel2-6/+6
2020-05-27mlxsw: spectrum: Use same switch case for identical groupsIdo Schimmel1-3/+0
2020-05-27mlxsw: spectrum: Use dedicated trap group for ACL trapIdo Schimmel2-1/+4
2020-05-27r8169: improve rtl_remove_oneHeiner Kallweit1-7/+5
2020-05-27net: ethernet: fec: move GPR register offset and bit into DTFugang Duan1-12/+12
2020-05-27Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller13-146/+173
2020-05-27net: phy: mscc-miim: read poll when high resolution timers are disabledAntoine Tenart2-6/+19
2020-05-27net: phy: mscc-miim: improve waiting logicAntoine Tenart1-2/+13
2020-05-27net: phy: mscc-miim: remove redundant timeout checkAntoine Tenart1-6/+2
2020-05-27net: phy: mscc-miim: use more reasonable delaysAntoine Tenart1-1/+1
2020-05-27net: mdiobus: add clause 45 mdiobus accessorsRussell King6-30/+21
2020-05-27flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault2-19/+50