summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
9 dayssvcrdma: bound check rq_pages index in inline pathJoshua Rogers1-0/+3
9 daysSUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_pr...Joshua Rogers1-1/+2
9 dayssvcrdma: return 0 on success from svc_rdma_copy_inline_rangeJoshua Rogers1-1/+1
2025-10-15sunrpc: fix null pointer dereference on zero-length checksumLei Lu1-1/+1
2025-09-19Revert "SUNRPC: Don't allow waiting for exiting tasks"Trond Myklebust1-2/+0
2025-09-19SUNRPC: call xs_sock_process_cmsg for all cmsgJustin Worrell1-3/+3
2025-08-28net: better track kernel sockets lifetimeEric Dumazet2-10/+3
2025-08-15sunrpc: fix handling of server side tls alertsOlga Kornievskaia1-8/+35
2025-08-15sunrpc: fix client side handling of tls alertsOlga Kornievskaia1-10/+30
2025-07-06sunrpc: don't immediately retransmit on seqno missNikhil Jha1-2/+7
2025-06-27sunrpc: handle SVC_GARBAGE during svc auth processing as auth errorJeff Layton1-9/+2
2025-06-27SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tlsChuck Lever1-0/+5
2025-06-04SUNRPC: rpcbind should never reset the port to the value '0'Trond Myklebust1-2/+3
2025-06-04SUNRPC: rpc_clnt_set_transport() must not change the autobind settingTrond Myklebust1-3/+0
2025-06-04SUNRPC: Don't allow waiting for exiting tasksTrond Myklebust1-0/+2
2025-03-07sunrpc: suppress warnings for unused procfs functionsArnd Bergmann1-7/+3
2025-03-07SUNRPC: Handle -ETIMEDOUT return from tlshdBenjamin Coddington1-1/+9
2025-03-07SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust1-2/+0
2025-02-08Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"Chuck Lever1-11/+1
2024-12-09sunrpc: fix one UAF issue caused by sunrpc kernel tcp socketLiu Jian2-0/+11
2024-12-09SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUTBenjamin Coddington1-5/+4
2024-12-09sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transportLiu Jian1-0/+1
2024-12-09SUNRPC: make sure cache entry active before cache_showYang Erkun1-1/+3
2024-12-09svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin1-5/+14
2024-12-09svcrdma: Address an integer overflowChuck Lever1-1/+7
2024-11-14sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown1-0/+1
2024-11-08SUNRPC: Remove BUG_ON call sitesChuck Lever1-4/+5
2024-08-19sunrpc: use the struct net as the svc proc privateJosef Bacik1-1/+1
2024-08-19sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-5/+7
2024-08-19sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik1-9/+18
2024-08-14SUNRPC: Fix a race to wake a sync taskBenjamin Coddington1-1/+3
2024-08-03SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown1-1/+2
2024-08-03xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever2-2/+17
2024-08-03gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui1-1/+1
2024-07-18net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann1-0/+7
2024-06-21SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao1-1/+3
2024-06-12SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever1-1/+1
2024-06-12rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni1-1/+5
2024-06-12sunrpc: fix NFSACL RPC retry on soft mountDan Aloni1-0/+1
2024-06-12SUNRPC: Fix gss_free_in_token_pages()Chuck Lever1-8/+2
2024-06-12sunrpc: removed redundant procp checkAleksandr Aprelkov1-2/+0
2024-05-17SUNRPC: add a missing rpc_stat for TCP TLSOlga Kornievskaia1-0/+1
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik1-1/+4
2024-04-10SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever1-9/+1
2024-03-27net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET1-2/+2
2024-03-27SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu1-8/+19
2024-03-27SUNRPC: fix a memleak in gss_import_v2_contextZhipeng Lu1-1/+10
2024-02-05SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker1-2/+15
2024-02-01SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()Lucas Stach1-2/+2
2024-01-26SUNRPC: fix _xprt_switch_find_current_entry logicOlga Kornievskaia1-1/+1