summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-03-31Merge branch 'phy-handle-fixes'David S. Miller-2/+23
2023-03-31net: stmmac: remove redundant fixup to support fixed-link modeMichael Sit Wei Hong-1/+0
2023-03-31net: stmmac: check if MAC needs to attach to a PHYMichael Sit Wei Hong-1/+3
2023-03-31net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong-0/+20
2023-03-31net: qrtr: Fix a refcount bug in qrtr_recvmsg()Ziyang Xuan-0/+2
2023-03-31virtio/vsock: fix leaks due to missing skb ownerBobby Eshleman-0/+10
2023-03-30Merge tag 'wireless-2023-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-15/+19
2023-03-30Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-262/+567
2023-03-30Merge tag 'for-6.3/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+6
2023-03-30Merge tag 'drm-fixes-2023-03-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-200/+341
2023-03-30dm: fix __send_duplicate_bios() to always allow for splitting IOMike Snitzer-0/+2
2023-03-30dm: fix improper splitting for abnormal biosMike Snitzer-3/+4
2023-03-30net: ethernet: mtk_eth_soc: add missing ppe cache flush when deleting a flowFelix Fietkau-0/+1
2023-03-30net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag offloadFelix Fietkau-4/+7
2023-03-30net: ethernet: mtk_eth_soc: fix flow block refcounting logicFelix Fietkau-1/+2
2023-03-30net: mvneta: fix potential double-frees in mvneta_txq_sw_deinit()Russell King (Oracle)-0/+2
2023-03-30net: dsa: sync unicast and multicast addresses for VLAN filters tooVladimir Oltean-5/+116
2023-03-30net: dsa: mv88e6xxx: Enable IGMP snooping on user ports onlySteffen Bätz-2/+7
2023-03-30Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Daniel Vetter-56/+10
2023-03-30Merge tag 'amd-drm-fixes-6.3-2023-03-30' of https://gitlab.freedesktop.org/ag...Daniel Vetter-1/+6
2023-03-30Merge tag 'drm-misc-fixes-2023-03-30' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter-93/+90
2023-03-30Merge tag 'amd-drm-fixes-6.3-2023-03-29' of https://gitlab.freedesktop.org/ag...Daniel Vetter-8/+58
2023-03-30Merge tag 'drm-intel-fixes-2023-03-30' of git://anongit.freedesktop.org/drm/d...Daniel Vetter-42/+177
2023-03-30Merge tag 'sound-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-17/+38
2023-03-30Merge tag 'zonefs-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-2/+26
2023-03-30Revert "drm/scheduler: track GPU active time per entity"Lucas Stach-13/+0
2023-03-30Revert "drm/etnaviv: export client GPU usage statistics via fdinfo"Lucas Stach-42/+1
2023-03-30drm/etnaviv: fix reference leak when mmaping imported bufferLucas Stach-1/+9
2023-03-30drm/amdgpu: allow more APUs to do mode2 reset when go to S4Tim Huang-1/+6
2023-03-30xen/netback: use same error messages for same errorsJuergen Gross-4/+2
2023-03-30zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceDamien Le Moal-2/+12
2023-03-30zonefs: Always invalidate last cached page on append writeDamien Le Moal-0/+14
2023-03-30wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau-1/+2
2023-03-30wifi: mac80211: fix flow dissection for forwarded packetsFelix Fietkau-1/+1
2023-03-30wifi: mac80211: fix mesh forwardingFelix Fietkau-0/+3
2023-03-30wifi: mac80211: fix receiving mesh packets in forwarding=0 networksFelix Fietkau-8/+8
2023-03-30wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee-1/+1
2023-03-30wifi: mac80211: fix potential null pointer dereferenceFelix Fietkau-2/+2
2023-03-30wifi: mac80211: drop bogus static keywords in A-MSDU rxFelix Fietkau-2/+2
2023-03-30Merge branch 'fix-header-length-on-skb-merging'Paolo Abeni-1/+98
2023-03-30test/vsock: new skbuff appending testArseniy Krasnov-0/+90
2023-03-30virtio/vsock: WARN_ONCE() for invalid state of socketArseniy Krasnov-0/+7
2023-03-30virtio/vsock: fix header length on skb mergingArseniy Krasnov-1/+1
2023-03-29Merge branch 'bnxt_en-3-bug-fixes'Jakub Kicinski-4/+8
2023-03-29bnxt_en: Add missing 200G link speed reportingMichael Chan-0/+3
2023-03-29bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP-4/+4
2023-03-29bnxt_en: Fix reporting of test result in ethtool selftestKalesh AP-0/+1
2023-03-29i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl-6/+7
2023-03-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-8/+102
2023-03-29Merge tag 'ieee802154-for-net-2023-03-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski-4/+2