aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-08-24smb: client: fix copy-paste error in WSL EA length accounting for $LXDEVFrank Sorenson1-1/+1
2026-08-24smb: client: remove redundant NULL check before kfree()Mohammad Shahid1-2/+1
2026-08-24smb: client: restore the data_offset bound in is_valid_oplock_break()Bryam Vargas1-1/+2
2026-08-24cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()Frank Sorenson1-0/+1
2026-08-24smb: client: Avoid leaking sensitive data to the heap in connect.cThomas Huth1-1/+1
2026-08-24smb: client: Clear sensitive stack data in smb1encrypt.cThomas Huth1-10/+9
2026-08-24smb: client: Clear sensitive stack data in cifsencrypt.cThomas Huth1-3/+9
2026-08-24smb: client: Clear sensitive stack and heap data in smb2ops.cThomas Huth1-2/+2
2026-08-24smb: client: Clear sensitive stack data in smb2transport.cThomas Huth1-0/+4
2026-08-24Revert "cifs: remove all cifs files before kill super"Zizhi Wo1-3/+0
2026-08-24smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()Frank Sorenson1-2/+4
2026-08-24smb: client: fix ALIGN() overflow in symlink_data() error context loopFrank Sorenson1-1/+4
2026-08-24smb: client: simplify __build_path_from_dentry_optional_prefix()Dmitry Antipov1-5/+1
2026-08-24smb: client: fix UAF and buffer leak in cifs_check_trans2() for malformed secondary T2Frank Sorenson1-3/+11
2026-08-24smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()Frank Sorenson1-1/+20
2026-08-24smb/client: decode reparse metadata using its payload typeZe Tan3-13/+19
2026-08-24smb/client: preserve open info type across compound queriesZe Tan2-4/+6
2026-08-24smb/client: mark missing nlink values as unknownZe Tan2-1/+8
2026-08-24cifs: fix clearing stats for fastest execution of each smb2 commandFrank Sorenson1-1/+1
2026-08-24Merge tag 'for-net-2026-08-24' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski22-73/+220
2026-08-24Merge tag 'dmaengine-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds35-764/+1378
2026-08-24Merge tag 'phy-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phyLinus Torvalds66-358/+4607
2026-08-24Merge tag 'soundwire-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds12-33/+164
2026-08-24octeontx2-af: fix cn20k mailbox lifetime on repeated rvu_mbox_init()Sai Krishna3-19/+42
2026-08-24octeontx2-pf: fix NULL deref of af_xdp_zc_qidx on rep setupSuman Ghosh3-4/+8
2026-08-24net/iucv: filter frames in afiucv_hs_rcv() by ingress deviceAlexandra Winter1-0/+2
2026-08-24net/rds: use wq_has_sleeper() in rds_cong_map_updated()Allison Henderson1-2/+2
2026-08-24net: mana: Cap MSI-X vectors to the device MSI-X table sizeLong Li1-0/+19
2026-08-24net/sched: act_ife: Only operate on Ethernet framesVictor Nogueira2-11/+35
2026-08-24net: ethernet: renesas: rswitch: fix device_node refcount leak in rswitch_get_port_node()Manush Prajwal1-9/+9
2026-08-24Merge branch 'net-enetc-restore-rx-ring-congestion-mode-after-ring-reconfiguration'Jakub Kicinski4-39/+72
2026-08-24net: enetc: restore RX ring congestion mode for ENETC v4Wei Fang1-12/+4
2026-08-24net: enetc: restore RX ring congestion mode after ring reconfigurationWei Fang3-27/+68
2026-08-24octeontx2-af: Fix TL3/TL2 link config ENA clearingNaveen Mamindlapalli1-6/+5
2026-08-24Merge branch 'net-smc-fix-use-after-free-in-smc_rx_pipe_buf_release'Jakub Kicinski2-9/+8
2026-08-24net/smc: fix use-after-free in smc_rx_pipe_buf_release()Hidayath Khan1-6/+5
2026-08-24net/smc: stop killed, freed and out_of_sync sharing a byteHidayath Khan1-3/+3
2026-08-24net/smc: fix socket refcount leak in smc_switch_conns()Hidayath Khan1-7/+7
2026-08-24net: stmmac: fix device node reference leaks in stmmac_mtl_setup()Md Rabbani1-4/+2
2026-08-24net: l2tp: do not propagate multicast notification errorsZihan Xi1-8/+8
2026-08-24net: qualcomm: rmnet: restore skb->dev on deaggregated framesXiang Mei1-0/+1
2026-08-24Merge branch 'selftests-net-fixes-for-fin_ack_lat'Jakub Kicinski2-2/+5
2026-08-24selftests/net: check fork() return value in fin_ack_latQingshuang Fu1-0/+2
2026-08-24selftests/net: fix kill() argument order and wrapper cleanup in fin_ack_latQingshuang Fu2-2/+3
2026-08-24openvswitch: Fix CT limit teardown use-after-freeYuqi Xu4-46/+98
2026-08-24Merge tags 'dma-mapping-7.3-2026-08-24' and 'dma-mapping-7.3-2026-08-24-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds25-414/+973
2026-08-24octeontx2-vf: fix workqueue and netdev race in probe/removeAnshumali Gaur1-7/+13
2026-08-24octeontx2-af: fix out-of-bounds read setting MSI-X irq affinityAnshumali Gaur1-2/+2
2026-08-24octeontx2-af: fix NULL deref in NIX TM tree debugfs read pathAnshumali Gaur1-0/+6
2026-08-24gtp: add synchronize_net() in gtp_newlink() error path to prevent use-after-freeCen Zhang (Microsoft)1-0/+2