summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2020-10-30net: korina: cast KSEG0 address to pointer in kfreeValentin Vidic
2020-10-30ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen
2020-10-30brcm80211: fix possible memleak in brcmf_proto_msgbuf_attachWang Yufen
2020-10-30mwifiex: don't call del_timer_sync() on uninitialized timerTetsuo Handa
2020-10-30rtl8xxxu: prevent potential memory leakChris Chiu
2020-10-30brcmsmac: fix memory leak in wlc_phy_attach_lcnphyKeita Suzuki
2020-10-30ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile
2020-10-30can: flexcan: flexcan_chip_stop(): add error handling and propagate error valueJoakim Zhang
2020-10-29net: korina: fix kfree of rx/tx descriptor arrayValentin Vidic
2020-10-29mwifiex: fix double freeTom Rix
2020-10-29iwlwifi: mvm: split a print to avoid a WARNING in ROCEmmanuel Grumbach
2020-10-29net: enic: Cure the enic api locking trainwreckThomas Gleixner
2020-10-29qtnfmac: fix resource leaks on unsupported iftype error return pathColin Ian King
2020-10-29ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd()Dan Carpenter
2020-10-29net: dsa: rtl8366rb: Support all 4096 VLANsLinus Walleij
2020-10-29net: dsa: rtl8366: Skip PVID setting if not requestedLinus Walleij
2020-10-29net: dsa: rtl8366: Refactor VLAN/PVID initLinus Walleij
2020-10-29net: dsa: rtl8366: Check validity of passed VLANsLinus Walleij
2020-10-29net: stmmac: use netif_tx_start|stop_all_queues() functionOng Boon Leong
2020-10-29net/mlx5: Don't call timecounter cyc2time directly from 1PPS flowEran Ben Elisha
2020-10-29mwifiex: Do not use GFP_KERNEL in atomic contextChristophe JAILLET
2020-10-29brcmfmac: check ndev pointerTom Rix
2020-10-29wcn36xx: Fix reported 802.11n rx_highest rate wcn3660/wcn3680Bryan O'Donoghue
2020-10-29ath10k: Fix the size used in a 'dma_free_coherent()' call in an error handlin...Christophe JAILLET
2020-10-29ath9k: Fix potential out of bounds in ath9k_htc_txcompletion_cb()Dan Carpenter
2020-10-29ath6kl: prevent potential array overflow in ath6kl_add_new_sta()Dan Carpenter
2020-10-29ath10k: provide survey info as accumulated dataVenkateswara Naralasetty
2020-10-29r8169: fix operation under forced interrupt threadingHeiner Kallweit
2020-10-29net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He
2020-10-29net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He
2020-10-29r8169: fix data corruption issue on RTL8402Heiner Kallweit
2020-10-29net: usb: qmi_wwan: add Cellient MPL200 cardWilken Gottwalt
2020-10-29net: fec: Fix PHY init after phy_reset_after_clk_enable()Marek Vasut
2020-10-29net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()Marek Vasut
2020-10-29mlx4: handle non-napi callers to napi_pollJonathan Lemon
2020-10-29ibmveth: Identify ingress large send packets.David Wilder
2020-10-29ibmveth: Switch order of ibmveth_helper calls.David Wilder
2020-10-17drivers/net/ethernet/marvell/mvmdio.c: Fix non OF caseArnaud Patard
2020-10-14net: usb: rtl8150: set random MAC address when set_ethernet_addr() failsAnant Thazhemadam
2020-10-14net/mlx5e: Fix VLAN create flowAya Levin
2020-10-14net/mlx5e: Fix VLAN cleanup flowAya Levin
2020-10-14net: usb: ax88179_178a: fix missing stop entry in driver_infoWilken Gottwalt
2020-10-14mdio: fix mdio-thunder.c dependency & build errorRandy Dunlap
2020-10-14bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet
2020-10-14net: stmmac: removed enabling eee in EEE set callbackVoon Weifeng
2020-10-14net: team: fix memory leak in __team_options_registerAnant Thazhemadam
2020-10-14team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet
2020-10-14macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet
2020-10-14Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven
2020-10-07drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He