summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-01p54: avoid accessing the data mapped to streaming DMAJia-Ju Bai1-1/+3
2020-11-01ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov1-3/+7
2020-11-01r8169: fix issue with forced threading in combination with shared interruptsHeiner Kallweit1-2/+2
2020-11-01net: ipa: command payloads already mappedAlex Elder1-6/+15
2020-11-01net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu1-1/+1
2020-11-01mlxsw: core: Fix memory leak on module removalIdo Schimmel1-0/+2
2020-11-01ibmvnic: fix ibmvnic_set_macLijun Pan1-2/+6
2020-11-01ibmveth: Fix use of ibmveth in a bridge.Thomas Bogendoerfer1-6/+0
2020-11-01gtp: fix an use-before-init in gtp_newlink()Masahiro Fujiwara1-8/+8
2020-11-01cxgb4: set up filter action after rewritesRaju Rangoju2-29/+31
2020-11-01bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.Vasundhara Volam1-1/+2
2020-11-01bnxt_en: Re-write PCI BARs after PCI fatal error.Vasundhara Volam2-1/+19
2020-11-01bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.Vasundhara Volam1-11/+2
2020-11-01bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().Vasundhara Volam1-4/+5
2020-11-01bnxt_en: Check abort error state in bnxt_open_nic().Michael Chan1-1/+4
2020-10-29net: korina: cast KSEG0 address to pointer in kfreeValentin Vidic1-2/+2
2020-10-29ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen1-0/+8
2020-10-29brcm80211: fix possible memleak in brcmf_proto_msgbuf_attachWang Yufen1-0/+2
2020-10-29mwifiex: don't call del_timer_sync() on uninitialized timerTetsuo Handa1-1/+2
2020-10-29rtl8xxxu: prevent potential memory leakChris Chiu1-1/+9
2020-10-29brcmsmac: fix memory leak in wlc_phy_attach_lcnphyKeita Suzuki1-1/+3
2020-10-29ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile1-0/+19
2020-10-29can: flexcan: flexcan_chip_stop(): add error handling and propagate error valueJoakim Zhang1-6/+28
2020-10-29rtw88: increse the size of rx buffer sizeTzu-En Huang1-2/+2
2020-10-29rtw88: pci: Power cycle device during shutdownKai-Heng Feng1-0/+2
2020-10-29netsec: ignore 'phy-mode' device property on ACPI systemsArd Biesheuvel1-7/+17
2020-10-29net: korina: fix kfree of rx/tx descriptor arrayValentin Vidic1-1/+2
2020-10-29mwifiex: fix double freeTom Rix1-0/+2
2020-10-29iwlwifi: dbg: run init_cfg function once per driver loadMordechay Goodstein1-0/+3
2020-10-29iwlwifi: dbg: remove no filter conditionMordechay Goodstein1-3/+2
2020-10-29iwlwifi: mvm: split a print to avoid a WARNING in ROCEmmanuel Grumbach1-3/+6
2020-10-29net: enic: Cure the enic api locking trainwreckThomas Gleixner3-6/+28
2020-10-29qtnfmac: fix resource leaks on unsupported iftype error return pathColin Ian King1-0/+2
2020-10-29ibmvnic: set up 200GBPS speedLijun Pan2-2/+5
2020-10-29mt76: mt7915: fix possible memory leak in mt7915_mcu_add_beaconLorenzo Bianconi1-8/+10
2020-10-29rtw88: Fix potential probe error handling race with wow firmware loadingAndreas Färber1-0/+3
2020-10-29rtw88: Fix probe error handling race with firmware loadingAndreas Färber1-0/+2
2020-10-29ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd()Dan Carpenter1-0/+5
2020-10-29ath11k: Add checked value for ath11k_ahb_removeBo YU1-3/+7
2020-10-29net: dsa: rtl8366rb: Support all 4096 VLANsLinus Walleij1-1/+1
2020-10-29net: dsa: rtl8366: Skip PVID setting if not requestedLinus Walleij1-0/+3
2020-10-29net: dsa: rtl8366: Refactor VLAN/PVID initLinus Walleij2-131/+146
2020-10-29net: dsa: rtl8366: Check validity of passed VLANsLinus Walleij1-0/+6
2020-10-29net: stmmac: use netif_tx_start|stop_all_queues() functionOng Boon Leong1-32/+1
2020-10-29net: stmmac: Fix incorrect location to set real_num_rx|tx_queuesAashish Verma1-4/+4
2020-10-29net/mlx5: Don't call timecounter cyc2time directly from 1PPS flowEran Ben Elisha1-2/+3
2020-10-29net/mlx5: Fix uninitialized variable warningMoshe Tal1-1/+1
2020-10-29ath11k: fix a double free and a memory leakTom Rix1-1/+3
2020-10-29rtw88: don't treat NULL pointer as an arrayBrian Norris1-2/+3
2020-10-29mwifiex: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1