aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-05-12SMB3.1.1: add missing QUERY_DIR info levelsSteve French2-2/+6
2026-05-12Merge branch 'net-shaper-fix-various-minor-bugs'Paolo Abeni10-43/+200
2026-05-12net: shaper: reject QUEUE scope handle with missing idJakub Kicinski1-2/+7
2026-05-12net: shaper: enforce singleton NETDEV scope with id 0Jakub Kicinski1-0/+6
2026-05-12net: shaper: reject handle IDs exceeding internal bit-widthJakub Kicinski4-2/+18
2026-05-12tools: ynl: add scope qualifier for definitionsJakub Kicinski5-2/+65
2026-05-12net: shaper: fix undersized reply skb allocation in GROUP commandJakub Kicinski1-2/+8
2026-05-12net: shaper: set ret to -ENOMEM when genlmsg_new() fails in group_doitJakub Kicinski1-1/+3
2026-05-12selftests: drv-net: add shaper test for duplicate leavesJakub Kicinski1-2/+22
2026-05-12net: shaper: reject duplicate leaves in GROUP requestJakub Kicinski1-15/+45
2026-05-12net: shaper: fix trivial ordering issue in net_shaper_commit()Jakub Kicinski1-1/+10
2026-05-12net: shaper: flip the polarity of the valid flagJakub Kicinski1-17/+17
2026-05-12wifi: ath10k: skip WMI and beacon transmission when device is wedgedKang Yang1-8/+7
2026-05-12wifi: ath11k: fix error path leak in ath11k_tm_cmd_wmi_ftm()Nicolas Escande1-0/+1
2026-05-12wifi: ath11k: fix error path leaks in some WMI callsNicolas Escande1-16/+96
2026-05-12wifi: ath11k: fix error path leaks in some WMI WOW callsNicolas Escande1-3/+16
2026-05-12net: ethernet: cs89x0: remove stale CONFIG_MACH_MX31ADS referenceEthan Nelson-Moore1-2/+0
2026-05-12Merge branch 'net-ethernet-cortina-fix-various-rx-bugs'Paolo Abeni1-3/+15
2026-05-12net: ethernet: cortina: Carry over frag counterLinus Walleij1-1/+8
2026-05-12net: ethernet: cortina: Make RX SKB per-portLinus Walleij1-1/+6
2026-05-12net: ethernet: cortina: No mapping is a dropped rxLinus Walleij1-1/+1
2026-05-12spi: ep93xx: fix error pointer deref after DMA setup failureJohan Hovold1-0/+2
2026-05-12Merge patch series "netfs: Miscellaneous fixes"Christian Brauner36-432/+1142
2026-05-12afs: Fix the locking used by afs_get_link()David Howells8-142/+357
2026-05-12netfs, afs: Fix write skipping in dir/link writepagesDavid Howells2-2/+16
2026-05-12netfs: Fix netfs_read_folio() to wait on writebackDavid Howells1-0/+2
2026-05-12netfs: Fix folio->private handling in netfs_perform_write()David Howells2-53/+82
2026-05-12netfs: Fix partial invalidation of streaming-write folioDavid Howells1-1/+1
2026-05-12netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()David Howells4-5/+5
2026-05-12netfs: Fix leak of request in netfs_write_begin() error handlingDavid Howells1-1/+1
2026-05-12netfs: Fix early put of sink folio in netfs_read_gaps()David Howells1-3/+3
2026-05-12netfs: Fix write streaming disablement if fd open O_RDWRDavid Howells1-10/+7
2026-05-12netfs: Fix read-gaps to remove netfs_folio from filled folioDavid Howells1-3/+8
2026-05-12netfs: Fix potential deadlock in write-through modeDavid Howells1-14/+25
2026-05-12netfs: Fix streaming write being overwrittenDavid Howells2-13/+37
2026-05-12netfs: Defer the emission of trace_netfs_folio()David Howells1-8/+10
2026-05-12netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes goneDavid Howells2-1/+9
2026-05-12netfs: Fix overrun check in netfs_extract_user_iter()David Howells1-9/+17
2026-05-12netfs: fix error handling in netfs_extract_user_iter()Paulo Alcantara1-3/+10
2026-05-12netfs: Fix potential uninitialised var in netfs_extract_user_iter()David Howells1-1/+1
2026-05-12netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() callViacheslav Dubeyko1-2/+9
2026-05-12netfs: Fix zeropoint update where i_size > remote_i_sizeDavid Howells1-2/+2
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells20-113/+450
2026-05-12netfs: Fix netfs_read_to_pagecache() to pause on subreq failureDavid Howells1-0/+5
2026-05-12netfs: Fix missing barriers when accessing stream->subrequests locklesslyDavid Howells6-6/+50
2026-05-12netfs: Fix missing locking around retry adding new subreqsDavid Howells2-2/+10
2026-05-12netfs: Fix cancellation of a DIO and single read subrequestsDavid Howells5-63/+50
2026-05-12fs/select: reject negative timeval components in kern_select()Breno Leitao1-0/+11
2026-05-12Merge branch 'vsock-virtio-fix-vsockmon-tap-skb-construction'Paolo Abeni1-30/+15
2026-05-12vsock/virtio: fix empty payload in tap skb for non-linear buffersStefano Garzarella1-27/+11