aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds56-173/+666
2020-04-24net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-24net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-24macsec: avoid to set wrong mtuTaehee Yoo1-4/+8
2020-04-24Merge tag 'mac80211-for-net-2020-04-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller6-6/+6
2020-04-24Merge tag 'wireless-drivers-2020-04-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller9-32/+59
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg5-5/+5
2020-04-23net: bcmgenet: correct per TX/RX ring statisticsDoug Berger1-0/+3
2020-04-23net: meth: remove spurious copyright textJonathan Corbet1-16/+0
2020-04-23net: phy: bcm84881: clear settings on link downRussell King1-3/+3
2020-04-23net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()Tang Bin1-0/+2
2020-04-23cxgb4: fix adapter crash due to wrong MC sizeVishal Kulkarni1-7/+20
2020-04-23geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca1-1/+1
2020-04-23vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca1-3/+3
2020-04-23mlxsw: Fix some IS_ERR() vs NULL bugsDan Carpenter4-7/+7
2020-04-23net: phy: marvell10g: limit soft reset to 88x3310Baruch Siach1-1/+2
2020-04-23mac80211_hwsim: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2020-04-22vrf: Fix IPv6 with qdisc and xfrmDavid Ahern1-2/+2
2020-04-22net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVLFlorian Fainelli2-0/+5
2020-04-22net: dsa: b53: Rework ARL bin logicFlorian Fainelli2-4/+29
2020-04-22net: dsa: b53: Fix ARL register definitionsFlorian Fainelli1-2/+2
2020-04-22net: dsa: b53: Fix valid setting for MDB entriesFlorian Fainelli1-1/+0
2020-04-22net: dsa: b53: Lookup VID in ARL searches when VLAN is enabledFlorian Fainelli1-0/+3
2020-04-22vrf: Check skb for XFRM_TRANSFORMED flagDavid Ahern1-2/+4
2020-04-22net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino1-0/+171
2020-04-21net: stmmac: Enable SERDES power up/down sequenceVoon Weifeng3-0/+235
2020-04-21net: broadcom: convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-22/+11
2020-04-21macvlan: fix null dereference in macvlan_device_event()Taehee Yoo1-1/+1
2020-04-21e1000: remove unneeded conversion to boolJason Yan1-1/+1
2020-04-21i40e: Remove unneeded conversion to boolJason Yan1-2/+2
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2020-04-21iwlwifi: fix WGDS check when WRDS is disabledLuca Coelho2-16/+18
2020-04-21iwlwifi: mvm: fix inactive TID removal return value usageJohannes Berg1-2/+2
2020-04-21iwlwifi: mvm: Do not declare support for ACK Enabled AggregationIlan Peer1-4/+2
2020-04-21iwlwifi: mvm: limit maximum queue appropriatelyJohannes Berg2-3/+8
2020-04-21iwlwifi: pcie: indicate correct RB size to deviceJohannes Berg1-4/+14
2020-04-21iwlwifi: mvm: beacon statistics shouldn't go backwardsMordechay Goodstein1-2/+11
2020-04-21iwlwifi: pcie: actually release queue memory in TVQMJohannes Berg1-0/+3
2020-04-21iwlwifi: actually check allocated conf_tlv pointerChris Rorvick1-1/+1
2020-04-20net/mlx5e: Get the latest values from counters in switchdev modeZhu Yanjun1-1/+6
2020-04-20net/mlx5: Kconfig: convert imply usage to weak dependencySaeed Mahameed1-4/+4
2020-04-20net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to avoid WQ overrunsMaxim Mikityanskiy4-5/+15
2020-04-20net/mlx5: CT: Change idr to xarray to protect parallel tuple id allocationPaul Blakey1-11/+12
2020-04-20net/mlx5: Fix failing fw tracer allocation on s390Niklas Schnelle1-3/+3
2020-04-20team: fix hang in team_mode_get()Taehee Yoo1-0/+4
2020-04-20cxgb4: fix large delays in PTP synchronizationRahul Lakkireddy2-21/+9
2020-04-20net: stmmac: dwmac-meson8b: Add missing boundary to RGMII TX clock arrayMarc Zyngier1-0/+1
2020-04-20net: systemport: Omit superfluous error message in bcm_sysport_probe()Tang Bin1-1/+0
2020-04-20vhost: disable for OABIMichael S. Tsirkin1-1/+1
2020-04-18net/mlx4_en: avoid indirect call in TX completionEric Dumazet1-1/+13