summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui2023-08-111-14/+13
* SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-05-172-4/+0
* SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto2023-01-181-2/+17
* SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo2023-01-181-1/+1
* SUNRPC: use _bh spinlocking on ->transport_lockNeilBrown2022-09-151-2/+2
* SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust2022-08-251-0/+14
* SUNRPC: Fix READ_PLUS crasherChuck Lever2022-07-071-1/+1
* xprtrdma: fix incorrect header size calculationsColin Ian King2022-06-251-2/+2
* SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever2022-06-141-1/+5
* xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee2022-06-141-0/+5
* Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust2022-05-121-3/+0
* SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2022-04-202-2/+6
* SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown2022-04-201-0/+7
* rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields2021-09-221-1/+1
* SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu2021-07-201-0/+9
* SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu2021-07-201-1/+2
* 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: Handle 0 length opaque XDR object data properlyDave Wysochanski2021-02-231-3/+6
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-02-233-58/+45
* net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de2021-01-231-1/+1
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-294-16/+55
* 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: stop printk reading past end of stringJ. Bruce Fields2020-09-231-2/+2
* 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-251-2/+2
* sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-06-202-9/+15
* sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown2020-06-201-2/+4
* sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas2020-02-141-0/+4
* xprtrdma: Fix completion wait during device removalChuck Lever2020-01-171-1/+1
* sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov2019-12-171-6/+0
* sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields2019-12-011-16/+18
* SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust2019-12-011-0/+1
* sunrpc: Fix connect metricsChuck Lever2019-11-243-15/+15
* SUNRPC: Fix priority queue fairnessTrond Myklebust2019-11-241-55/+54
* net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi2019-07-211-0/+1
* svcrdma: Ignore source port when computing DRC hashChuck Lever2019-07-101-1/+6
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-05-021-0/+3
* sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew2019-02-231-11/+38
* sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields2019-01-231-0/+8
* sunrpc: use-after-free in svc_process_common()Vasily Averin2019-01-163-7/+11
* sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin2019-01-131-4/+4
* sunrpc: fix cache_head leak due to queued requestVasily Averin2019-01-131-1/+9
* SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust2019-01-131-2/+2
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-091-1/+1
* SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust2018-12-211-2/+9