summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-16net/sched: sch_cake: fix NAT destination port not being updated in cake_updat...Dudu Lu1-1/+1
2026-04-16net: bridge: use a stable FDB dst snapshot in RCU readersZhengchuan Liang2-13/+23
2026-04-16macvlan: fix macvlan_get_size() not reserving space for IFLA_MACVLAN_BC_CUTOFFDudu Lu1-0/+1
2026-04-16crypto: ccp - copy IV using skcipher ivsizePaul Moses1-2/+5
2026-04-16crypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson1-0/+3
2026-04-16crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-16crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-16crypto: pcrypt - Fix handling of MAY_BACKLOG requestsHerbert Xu1-2/+5
2026-04-16crypto: sa2ul - Fix AEAD fallback algorithm namesT Pratham1-2/+2
2026-04-16crypto: authencesn - Fix src offset when decrypting in-placeHerbert Xu1-2/+4
2026-04-16crypto: eip93 - fix hmac setkey algo selectionAleksander Jan Bajkowski1-1/+1
2026-04-16net/sched: act_mirred: fix wrong device for mac_header_xmit check in tcf_bloc...Dudu Lu1-1/+1
2026-04-16Merge branch 'for-7.1/module-function-test' into for-linusPetr Mladek4-0/+194
2026-04-16ALSA: usb-audio: stop parsing UAC2 rates at MAX_NR_RATESCássio Gabriel1-1/+1
2026-04-16ALSA: hda/intel: Move firmware loading into the probe workTakashi Iwai2-47/+15
2026-04-16fs/ntfs3: fix Smatch warningsKonstantin Komarov2-2/+2
2026-04-16fs/ntfs3: validate rec->used in journal-replay file record checkGreg Kroah-Hartman1-1/+11
2026-04-16Merge tag 'v7.0-rc6' into perf-toolsNamhyung Kim669-3426/+8555
2026-04-16pwm: stm32: Fix rounding issue for requests with inverted polarityUwe Kleine-König1-10/+12
2026-04-16smb: smbdirect: let smbdirect_connection_deregister_mr_io unlock while waitingStefan Metzmacher1-0/+8
2026-04-16smb: smbdirect: fix the logic in smbdirect_socket_destroy_sync() without an e...Stefan Metzmacher1-7/+21
2026-04-16smb: smbdirect: fix copyright header of smbdirect.hStefan Metzmacher1-2/+1
2026-04-16smb: smbdirect: change smbdirect_socket_parameters.{initiator_depth,responder...Stefan Metzmacher2-2/+7
2026-04-16smb: smbdirect: remove unused SMBDIRECT_USE_INLINE_C_FILES logicStefan Metzmacher12-233/+3
2026-04-16smb: server: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher3-33/+0
2026-04-16smb: client: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher2-13/+0
2026-04-16smb: smbdirect: introduce global workqueuesStefan Metzmacher3-3/+88
2026-04-16smb: smbdirect: prepare use of dedicated workqueues for different stepsStefan Metzmacher5-21/+33
2026-04-16smb: smbdirect: remove unused smbdirect_connection_mr_io_recovery_work()Stefan Metzmacher1-85/+10
2026-04-16smb: smbdirect: wrap rdma_disconnect() in rdma_[un]lock_handler()Stefan Metzmacher1-0/+13
2026-04-16smb: server: make use of smbdirect_netdev_rdma_capable_mode_type()Stefan Metzmacher1-120/+2
2026-04-16smb: smbdirect: introduce smbdirect_netdev_rdma_capable_mode_type()Stefan Metzmacher5-2/+311
2026-04-16smb: server: make use of smbdirect.koStefan Metzmacher2-12/+3
2026-04-16smb: server: remove unused ksmbd_transport_ops.prepare()Stefan Metzmacher2-5/+0
2026-04-16smb: server: make use of smbdirect_socket_{listen,accept}()Stefan Metzmacher1-132/+128
2026-04-16smb: server: only use public smbdirect functionsStefan Metzmacher3-17/+11
2026-04-16smb: server: make use of smbdirect_socket_create_accepting()/smbdirect_socket...Stefan Metzmacher1-30/+23
2026-04-16smb: server: make use of smbdirect_{socket_init_accepting,connection_wait_for...Stefan Metzmacher1-713/+29
2026-04-16smb: server: make use of smbdirect_connection_send_iter() and related functionsStefan Metzmacher1-427/+4
2026-04-16smb: server: let smb_direct_post_send_data() return data_lengthStefan Metzmacher1-2/+2
2026-04-16smb: server: split out smb_direct_send_iter() out of smb_direct_writev()Stefan Metzmacher1-15/+32
2026-04-16smb: server: let smbdirect_map_sges_from_iter() truncate the message boundaryStefan Metzmacher1-120/+31
2026-04-16smb: server: inline smb_direct_create_header() into smb_direct_post_send_data()Stefan Metzmacher1-70/+56
2026-04-16smb: server: move iov_iter_kvec() out of smb_direct_post_send_data()Stefan Metzmacher1-18/+20
2026-04-16smb: server: make use of smbdirect_connection_request_keep_alive()Stefan Metzmacher1-18/+1
2026-04-16smb: server: make use of smbdirect_connection_grant_recv_credits()Stefan Metzmacher1-41/+4
2026-04-16smb: server: make use of smbdirect_connection_recvmsg()Stefan Metzmacher1-117/+11
2026-04-16smb: server: make use of smbdirect_socket_destroy_sync()Stefan Metzmacher1-49/+1
2026-04-16smb: server: make use of functions from smbdirect_rw.cStefan Metzmacher1-225/+11
2026-04-16smb: server: make use of smbdirect_socket_wait_for_credits()Stefan Metzmacher1-34/+24