summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever2020-06-291-0/+4
* sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin2020-06-291-0/+1
* net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev2020-06-291-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
* xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever2020-05-103-25/+23
* xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever2020-05-101-0/+2
* xprtrdma: xprt_rdma_free() must not release backchannel reqsChuck Lever2020-05-101-0/+3
* xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)Chuck Lever2020-05-102-9/+4
* xprtrdma: checking for NULL instead of IS_ERR()Dan Carpenter2020-05-101-2/+2
* sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas2020-02-141-0/+4
* sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov2019-12-211-6/+0
* SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust2019-11-281-0/+1
* SUNRPC: Fix priority queue fairnessTrond Myklebust2019-11-251-55/+54
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-05-161-0/+3
* sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields2019-01-261-0/+8
* sunrpc: use-after-free in svc_process_common()Vasily Averin2019-01-163-6/+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
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-131-1/+1
* SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust2018-12-211-2/+9
* SUNRPC: Fix leak of krb5p encode pagesChuck Lever2018-12-131-0/+4
* SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust2018-12-011-7/+1
* SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing2018-11-271-1/+1
* sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-211-3/+2
* nfsd: Fix an Oops in free_session()Trond Myklebust2018-11-211-1/+1
* rpc_pipefs: fix double-dput()Al Viro2018-04-241-0/+1
* SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown2018-04-131-1/+6
* SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust2018-02-031-0/+1
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-01-103-0/+4
* sunrpc: Fix rpc_task_begin trace pointChuck Lever2017-12-161-2/+1
* SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown2017-04-211-1/+6
* svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields2017-02-091-1/+1
* SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2017-02-012-0/+6
* svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna2017-01-261-2/+0
* svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields2017-01-261-1/+1
* sunrpc: fix write space race causing stallsDavid Vrabel2016-10-281-1/+10
* NFS: Don't drop CB requests with invalid principalsChuck Lever2016-10-071-0/+5
* svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever2016-10-071-1/+2
* SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia2016-09-071-3/+5
* SUNRPC: Handle EADDRNOTAVAIL on connection failuresTrond Myklebust2016-09-071-0/+4
* nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-07-271-2/+10
* sunrpc: fix stripping of padded MIC tokensTomáš Trnka2016-06-071-2/+2
* sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown2016-05-041-3/+3
* sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-03-031-1/+1
* SUNRPC: Fixup socket wait for memoryTrond Myklebust2016-02-251-28/+21
* sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-3/+3
* SUNRPC: Fix callback channelTrond Myklebust2015-12-072-8/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-031-7/+7
|\
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-7/+7