summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-08-21usbnet: smsc95xx: Don't clear read-only PHY interruptLukas Wunner1-4/+0
2022-08-21mwifiex: fix sleep in atomic context bugs caused by dev_coredumpvDuoming Zhou3-8/+10
2022-08-21mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler3-0/+8
2022-08-21wireguard: allowedips: don't corrupt stack when detecting overflowJason A. Donenfeld2-6/+9
2022-08-21wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld1-11/+14
2022-08-21net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen1-1/+1
2022-08-21netdevsim: Avoid allocation warnings triggered from user spaceJakub Kicinski1-3/+5
2022-08-21iavf: Fix max_rate limitingPrzemyslaw Patynowski2-2/+24
2022-08-21net/mlx5e: Fix the value of MLX5E_MAX_RQ_NUM_MTTSMaxim Mikityanskiy1-1/+1
2022-08-21net/mlx5e: Remove WARN_ON when trying to offload an unsupported TLS cipher/ve...Gal Pressman1-1/+1
2022-08-21wifi: libertas: Fix possible refcount leak in if_usb_probe()Hangyu Hua1-0/+1
2022-08-21wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queueJose Ignacio Tornos Martinez1-0/+1
2022-08-21wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`Ammar Faizi1-2/+2
2022-08-21can: pch_can: pch_can_error(): initialize errc before using itVincent Mailhol1-1/+1
2022-08-21can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-08-21can: kvaser_usb_leaf: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+4
2022-08-21can: kvaser_usb_hydra: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+8
2022-08-21can: sun4i_can: do not report txerr and rxerr during bus-offVincent Mailhol1-5/+4
2022-08-21can: hi311x: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+3
2022-08-21can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-08-21can: rcar_can: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+4
2022-08-21can: pch_can: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+3
2022-08-21wifi: p54: add missing parentheses in p54_flush()Rustam Subkhankulov1-1/+1
2022-08-21wifi: p54: Fix an error handling path in p54spi_probe()Christophe JAILLET1-1/+2
2022-08-21wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi()Dan Carpenter1-10/+4
2022-08-21mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()Liang He1-0/+1
2022-08-21mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msgLorenzo Bianconi1-1/+1
2022-08-21net: hinic: avoid kernel hung in hinic_get_stats64()Qiao Ma1-4/+0
2022-08-21net: hinic: fix bug that ethtool get wrong statsQiao Ma4-48/+16
2022-08-21hinic: Use the bitmap API when applicableChristophe JAILLET1-5/+2
2022-08-21wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_lin...Alexey Kodanev1-1/+4
2022-08-21ath9k: fix use-after-free in ath9k_hif_usb_rx_cbPavel Skripkin2-6/+7
2022-08-21ath11k: Fix incorrect debug_mask mappingsManikanta Pubbisetty1-2/+2
2022-08-21ath11k: fix netdev open raceJohan Hovold1-8/+8
2022-08-21wifi: rtlwifi: fix error codes in rtl_debugfs_set_write_h2c()Dan Carpenter1-4/+4
2022-08-21ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski1-3/+2
2022-08-21usbnet: Fix linkwatch use-after-free on disconnectLukas Wunner1-6/+2
2022-08-21wifi: mac80211_hwsim: use 32-bit skb cookieJohannes Berg1-5/+5
2022-08-21wifi: mac80211_hwsim: add back erroneously removed castJohannes Berg1-1/+1
2022-08-21wifi: mac80211_hwsim: fix race condition in pending packetJeongik Cha1-6/+8
2022-08-11tun: avoid double free in tun_free_netdevGeorge Kennedy1-55/+59
2022-08-11ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()Tetsuo Handa3-0/+10
2022-08-11ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()Tetsuo Handa2-0/+9
2022-08-03mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.Wei Mingzhi1-0/+1
2022-08-03sfc: disable softirqs for ptp TXAlejandro Lucero1-0/+22
2022-08-03virtio-net: fix the race between refill work and closeJason Wang1-3/+34
2022-08-03i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski1-0/+4
2022-08-03net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_...Jianglei Nie1-2/+2
2022-08-03macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca1-3/+3
2022-08-03macsec: limit replay window size with XPNSabrina Dubroca1-4/+12