summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-27qed: reduce maximum stack frame sizeArnd Bergmann1-19/+15
2020-01-27libertas_tf: Use correct channel range in lbtf_geo_initYueHaibing1-1/+1
2020-01-27net: pasemi: fix an use-after-free in pasemi_mac_phy_init()Wen Yang1-1/+1
2020-01-27bnxt_en: Suppress error messages when querying DSCP DCB capabilities.Michael Chan1-1/+1
2020-01-27bnxt_en: Fix ethtool selftest crash under error conditions.Michael Chan1-3/+3
2020-01-27qed: iWARP - fix uninitialized callbackMichal Kalderon1-0/+1
2020-01-27qed: iWARP - Use READ_ONCE and smp_store_release to access ep->stateMichal Kalderon1-5/+11
2020-01-27netvsc: unshare skb in VF rx handlerStephen Hemminger1-0/+6
2020-01-27net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vectorHuazhong Tan1-3/+1
2020-01-27nfp: bpf: fix static check error through tightening shift amount adjustmentJiong Wang1-1/+12
2020-01-27ath10k: Fix encoding for protected management framesRakesh Pillai1-1/+3
2020-01-27net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran1-0/+1
2020-01-27net: ena: fix incorrect test of supported hash functionSameeh Jubran1-1/+1
2020-01-27net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran1-0/+1
2020-01-27net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran1-2/+2
2020-01-27net: hns3: fix loop condition of hns3_get_tx_timeo_queue_info()Jian Shen1-1/+1
2020-01-27net: hns3: fix for vport->bw_limit overflow problemYunsheng Lin1-1/+1
2020-01-27brcmfmac: fix leak of mypkt on error return pathColin Ian King1-5/+3
2020-01-27ehea: Fix a copy-paste err in ehea_init_port_resYueHaibing1-1/+1
2020-01-27net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit1-1/+1
2020-01-27net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu1-1/+5
2020-01-27net/mlx5e: IPoIB, Fix RX checksum statistics updateFeras Daoud1-3/+8
2020-01-27net/mlx5: Fix multiple updates of steering rules in parallelEli Britstein1-0/+6
2020-01-27nfp: fix simple vNIC mailbox lengthDirk van der Merwe1-1/+1
2020-01-27net: aquantia: fixed instack structure overflowIgor Russkikh2-4/+4
2020-01-27ath10k: Fix length of wmi tlv command for protected mgmt framesSurabhi Vishnoi1-3/+1
2020-01-27net/mlx5: Delete unused FPGA QPN variableLeon Romanovsky1-2/+0
2020-01-27net: dsa: qca8k: Enable delay for RGMII_ID modeVinod Koul2-0/+13
2020-01-27brcmfmac: create debugfs files for bus-specific layerArend van Spriel3-5/+18
2020-01-27mdio_bus: Fix PTR_ERR() usage after initialization to constantYueHaibing1-5/+6
2020-01-27mt76: usb: fix possible memory leak in mt76u_buf_freeLorenzo Bianconi1-4/+10
2020-01-27net: dsa: b53: Do not program CPU port's PVIDFlorian Fainelli1-1/+1
2020-01-27net: dsa: b53: Properly account for VLAN filteringFlorian Fainelli2-5/+57
2020-01-27net: dsa: b53: Fix default VLAN IDFlorian Fainelli1-13/+16
2020-01-27net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer1-3/+3
2020-01-27ath10k: fix dma unmap direction for management framesRakesh Pillai2-4/+4
2020-01-27iwlwifi: mvm: fix RSS config commandSara Sharon1-6/+6
2020-01-27iwlwifi: mvm: fix A-MPDU reference assignmentJohannes Berg1-1/+1
2020-01-27net/mlx5: Take lock with IRQs disabled to avoid deadlockMoni Shoua1-2/+3
2020-01-27iwlwifi: mvm: avoid possible access out of array.Mordechay Goodstein1-6/+13
2020-01-27net: hns3: fix bug of ethtool_ops.get_channels for VFHuazhong Tan1-2/+3
2020-01-27net: hns3: fix wrong combined count returned by ethtool -lHuazhong Tan1-4/+3
2020-01-27net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit1-0/+1
2020-01-27vxlan: changelink: Fix handling of default remotesPetr Machata1-4/+3
2020-01-27net: hns3: fix error handling int the hns3_get_vector_ring_chainHuazhong Tan1-2/+3
2020-01-27net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda1-5/+6
2020-01-27mlxsw: spectrum: Set minimum shaper on MC TCsPetr Machata1-0/+25
2020-01-27mlxsw: reg: QEEC: Add minimum shaper fieldsPetr Machata1-1/+21
2020-01-27net: hns3: add error handler for hns3_nic_init_vector_data()Huazhong Tan1-2/+8
2020-01-27net: socionext: Add dummy PHY register read in phy_write()Masahisa Kojima1-2/+16