summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-07net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not msVladimir Oltean1-2/+9
2020-05-07net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean5-4/+6
2020-05-07r8169: use fsleep in polling functionsHeiner Kallweit1-64/+44
2020-05-07net: dsa: sja1105: the PTP_CLK extts input reacts on both edgesVladimir Oltean1-8/+18
2020-05-07net: phy: mscc: use phy_package_sharedMichael Walle2-70/+32
2020-05-07net: phy: bcm54140: use phy_package_sharedMichael Walle1-46/+11
2020-05-07net: phy: add concept of shared storage for PHYsMichael Walle2-0/+139
2020-05-07net: macsec: fix rtnl locking issueAntoine Tenart1-1/+2
2020-05-07net: 7990: Fix use correct return type for ndo_start_xmit()Yunjian Wang2-2/+2
2020-05-07net: cpmac: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+1
2020-05-07net: moxa: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-2/+3
2020-05-07net: lantiq: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-05-07net: enetc: Make some symbols staticChenTao1-2/+3
2020-05-07net: mediatek: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+1
2020-05-07net: socionext: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+1
2020-05-07net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()Dan Carpenter1-0/+3
2020-05-07net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()Dan Carpenter1-0/+2
2020-05-07net: renesas: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-05-07net: ethernet: mediatek: Make mtk_m32 staticSamuel Zou1-1/+1
2020-05-06net: mlx4: remove unneeded variable "err" in mlx4_en_get_rxfh()Jason Yan1-2/+1
2020-05-06net: cortina: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-05-06net: ethernet: ti: Use PTR_ERR_OR_ZERO() to simplify codeSamuel Zou1-4/+1
2020-05-06Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo53-302/+1788
2020-05-06rtlwifi: rtl8188ee: remove Comparison to bool in rf.cJason Yan1-2/+2
2020-05-06b43: remove Comparison of 0/1 to bool variable in pio.cJason Yan1-1/+1
2020-05-06b43: remove Comparison of 0/1 to bool variable in phy_n.cJason Yan1-1/+1
2020-05-06libertas_tf: avoid a null dereference in pointer privColin Ian King1-3/+3
2020-05-06mwifiex: avoid -Wstringop-overflow warningArnd Bergmann1-23/+16
2020-05-06rtlwifi: remove comparison of 0/1 to bool variableJason Yan1-1/+1
2020-05-06brcmsmac: remove Comparison to bool in brcms_b_txstatus()Jason Yan1-1/+1
2020-05-06brcmfmac: Add P2P Action Frame retry delay to fix GAS Comeback Response failu...Justin Li1-0/+4
2020-05-06brcmfmac: Fix P2P Group Formation failure via Go-neg methodJoseph Chuang1-2/+26
2020-05-06brcmfmac: support the second p2p connectionWright Feng2-11/+54
2020-05-06rtw88: fix an issue about leak system resourcesDejin Zheng1-0/+1
2020-05-06rtw88: 8723d: add interface configurations tablePing-Ke Shih1-0/+21
2020-05-06rtw88: 8723d: Set IG register for CCK ratePing-Ke Shih5-0/+12
2020-05-06rtw88: 8723d: Add chip_ops::false_alarm_statisticsPing-Ke Shih2-0/+106
2020-05-06rtw88: 8723d: some chips don't support LDPCPing-Ke Shih5-2/+16
2020-05-06rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfullyPing-Ke Shih4-7/+19
2020-05-06rtw88: 8723d: Add set_channelPing-Ke Shih3-0/+195
2020-05-06rtw88: 8723d: Add query_rx_descPing-Ke Shih2-0/+138
2020-05-06rtw88: 8723d: Add DIG parameterPing-Ke Shih1-0/+7
2020-05-06ray_cs: use true,false for bool variableJason Yan1-2/+1
2020-05-06rtlwifi: use true,false for bool variable in rtl_init_rfkill()Jason Yan1-1/+1
2020-05-06ipw2x00: Remove a memory allocation failure log messageChristophe JAILLET1-3/+1
2020-05-06rtw88: Use udelay instead of usleep in atomic contextKai-Heng Feng1-3/+3
2020-05-06ath11k: Replace zero-length array with flexible-arrayGustavo A. R. Silva6-11/+11
2020-05-06ath9k_htc: Silence undersized packet warningsMasashi Honma1-3/+3
2020-05-06ath6kl: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-4/+4
2020-05-06ath11k: fix kernel panic by freeing the msdu received with invalid lengthTamizh Chelvam1-0/+18