summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-02-10netconsole: Introduce configfs helpers for sysdata featuresBreno Leitao
2025-02-10netconsole: Helper to count number of used entriesBreno Leitao
2025-02-10netconsole: Rename userdata to extradataBreno Leitao
2025-02-10netconsole: consolidate send buffers into netconsole_target structBreno Leitao
2025-02-10wifi: rtw89: debugfs depends on CFG80211's onePing-Ke Shih
2025-02-10wifi: rtlwifi: rtl8192de: Fix typos of debug message of phy settingAndrew Kreimer
2025-02-10wifi: rtw88: Fix rtw_update_sta_info() for RTL8814AUBitterblue Smith
2025-02-10wifi: rtw88: Extend TX power stuff for 3-4 spatial streamsBitterblue Smith
2025-02-10wifi: rtw88: Rename RTW_RATE_SECTION_MAX to RTW_RATE_SECTION_NUMBitterblue Smith
2025-02-10wifi: rtw88: Constify some more structs and arraysBitterblue Smith
2025-02-10wifi: rtw88: Extend rtw_fw_send_ra_info() for RTL8814AUBitterblue Smith
2025-02-10wifi: rtw88: Extend rf_base_addr and rf_sipi_addr for RTL8814AUBitterblue Smith
2025-02-10wifi: rtw88: Extend struct rtw_pwr_track_tbl for RTL8814AUBitterblue Smith
2025-02-10wifi: rtw88: Fix download_firmware_validate() for RTL8814AUBitterblue Smith
2025-02-10wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AUBitterblue Smith
2025-02-10wifi: rtw88: Fix a typo of debug message in rtw8723d_iqk_check_tx_failed()Andrew Kreimer
2025-02-10wifi: rtw89: regd: avoid using BITMAP_FROM_U64() to assign function bitmapPing-Ke Shih
2025-02-10wifi: rtw89: coex: Update Wi-Fi/Bluetooth coexistence version to 7.0.3Ching-Te Ku
2025-02-10wifi: rtw89: coex: To avoid TWS serials A2DP lag, adjust slot arrangementChing-Te Ku
2025-02-10wifi: rtw89: coex: Assign value over than 0 to avoid firmware timer hangChing-Te Ku
2025-02-10wifi: rtw89: fw: validate multi-firmware header before getting its sizePing-Ke Shih
2025-02-10wifi: rtw89: fw: validate multi-firmware header before accessingPing-Ke Shih
2025-02-10wifi: rtw89: ps: update H2C command with more info for PSEric Huang
2025-02-10wifi: rtw89: call power_on ahead before selecting firmwarePing-Ke Shih
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers
2025-02-08can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot ...Robin van der Gracht
2025-02-08can: etas_es58x: fix potential NULL pointer dereference on udev->serialVincent Mailhol
2025-02-08can: c_can: fix unbalanced runtime PM disable in error pathKrzysztof Kozlowski
2025-02-08can: ctucanfd: handle skb allocation failureFedor Pchelkin
2025-02-07netdevsim: allow normal queue reset while downJakub Kicinski
2025-02-07net: gianfar: simplify init_phy()Heiner Kallweit
2025-02-07net: usb: cdc_mbim: fix Telit Cinterion FN990A nameFabio Porcedda
2025-02-07net: usb: qmi_wwan: fix Telit Cinterion FN990A nameFabio Porcedda
2025-02-07net: usb: qmi_wwan: add Telit Cinterion FN990B compositionFabio Porcedda
2025-02-07net: renesas: rswitch: Convert to for_each_available_child_of_node()Geert Uytterhoeven
2025-02-07net: stmmac: remove old EEE methodsRussell King (Oracle)
2025-02-07net: stmmac: use stmmac_set_lpi_mode()Russell King (Oracle)
2025-02-07net: stmmac: dwmac4: clear LPI_CTRL_STATUS_LPITCSE tooRussell King (Oracle)
2025-02-07net: stmmac: add new MAC method set_lpi_mode()Russell King (Oracle)
2025-02-07net: stmmac: use common LPI_CTRL_STATUS bit definitionsRussell King (Oracle)
2025-02-07net: stmmac: remove unnecessary LPI disable when enabling LPIRussell King (Oracle)
2025-02-07net: stmmac: clear priv->tx_path_in_lpi_mode when disabling LPIRussell King (Oracle)
2025-02-07net: stmmac: remove unnecessary priv->eee_enabled testsRussell King (Oracle)
2025-02-07net: stmmac: remove unnecessary priv->eee_active testsRussell King (Oracle)
2025-02-07net: stmmac: remove priv->dma_cap.eee test in tx_lpi methodsRussell King (Oracle)
2025-02-07net: stmmac: split stmmac_init_eee() and move to phylink methodsRussell King (Oracle)
2025-02-07net: stmmac: dwmac4: ensure LPIATE is clearedRussell King (Oracle)
2025-02-07net: stmmac: ensure LPI is disabled when disabling EEERussell King (Oracle)
2025-02-07net: stmmac: delete software timer before disabling LPIRussell King (Oracle)
2025-02-07vxlan: Remove unnecessary comments for vxlan_rcv() and vxlan_err_lookup()Ted Chen