summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields2021-09-221-1/+1
* SUNRPC: Fix potential memory corruptionTrond Myklebust2021-09-221-2/+4
* SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu2021-07-141-0/+9
* SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu2021-07-141-1/+2
* sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers2021-05-191-6/+5
* rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields2021-04-071-4/+7
* sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras2021-03-241-2/+4
* svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler2021-03-241-3/+3
* NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty2021-03-241-2/+2
* SUNRPC: Set memalloc_nofs_save() for sync tasksBenjamin Coddington2021-03-171-1/+4
* SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski2021-02-131-3/+6
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-02-133-58/+45
* net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de2021-01-191-1/+1
* xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever2020-12-301-9/+31
* sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni2020-12-301-1/+2
* net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev2020-12-301-2/+2
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-304-16/+55
* SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust2020-12-301-30/+35
* SUNRPC: Mitigate cond_resched() in xprt_transmit()Chuck Lever2020-11-051-2/+4
* SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw2020-10-291-10/+17
* svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni2020-10-291-1/+2
* svcrdma: Fix backchannel return codeChuck Lever2020-10-012-34/+15
* SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust2020-10-011-6/+13
* svcrdma: Fix leak of transport addressesChuck Lever2020-10-011-0/+1
* SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET2020-10-011-5/+14
* SUNRPC: Capture completion of all RPC tasksChuck Lever2020-10-011-0/+1
* SUNRPC: stop printk reading past end of stringJ. Bruce Fields2020-09-231-2/+2
* svcrdma: Fix another Receive buffer leakChuck Lever2020-08-261-0/+2
* SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever2020-08-192-2/+1
* svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever2020-08-191-7/+21
* nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-08-116-13/+83
* sunrpc: check that domain table is empty at module unload.Sasha Levin2020-08-053-0/+30
* xprtrdma: fix incorrect header size calculationsColin Ian King2020-07-221-2/+2
* xprtrdma: Fix handling of RDMA_ERROR repliesChuck Lever2020-06-301-6/+3
* SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever2020-06-301-0/+4
* sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin2020-06-301-0/+1
* net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev2020-06-241-2/+2
* sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-06-222-9/+15
* sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown2020-06-221-2/+4
* SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever2020-05-203-5/+45
* SUNRPC: Signalled ASYNC tasks need to exitChuck Lever2020-05-201-0/+5
* SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2020-05-202-9/+18
* SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-05-205-24/+25
* svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever2020-05-025-18/+29
* svcrdma: Fix trace point use-after-free raceChuck Lever2020-05-022-9/+10
* SUNRPC: Fix backchannel RPC soft lockupsChuck Lever2020-04-293-0/+5
* sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever2020-04-231-19/+58
* SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia2020-04-231-1/+2
* sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust2020-02-241-0/+2
* xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever2020-02-191-6/+7