aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)Author
2024-03-28Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/cn96xxBruce Ashfield
2024-03-26net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET
2024-03-26SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu
2024-02-23SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker
2023-10-12Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/cn96xxBruce Ashfield
2023-10-10SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust
2023-07-27Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/cn96xxBruce Ashfield
2023-07-27SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui
2023-06-12Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/cn96xxBruce Ashfield
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-05-19Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-05-17SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo
2023-04-21Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-04-20sunrpc: only free unix grouplist after RCU settlesJeff Layton
2023-02-27Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-02-22xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu
2023-02-17Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-02-06Revert "xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()"Greg Kroah-Hartman
2023-01-25Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-01-18SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto
2023-01-18SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever
2023-01-18SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo
2023-01-18xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu
2022-09-09Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-09-05SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust
2022-08-25SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust
2022-08-25sunrpc: fix expiry of auth credsDan Aloni
2022-07-14Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-07-07SUNRPC: Fix READ_PLUS crasherChuck Lever
2022-06-21Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-06-14SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever
2022-06-14xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee
2022-05-25Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-05-25SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Meena Shanmugam
2022-05-25SUNRPC: Don't call connect() more than once on a TCP socketMeena Shanmugam
2022-05-25SUNRPC: Prevent immediate close+reconnectMeena Shanmugam
2022-05-25SUNRPC: Clean up scheduling of autocloseMeena Shanmugam
2022-05-12Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust
2022-04-20Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-04-15SUNRPC: Handle low memory situations in call_status()Trond Myklebust
2022-04-15SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust
2022-04-15SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust
2022-04-15SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown
2022-04-15SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown
2022-02-03Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-02-01fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein
2021-11-29Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-11-17SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust
2021-09-27Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-09-22rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields