summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2024-09-27cxgb4: clip_tbl: Fix spelling mistake "wont" -> "won't"Colin Ian King
2024-09-27net: wwan: qcom_bam_dmux: Fix missing pm_runtime_disable()Jinjie Ruan
2024-09-27net: ieee802154: mcr20a: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-26Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-09-26usbnet: fix cyclical race on disconnect with work queueOliver Neukum
2024-09-26net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabledFurong Xu
2024-09-26virtio_net: Fix mismatched buf address when unmapping for small packetsWenbo Li
2024-09-26wifi: rtw88: Parse the RX descriptor with a single functionBitterblue Smith
2024-09-26wifi: rtw89: 8852c: rfk: remove unnecessary assignment of return value of _dp...Ping-Ke Shih
2024-09-26wifi: rtw89: coex: initialize local .dbcc_2g_phy in _set_btg_ctrl()Ping-Ke Shih
2024-09-26wifi: rtw89: check return value of ieee80211_probereq_get() for RNRPing-Ke Shih
2024-09-25net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twiceJianbo Liu
2024-09-25net/mlx5e: SHAMPO, Fix overflow of hd_per_wqDragos Tatulea
2024-09-25net/mlx5: HWS, changed E2BIG error to a negative return codeYevgeny Kliteynik
2024-09-25net/mlx5: HWS, fixed double-free in error flow of creating SQYevgeny Kliteynik
2024-09-25net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()Elena Salomatkina
2024-09-25net/mlx5: Added cond_resched() to crdump collectionMohamed Khalfella
2024-09-25net/mlx5: Fix error path in multi-packet WQE transmitGerd Bayer
2024-09-25net/mlx5: Support throttled commands from async APIDragos Tatulea
2024-09-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-09-24bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()Jiwon Kim
2024-09-24r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.bHeiner Kallweit
2024-09-24net: ravb: Fix R-Car RX frame size limitPaul Barker
2024-09-24net: ravb: Fix maximum TX frame size for GbEth devicesPaul Barker
2024-09-24net: stmmac: Fix zero-division error when disabling tc cbsKhaiWenTan
2024-09-24r8169: add tally counter fields added with RTL8125Heiner Kallweit
2024-09-24net: phy: aquantia: fix applying active_low bit after resetDaniel Golle
2024-09-24net: phy: aquantia: fix setting active_low bitDaniel Golle
2024-09-24wifi: rtw89: tweak driver architecture for impending MLO supportZong-Zhe Yang
2024-09-24wifi: rtw89: refactor STA related func ahead for MLOZong-Zhe Yang
2024-09-24wifi: rtw89: refactor VIF related func ahead for MLOZong-Zhe Yang
2024-09-24wifi: rtw89: read link_sta corresponding to the linkZong-Zhe Yang
2024-09-24wifi: rtw89: read bss_conf corresponding to the linkZong-Zhe Yang
2024-09-24wifi: rtw89: rename rtw89_sta to rtw89_sta_link ahead for MLOZong-Zhe Yang
2024-09-24wifi: rtw89: rename rtw89_vif to rtw89_vif_link ahead for MLOZong-Zhe Yang
2024-09-23Merge tag 'i2c-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-23net: cirrus: use u8 for addr to calm down sparseNikita Shubin
2024-09-22net: sparx5: Fix invalid timestampsAakash Menon
2024-09-20wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skbPing-Ke Shih
2024-09-20wifi: rtw88: Constify some arrays and structsBitterblue Smith
2024-09-20wifi: rtw89: rfk: update firmware debug log of DACK to v2Ping-Ke Shih
2024-09-20wifi: rtw89: rfk: add firmware debug log of IQKPing-Ke Shih
2024-09-20wifi: rtw89: rfk: add firmware debug log of TSSIPing-Ke Shih
2024-09-20wifi: rtw89: 8922a: rfk: support firmware command RX DCK v1 formatPing-Ke Shih
2024-09-20wifi: rtw89: 8922a: rfk: enlarge TSSI timeout time to 20msPing-Ke Shih
2024-09-20wifi: rtlwifi: make read-only arrays static constColin Ian King