summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-05-31cxgb3/l2t: Fix undefined behaviourGustavo A. R. Silva1-1/+1
2019-05-31rtlwifi: fix potential NULL pointer dereferencePing-Ke Shih6-0/+14
2019-05-31brcmfmac: fix Oops when bringing up interface during USB disconnectPiotr Figiel1-3/+7
2019-05-31brcmfmac: fix race during disconnect when USB completion is in progressPiotr Figiel1-2/+8
2019-05-31brcmfmac: fix WARNING during USB disconnect in case of unempty psqPiotr Figiel1-18/+24
2019-05-31brcmfmac: convert dev_init_lock mutex to completionPiotr Figiel1-9/+8
2019-05-31b43: shut up clang -Wuninitialized variable warningArnd Bergmann1-3/+3
2019-05-31brcmfmac: fix missing checks for kmemdupKangjie Lu1-0/+4
2019-05-31mwifiex: Fix mem leak in mwifiex_tm_cmdYueHaibing1-1/+5
2019-05-31rtlwifi: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-05-31i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley1-0/+8
2019-05-31i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz1-2/+4
2019-05-31net: cw1200: fix a NULL pointer dereferenceKangjie Lu1-0/+5
2019-05-31mwifiex: prevent an array overflowDan Carpenter1-0/+3
2019-05-31iwlwifi: pcie: don't crash on invalid RX interruptJohannes Berg1-1/+6
2019-05-31brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()Dan Carpenter1-2/+3
2019-05-31net: ena: gcc 8: fix compilation warningSameeh Jubran1-1/+1
2019-05-31cxgb4: Fix error path in cxgb4_init_moduleYueHaibing1-3/+12
2019-05-31at76c50x-usb: Don't register led_trigger if usb_register_driver failedYueHaibing1-2/+2
2019-05-31brcmfmac: add subtype check for event handling in data pathArend van Spriel3-7/+16
2019-05-31brcmfmac: assure SSID length from firmware is limitedArend van Spriel1-0/+2
2019-05-25iwlwifi: mvm: check for length correctness in iwl_mvm_create_skb()Luca Coelho1-4/+24
2019-05-25p54: drop device reference count if fails to enable devicePan Bian1-1/+2
2019-05-25net: Always descend into dsa/Florian Fainelli1-1/+1
2019-05-25ppp: deflate: Fix possible crash in deflate_initYueHaibing1-6/+14
2019-05-25net: usb: qmi_wwan: add Telit 0x1260 and 0x1261 compositionsDaniele Palmas1-0/+2
2019-05-25net/mlx4_core: Change the error print to info printYunjian Wang1-1/+1
2019-05-16net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy1-5/+3
2019-05-16net: seeq: fix crash caused by not set dev.parentThomas Bogendoerfer1-0/+1
2019-05-16net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filteringCorentin Labbe1-0/+2
2019-05-16dpaa_eth: fix SG frame cleanupLaurentiu Tudor1-1/+1
2019-05-16bonding: fix arp_validate toggling in active-backup modeJarod Wilson1-7/+0
2019-05-16rtlwifi: rtl8723ae: Fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-05-16mwl8k: Fix rate_idx underflowPetr Štetiar1-4/+9
2019-05-16cw1200: fix missing unlock on error in cw1200_hw_scan()Wei Yongjun1-1/+4
2019-05-16mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw workqueueIdo Schimmel1-1/+1
2019-05-16mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw ordered workqueueIdo Schimmel1-1/+1
2019-05-16mlxsw: core: Do not use WQ_MEM_RECLAIM for EMAD workqueueIdo Schimmel1-1/+1
2019-05-16mlxsw: spectrum_switchdev: Add MDB entries in prepare phaseIdo Schimmel1-1/+1
2019-05-16net: fec: manage ahb clock in runtime pmAndy Duan1-9/+21
2019-05-16net: hns: Fix WARNING when hns modules installedJun Xiao1-9/+6
2019-05-16gtp: change NET_UDP_TUNNEL dependency to selectMatteo Croce1-2/+2
2019-05-16net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding1-10/+13
2019-05-16spi: Micrel eth switch: declare missing of tableDaniel Gomez1-0/+9
2019-05-08net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu1-1/+3
2019-05-08net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu1-6/+27
2019-05-08net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu1-1/+1
2019-05-08net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu1-5/+2
2019-05-08net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu1-2/+3
2019-05-08net: stmmac: don't log oversized framesAaro Koskinen1-2/+0