summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2020-11-18xen/netback: use lateeoi irq bindingJuergen Gross
2020-11-18r8169: fix potential skb double free in an error pathHeiner Kallweit
2020-11-18vrf: Fix fast path output packet handling with async Netfilter rulesMartin Willi
2020-11-18cosa: Add missing kfree in error path of cosa_writeWang Hai
2020-11-18ath9k_htc: Use appropriate rs_datalen typeMasashi Honma
2020-11-18can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is onStephane Grosjean
2020-11-18can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean
2020-11-18can: peak_usb: add range checking in decode operationsDan Carpenter
2020-11-18can: dev: __can_get_echo_skb(): fix real payload length return value for RTR ...Oliver Hartkopp
2020-11-18can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ contextVincent Mailhol
2020-11-18can: rx-offload: don't call kfree_skb() from IRQ contextMarc Kleine-Budde
2020-11-10i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar
2020-11-10i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar
2020-11-10i40e: Wrong truncation from u16 to u8Grzegorz Siwik
2020-11-10i40e: add num_vectors checker in iwarp handlerSergey Nemov
2020-11-10i40e: Fix a potential NULL pointer dereferenceChristophe JAILLET
2020-11-10sfp: Fix error handing in sfp_probe()YueHaibing
2020-11-10net: usb: qmi_wwan: add Telit LE910Cx 0x1230 compositionDaniele Palmas
2020-11-10gianfar: Account for Tx PTP timestamp in the skb headroomClaudiu Manoil
2020-11-10gianfar: Replace skb_realloc_headroom with skb_cow_head for PTPClaudiu Manoil
2020-11-05bnxt_en: Log unknown link speed appropriately.Michael Chan
2020-11-05drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He
2020-11-05ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam
2020-11-05ath10k: start recovery process when payload length exceeds max htc length for...Wen Gong
2020-11-05mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()Amit Cohen
2020-11-05p54: avoid accessing the data mapped to streaming DMAJia-Ju Bai
2020-11-05ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov
2020-11-05gtp: fix an use-before-init in gtp_newlink()Masahiro Fujiwara
2020-10-29net: korina: cast KSEG0 address to pointer in kfreeValentin Vidic
2020-10-29ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen
2020-10-29brcm80211: fix possible memleak in brcmf_proto_msgbuf_attachWang Yufen
2020-10-29mwifiex: don't call del_timer_sync() on uninitialized timerTetsuo Handa
2020-10-29rtl8xxxu: prevent potential memory leakChris Chiu
2020-10-29brcmsmac: fix memory leak in wlc_phy_attach_lcnphyKeita Suzuki
2020-10-29ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile
2020-10-29can: 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-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-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-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