aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-07-13xprtrdma: Rename rpcrdma_req::rl_freeGravatar Chuck Lever 2-6/+5
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncGravatar Chuck Lever 4-27/+26
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsGravatar Chuck Lever 4-5/+28
2017-07-13xprtrdma: On invalidation failure, remove MWs from rl_registeredGravatar Chuck Lever 1-0/+1
2017-07-13SUNRPC: Make slot allocation more reliableGravatar Trond Myklebust 1-3/+5
2017-07-13sunrpc: mark all struct svc_version instances as constGravatar Christoph Hellwig 1-2/+2
2017-07-13sunrpc: mark all struct svc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-07-13sunrpc: move pc_count out of struct svc_procinfoGravatar Christoph Hellwig 2-6/+7
2017-07-13sunrpc: properly type pc_encode callbacksGravatar Christoph Hellwig 1-4/+2
2017-07-13sunrpc: properly type pc_decode callbacksGravatar Christoph Hellwig 1-3/+6
2017-07-13sunrpc: properly type pc_release callbacksGravatar Christoph Hellwig 1-4/+4
2017-07-13sunrpc: properly type pc_func callbacksGravatar Christoph Hellwig 1-1/+1
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 4-13/+14
2017-07-13sunrpc: move p_count out of struct rpc_procinfoGravatar Christoph Hellwig 4-8/+16
2017-07-13sunrpc/auth_gss: fix decoder callback prototypesGravatar Christoph Hellwig 3-3/+4
2017-07-13sunrpc: fix decoder callback prototypesGravatar Christoph Hellwig 1-12/+15
2017-07-13sunrpc: properly type argument to kxdrdproc_tGravatar Christoph Hellwig 1-1/+2
2017-07-13sunrpc/auth_gss: nfsd: fix encoder callback prototypesGravatar Christoph Hellwig 3-7/+8
2017-07-13sunrpc: fix encoder callback prototypesGravatar Christoph Hellwig 1-11/+13
2017-07-13sunrpc: properly type argument to kxdreproc_tGravatar Christoph Hellwig 1-1/+2
2017-07-13Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-13/+9
2017-07-13svcrdma: fix an incorrect check on -E2BIG and -EINVALGravatar Colin Ian King 1-1/+1
2017-07-13dccp: make const array error_code staticGravatar Colin Ian King 1-1/+1
2017-07-13bpf: fix return in bpf_skb_adjust_netGravatar Kefeng Wang 1-1/+1
2017-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-6/+7
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Gravatar Michal Hocko 3-5/+5
2017-07-12net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()Gravatar Michal Hocko 1-8/+4
2017-07-12datagram: fix kernel-doc commentsGravatar stephen hemminger 1-3/+3
2017-07-12svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir fieldGravatar Chuck Lever 1-10/+8
2017-07-12svcrdma: use offset_in_page() macroGravatar Chuck Lever 1-2/+3
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIGravatar Chuck Lever 1-35/+4
2017-07-12svcrdma: Clean-up svc_rdma_unmap_dmaGravatar Chuck Lever 1-14/+5
2017-07-12svcrdma: Remove frmr cacheGravatar Chuck Lever 1-86/+0
2017-07-12svcrdma: Remove unused Read completion handlersGravatar Chuck Lever 1-84/+9
2017-07-12svcrdma: Properly compute .len and .buflen for received RPC CallsGravatar Chuck Lever 2-11/+5
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathGravatar Chuck Lever 2-454/+106
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cGravatar Chuck Lever 1-1/+424
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstGravatar Chuck Lever 1-4/+6
2017-07-12net: ipmr: ipmr_get_table() returns NULLGravatar Dan Carpenter 1-2/+2
2017-07-11bridge: mdb: fix leak on complete_info ptr on fail pathGravatar Eduardo Valentin 1-1/+2
2017-07-11Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 8-303/+1657
2017-07-119p: Implement show_optionsGravatar David Howells 3-6/+81
2017-07-08mpls: fix uninitialized in_label var warning in mpls_getrouteGravatar Roopa Prabhu 1-4/+8
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveGravatar WANG Cong 1-1/+2
2017-07-08rds: tcp: use sock_create_lite() to create the accept socketGravatar Sowmini Varadhan 1-1/+1
2017-07-07libceph: osd_state is 32 bits wide in luminousGravatar Ilya Dryomov 2-10/+21
2017-07-07crush: remove an obsolete commentGravatar Ilya Dryomov 1-5/+0
2017-07-07crush: crush_init_workspace starts with struct crush_workGravatar Ilya Dryomov 1-1/+1
2017-07-07libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Gravatar Ilya Dryomov 2-3/+200
2017-07-07crush: implement weight and id overrides for straw2Gravatar Ilya Dryomov 2-19/+57