summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-03-13ice: merge ice_mbx_report_malvf with ice_mbx_vf_state_handlerJacob Keller
2023-03-13ice: remove ice_mbx_deinit_snapshotJacob Keller
2023-03-13ice: move VF overflow message count into struct ice_mbx_vf_infoJacob Keller
2023-03-13ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller
2023-03-13ice: convert ice_mbx_clear_malvf to void and use WARNJacob Keller
2023-03-13ice: re-order ice_mbx_reset_snapshot functionJacob Keller
2023-03-13Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2023-03-13wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()Jisoo Jang
2023-03-13wifi: rtw88: fix memory leak in rtw_usb_probe()Dongliang Mu
2023-03-13wifi: rtw89: coex: Add v5 firmware cycle status reportChing-Te Ku
2023-03-13wifi: rtw89: coex: Add v2 Bluetooth scan infoChing-Te Ku
2023-03-13wifi: rtw89: coex: Fix wrong structure assignment at null data reportChing-Te Ku
2023-03-13wifi: rtw89: coex: Add register monitor report v2 formatChing-Te Ku
2023-03-13wifi: rtw89: coex: Add traffic TX/RX info and its H2CChing-Te Ku
2023-03-13wifi: rtw89: coex: Add WiFi role info v2Ching-Te Ku
2023-03-13wifi: rtw89: coex: Add more error_map and counter to logChing-Te Ku
2023-03-13wifi: qtnfmac: use struct_size and size_sub for payload lengthJacob Keller
2023-03-13wifi: ipw2x00: convert ipw_fw_error->elem to flexible array[]Jacob Keller
2023-03-13wifi: rtl8xxxu: use module_usb_driverMartin Kaiser
2023-03-13wifi: rtw89: release RX standby timer of beamformee CSI to save powerPing-Ke Shih
2023-03-13wifi: rtl8xxxu: mark Edimax EW-7811Un V2 as testedMartin Kaiser
2023-03-13wifi: brcmfmac: Use ISO3166 country code and rev 0 as fallback on 4356Hans de Goede
2023-03-13wifi: move raycs, wl3501 and rndis_wlan to legacy directoryKalle Valo
2023-03-13wifi: move mac80211_hwsim and virt_wifi to virtual directoryKalle Valo
2023-03-13wifi: mt76: connac: do not check WED status for non-mmio devicesLorenzo Bianconi
2023-03-13wifi: mt76: mt7915: add back 160MHz channel width support for MT7915Felix Fietkau
2023-03-13wifi: mt76: do not run mt76_unregister_device() on unregistered hwLorenzo Bianconi
2023-03-13Merge tag 'v6.3-rc2' into spi-6.4 to fix clock related boot issuesMark Brown
2023-03-13wifi: ath11k: add debug prints in regulatory WMI event processingAditya Kumar Singh
2023-03-13wifi: ath11k: add support to parse new WMI event for 6 GHzAditya Kumar Singh
2023-03-13wifi: ath11k: use proper regulatory reference for bandsAditya Kumar Singh
2023-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra
2023-03-10mvpp2: take care of xdp_features when reconfiguring queuesMatteo Croce
2023-03-10net/mlx5e: take into account device reconfiguration for xdp_features flagLorenzo Bianconi
2023-03-10veth: take into account device reconfiguration for xdp_features flagLorenzo Bianconi
2023-03-10net: ena: take into account xdp_features setting tx/rx queuesLorenzo Bianconi
2023-03-10net: thunderx: take into account xdp_features setting tx/rx queuesLorenzo Bianconi
2023-03-10i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera
2023-03-10qede: remove linux/version.h and linux/compiler.hMuhammad Usama Anjum
2023-03-10sfc: support offloading TC VLAN push/pop actions to the MAEEdward Cree
2023-03-10ipvlan: Make skb->skb_iif track skb->dev for l3s modeJianguo Wu
2023-03-10net: ethernet: ti: am65-cpsw: Update name of Serdes PHYSiddharth Vadapalli
2023-03-10net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bitRadu Pirea (OSS)
2023-03-10Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-03-10net: sfp: only use soft polling if we have A2h accessRussell King (Oracle)
2023-03-10net: sfp: add A2h presence flagRussell King (Oracle)
2023-03-10tap: add support for IOCB_NOWAITJens Axboe
2023-03-10tun: flag the device as supporting FMODE_NOWAITJens Axboe
2023-03-10virtio_net: add checking sq is full inside xdp xmitXuan Zhuo
2023-03-10virtio_net: separate the logic of checking whether sq is fullXuan Zhuo