e='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2025-08-15sunrpc: fix handling of server side tls alertsOlga Kornievskaia
2025-08-15sunrpc: fix client side handling of tls alertsOlga Kornievskaia
2025-07-06sunrpc: don't immediately retransmit on seqno missNikhil Jha
2025-06-27sunrpc: handle SVC_GARBAGE during svc auth processing as auth errorJeff Layton
2025-06-27SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tlsChuck Lever
2025-06-04SUNRPC: rpcbind should never reset the port to the value '0'Trond Myklebust
2025-06-04SUNRPC: rpc_clnt_set_transport() must not change the autobind settingTrond Myklebust
2025-06-04SUNRPC: Don't allow waiting for exiting tasksTrond Myklebust
2025-03-07sunrpc: suppress warnings for unused procfs functionsArnd Bergmann
2025-03-07SUNRPC: Handle -ETIMEDOUT return from tlshdBenjamin Coddington
2025-03-07SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust
2025-02-08Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"Chuck Lever
2024-12-09sunrpc: fix one UAF issue caused by sunrpc kernel tcp socketLiu Jian
2024-12-09SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUTBenjamin Coddington
2024-12-09sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transportLiu Jian
2024-12-09SUNRPC: make sure cache entry active before cache_showYang Erkun
2024-12-09svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin
2024-12-09svcrdma: Address an integer overflowChuck Lever
2024-11-14sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown
2024-11-08SUNRPC: Remove BUG_ON call sitesChuck Lever
2024-08-19sunrpc: use the struct net as the svc proc privateJosef Bacik
2024-08-19sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik
2024-08-19sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik
2024-08-14SUNRPC: Fix a race to wake a sync taskBenjamin Coddington
2024-08-03SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown
2024-08-03xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever
2024-08-03gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui
2024-07-18net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann