summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-29wlcore: fix runtime pm imbalance in wlcore_irq_lockedDinghao Liu1-8/+9
2020-05-29rtw88: 8822c: remove CCK TX setting when switch channelChien-Hsun Liao1-2/+0
2020-05-29rtw88: 8822c: fix missing brace warning for old compilersYan-Hsuan Chuang1-1/+1
2020-05-29rtw88: fix EAPOL 4-way failure by finish IQK earlierPing-Ke Shih3-2/+21
2020-05-29rtw88: coex: 8723d: handle BT inquiry casesPing-Ke Shih2-5/+9
2020-05-29rtw88: coex: 8723d: set antanna control ownerPing-Ke Shih4-2/+17
2020-05-29wlcore: fix runtime pm imbalance in __wl1271_op_remove_interfaceDinghao Liu1-2/+6
2020-05-29wlcore: fix runtime pm imbalance in wl1271_op_suspendDinghao Liu1-3/+1
2020-05-29wlcore: fix runtime pm imbalance in wlcore_regdomain_configDinghao Liu1-1/+3
2020-05-29wlcore: fix runtime pm imbalance in wl1271_tx_workDinghao Liu1-0/+1
2020-05-29atmel: Use shared constant for rfc1042 headerPascal Terjan1-2/+1
2020-05-29libertas: Use shared constant for rfc1042 headerPascal Terjan1-4/+1
2020-05-29cw1200: Remove local sdio VENDOR and DEVICE id definitionsPali Rohár1-8/+1
2020-05-29b43_legacy: Fix connection problem with WPA3Larry Finger1-0/+1
2020-05-29b43: Fix connection problem with WPA3Larry Finger1-1/+1
2020-05-29Revert "rtw88: no need to set registers for SDIO"Yan-Hsuan Chuang3-0/+155
2020-05-29MAINTAINERS: update qtnfmac maintainersSergey Matyukevich1-1/+1
2020-05-29rt2800: enable MFP support unconditionallyRui Salvaterra2-4/+3
2020-05-28sctp: fix typo sctp_ulpevent_nofity_peer_addr_changeJonas Falkevik3-6/+6
2020-05-28net/tls: Add force_resync for driver resyncTariq Toukan2-4/+17
2020-05-28net_sched: get rid of unnecessary dev_qdisc_reset()Cong Wang1-16/+0
2020-05-28net_sched: avoid resetting active qdisc for multiple timesCong Wang1-14/+23
2020-05-28net_sched: add a tracepoint for qdisc creationCong Wang3-1/+29
2020-05-28net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang2-0/+56
2020-05-28net_sched: use qdisc_reset() in qdisc_destroy()Cong Wang1-13/+3
2020-05-27drivers: ipa: remove discription of nonexistent elementWang Wenhu1-1/+0
2020-05-27drivers: ipa: fix typoes for ipaWang Wenhu2-2/+2
2020-05-27tcp: rename tcp_v4_err() skb parameterEric Dumazet1-9/+9
2020-05-27tcp: add tcp_ld_RTO_revert() helperEric Dumazet1-40/+45
2020-05-27net: hns3: add a print for initializing CMDQ when reset pendingHuazhong Tan1-0/+3
2020-05-27net: hns3: remove unnecessary MAC enable in app loopbackYufeng Mo1-2/+0
2020-05-27net: hns3: change the order of reinitializing RoCE and NIC client during resetYufeng Mo1-5/+4
2020-05-27net: hns3: add a resetting check in hclgevf_init_nic_client_instance()Guangbin Huang1-0/+9
2020-05-27net: mscc: allow offloading timestamping operations to the PHYAntoine Tenart2-2/+6
2020-05-27net: 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-27net: add large ecmp group nexthop testsStephen Worley1-2/+82
2020-05-27mtk-star-emac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2020-05-27bridge: mrp: Rework the MRP netlink interfaceHoratiu Vultur4-50/+290
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-27nexthop: Fix type of event_type in call_nexthop_notifiersNathan Chancellor1-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 Lunn6-27/+197
2020-05-27net: phy: marvell: Add support for amplitude graphAndrew Lunn1-1/+231
2020-05-27net: ethtool: Add helpers for cable test TDR dataAndrew Lunn2-1/+100
2020-05-27net: ethtool: Add generic parts of cable test TDRAndrew Lunn7-10/+144