summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
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-02-23SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker1-2/+15
2023-08-11SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui1-14/+13
2023-05-17SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2-4/+0
2023-01-18SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-2/+17
2023-01-18SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever1-2/+7
2023-01-18SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo1-1/+1
2022-09-15SUNRPC: use _bh spinlocking on ->transport_lockNeilBrown1-2/+2
2022-08-25SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust1-0/+14
2022-07-07SUNRPC: Fix READ_PLUS crasherChuck Lever1-1/+1
2022-06-25xprtrdma: fix incorrect header size calculationsColin Ian King1-2/+2
2022-06-14SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever1-1/+5
2022-06-14xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee1-0/+5
2022-05-12Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust1-3/+0
2022-04-15SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2-2/+6
2022-04-15SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown1-0/+7
2021-09-22rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields1-1/+1
2021-09-22SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust1-5/+22
2021-07-20SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu1-0/+9
2021-07-20SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu1-1/+2
2021-04-07rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields1-4/+7
2021-03-24sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras1-2/+4
2021-03-24svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler1-3/+3
2021-03-24NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty1-2/+2
2021-02-13SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski1-3/+6
2021-02-13SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski3-58/+45
2021-01-19net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de1-1/+1
2020-12-30SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust4-16/+55
2020-10-30SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw1-10/+17
2020-10-30svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni1-1/+2
2020-10-01svcrdma: Fix leak of transport addressesChuck Lever1-0/+1
2020-10-01SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET1-5/+14
2020-09-23SUNRPC: stop printk reading past end of stringJ. Bruce Fields1-2/+2
2020-08-26svcrdma: Fix another Receive buffer leakChuck Lever1-0/+2
2020-08-19svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever1-7/+21
2020-07-01SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever1-0/+4
2020-07-01sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin1-0/+1
2020-06-25net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev1-2/+2
2020-06-22sunrpc: clean up properly in gss_mech_unregister()NeilBrown2-9/+15
2020-06-22sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown1-2/+4
2020-05-02svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever5-18/+29
2020-05-02svcrdma: Fix trace point use-after-free raceChuck Lever2-9/+10
2020-02-11sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
2020-01-27xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever1-1/+2
2020-01-27SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever1-21/+63
2020-01-17xprtrdma: Fix completion wait during device removalChuck Lever1-1/+1
2019-12-17sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov1-6/+0
2019-12-05xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever1-0/+4
2019-12-01sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields1-16/+18