summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-03gve: Upgrade memory barrier in poll routineCatherine Sullivan1-1/+1
2021-06-03gve: Add NULL pointer checks when freeing irqs.David Awogbemila1-9/+11
2021-06-03gve: Update mgmt_msix_idx if num_ntfy changesDavid Awogbemila1-0/+1
2021-06-03gve: Check TX QPL was actually assignedCatherine Sullivan1-1/+5
2021-06-03bnxt_en: Fix context memory setup for 64K page size.Michael Chan2-8/+11
2021-06-03bnxt_en: Include new P5 HV definition in VF check.Andy Gospodarek1-1/+2
2021-06-03net: bnx2: Fix error return code in bnx2_init_board()Zhen Lei1-1/+1
2021-06-03net: hso: check for allocation failure in hso_create_bulk_serial_device()Dan Carpenter1-19/+18
2021-06-03cxgb4/ch_ktls: Clear resources when pf4 device is removedAyush Sawal3-2/+82
2021-06-03net: mdio: octeon: Fix some double free issuesChristophe JAILLET1-2/+0
2021-06-03net: mdio: thunder: Fix a double free issue in the .remove functionChristophe JAILLET1-1/+0
2021-06-03chelsio/chtls: unlock on error in chtls_pt_recvmsg()Dan Carpenter1-2/+4
2021-06-03net: fec: fix the potential memory leak in fec_enet_init()Fugang Duan1-2/+9
2021-06-03net: ipa: memory region array is variable sizeAlex Elder2-1/+4
2021-06-03net: stmmac: Fix MAC WoL not working if PHY does not support WoLJoakim Zhang1-3/+6
2021-06-03net: netcp: Fix an error messageChristophe JAILLET1-2/+2
2021-06-03brcmfmac: properly check for bus register errorsGreg Kroah-Hartman6-46/+41
2021-06-03Revert "brcmfmac: add a check for the status of usb_register"Greg Kroah-Hartman1-5/+1
2021-06-03net: liquidio: Add missing null pointer checksTom Seewald2-15/+40
2021-06-03Revert "net: liquidio: fix a NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-06-03libertas: register sysfs groups properlyGreg Kroah-Hartman1-24/+4
2021-06-03Revert "libertas: add checks for the return value of sysfs_create_group"Greg Kroah-Hartman1-5/+0
2021-06-03ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()Anirudh Rayabharam2-4/+5
2021-06-03Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()"Greg Kroah-Hartman1-1/+3
2021-06-03net: caif: remove BUG_ON(dev == NULL) in caif_xmitDu Cheng1-1/+0
2021-06-03Revert "net: caif: replace BUG_ON with recovery code"Greg Kroah-Hartman1-3/+1
2021-06-03net: fujitsu: fix potential null-ptr-derefAnirudh Rayabharam1-0/+5
2021-06-03Revert "net: fujitsu: fix a potential NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-06-03net: dsa: sja1105: fix VL lookup command packing for P/Q/R/SVladimir Oltean1-4/+19
2021-06-03net: dsa: sja1105: call dsa_unregister_switch when allocating memory failsVladimir Oltean1-4/+11
2021-06-03net: dsa: sja1105: add error handling in sja1105_setup()Vladimir Oltean1-3/+14
2021-06-03net: dsa: sja1105: error out on unsupported PHY modeVladimir Oltean1-0/+1
2021-06-03net: dsa: sja1105: use 4095 as the private VLAN for untagged trafficVladimir Oltean1-12/+11
2021-06-03net: dsa: sja1105: update existing VLANs from the bridge VLAN listVladimir Oltean1-4/+15
2021-06-03net: dsa: mt7530: fix VLAN traffic leaksDENG Qingfang1-8/+0
2021-06-03net/mlx5: Set term table as an unmanaged flow tableAriel Levkovich1-2/+5
2021-06-03net/mlx4: Fix EEPROM dump supportVladyslav Tarasiuk2-7/+104
2021-06-03net/mlx5e: Fix null deref accessing lag devRoi Dayan1-0/+2
2021-06-03net/mlx5: Set reformat action when needed for termination rulesJianbo Liu1-21/+10
2021-06-03net/mlx5e: Fix nullptr in add_vlan_push_action()Dima Chumak1-2/+6
2021-06-03{net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen4-4/+6
2021-06-03net/mlx5e: Fix error path of updating netdev queuesAya Levin1-1/+1
2021-06-03net/mlx5e: Fix multipath lag activationDima Chumak1-0/+6
2021-06-03net/mlx5e: reset XPS on error flow if netdev isn't registered yetSaeed Mahameed1-0/+7
2021-06-03net: usb: fix memory leak in smsc75xx_bindPavel Skripkin1-2/+6
2021-06-03ath11k: Clear the fragment cache during key installSriram R3-0/+25
2021-06-03ath10k: Validate first subframe of A-MSDU before processing the listSriram R1-4/+57
2021-06-03ath10k: Fix TKIP Michael MIC verification for PCIeWen Gong1-0/+10
2021-06-03ath10k: drop MPDU which has discard flag set by firmware for SDIOWen Gong2-1/+18
2021-06-03ath10k: drop fragments with multicast DA for SDIOWen Gong1-2/+7