summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-29net: usb: lan78xx: Add .ndo_features_checkJames Hughes1-0/+15
2020-01-29net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman1-0/+2
2020-01-29gtp: make sure only SOCK_DGRAM UDP sockets are acceptedEric Dumazet1-4/+6
2020-01-29can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe2-4/+20
2020-01-27hv_netvsc: flag software created hash valueStephen Hemminger1-4/+3
2020-01-27net: qca_spi: Move reset_count to struct qcaspiStefan Wahren2-5/+5
2020-01-27net: stmmac: fix length of PTP clock's name stringAntonio Borneo1-1/+1
2020-01-27net: stmmac: gmac4+: Not all Unicast addresses may be availableJose Abreu1-1/+1
2020-01-27net: ethernet: stmmac: Fix signedness bug in ipq806x_gmac_of_parse()Dan Carpenter1-1/+1
2020-01-27net: axienet: fix a signedness bug in probeDan Carpenter1-1/+1
2020-01-27net: stmmac: dwmac-meson8b: Fix signedness bug in probeDan Carpenter1-1/+1
2020-01-27net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()Dan Carpenter1-1/+1
2020-01-27net: hisilicon: Fix signedness bug in hix5hd2_dev_probe()Dan Carpenter1-1/+1
2020-01-27net: aquantia: Fix aq_vec_isr_legacy() return valueDan Carpenter1-9/+6
2020-01-27ath10k: adjust skb length in ath10k_sdio_mbox_rx_packetNicolas Boichat1-8/+21
2020-01-27net: sonic: replace dev_kfree_skb in sonic_send_packetMao Wenan1-1/+1
2020-01-27ixgbe: sync the first fragment unconditionallyFiro Yang1-7/+9
2020-01-27net: sonic: return NETDEV_TX_OK if failed to map bufferMao Wenan1-2/+2
2020-01-27ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}initLorenzo Bianconi1-4/+4
2020-01-27bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd failsVasundhara Volam1-7/+5
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: Fix ethtool selftest crash under error conditions.Michael Chan1-3/+3
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: 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 for vport->bw_limit overflow problemYunsheng Lin1-1/+1
2020-01-27ehea: Fix a copy-paste err in ehea_init_port_resYueHaibing1-1/+1
2020-01-27net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu1-1/+5
2020-01-27net: aquantia: fixed instack structure overflowIgor Russkikh2-4/+4
2020-01-27net: dsa: qca8k: Enable delay for RGMII_ID modeVinod Koul2-0/+13
2020-01-27net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer1-3/+3
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-27vxlan: changelink: Fix handling of default remotesPetr Machata1-4/+3
2020-01-27net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda1-5/+6
2020-01-27mlxsw: reg: QEEC: Add minimum shaper fieldsPetr Machata1-1/+21
2020-01-27mt7601u: fix bbp version check in mt7601u_wait_bbp_readyLorenzo Bianconi1-1/+1
2020-01-23cw1200: Fix a signedness bug in cw1200_load_firmware()Dan Carpenter1-3/+3
2020-01-23r8152: add missing endpoint sanity checkJohan Hovold1-0/+3
2020-01-23net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_infoColin Ian King1-1/+1
2020-01-23net: usb: lan78xx: limit size of local TSO packetsEric Dumazet1-0/+1
2020-01-23net: hns: fix soft lockup when there is not enough memoryYonglong Liu1-3/+1
2020-01-23hv_netvsc: Fix memory leak when removing rndis deviceMohammed Gamal1-2/+0