summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-07-1315-945/+869
|\
| * svcrdma: fix an incorrect check on -E2BIG and -EINVALColin Ian King2017-07-131-1/+1
| * svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir fieldChuck Lever2017-07-121-10/+8
| * svcrdma: use offset_in_page() macroChuck Lever2017-07-121-2/+3
| * svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever2017-07-121-35/+4
| * svcrdma: Clean-up svc_rdma_unmap_dmaChuck Lever2017-07-121-14/+5
| * svcrdma: Remove frmr cacheChuck Lever2017-07-121-86/+0
| * svcrdma: Remove unused Read completion handlersChuck Lever2017-07-121-84/+9
| * svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever2017-07-122-11/+5
| * svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever2017-07-122-454/+106
| * svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever2017-07-121-1/+424
| * sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever2017-07-121-4/+6
| * svcrdma: Don't account for Receive queue "starvation"Chuck Lever2017-06-281-15/+6
| * svcrdma: Improve Reply chunk sanity checkingChuck Lever2017-06-281-6/+11
| * svcrdma: Improve Write chunk sanity checkingChuck Lever2017-06-281-5/+47
| * svcrdma: Improve Read chunk sanity checkingChuck Lever2017-06-281-18/+37
| * svcrdma: Remove svc_rdma_marshal.cChuck Lever2017-06-283-170/+128
| * svcrdma: Avoid Send Queue overflowChuck Lever2017-06-282-1/+6
| * svcrdma: Squelch disconnection messagesChuck Lever2017-06-281-3/+10
| * sunrpc: Disable splice for krb5iChuck Lever2017-06-282-1/+9
| * Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2017-06-28106-638/+938
| |\
| * | sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-2/+2
| * | sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
| * | sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-152-6/+7
| * | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-4/+2
| * | sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-3/+6
| * | sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-4/+4
| * | sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-1/+1
| * | sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-154-13/+14
| * | sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-154-8/+16
| * | sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig2017-05-153-3/+4
| * | sunrpc: fix decoder callback prototypesChristoph Hellwig2017-05-151-12/+15
| * | sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2017-05-151-1/+2
| * | sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig2017-05-153-7/+8
| * | sunrpc: fix encoder callback prototypesChristoph Hellwig2017-05-151-11/+13
| * | sunrpc: properly type argument to kxdreproc_tChristoph Hellwig2017-05-151-1/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-134-13/+9
|\ \ \
| * | | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-123-5/+5
| * | | net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()Michal Hocko2017-07-121-8/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-123-6/+7
|\ \ \ \ | |/ / / |/| | |
| * | | datagram: fix kernel-doc commentsstephen hemminger2017-07-121-3/+3
| * | | net: ipmr: ipmr_get_table() returns NULLDan Carpenter2017-07-121-2/+2
| * | | bridge: mdb: fix leak on complete_info ptr on fail pathEduardo Valentin2017-07-111-1/+2
* | | | Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-07-118-303/+1657
|\ \ \ \ | |/ / / |/| | |
| * | | libceph: osd_state is 32 bits wide in luminousIlya Dryomov2017-07-072-10/+21
| * | | crush: remove an obsolete commentIlya Dryomov2017-07-071-5/+0
| * | | crush: crush_init_workspace starts with struct crush_workIlya Dryomov2017-07-071-1/+1
| * | | libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov2017-07-072-3/+200
| * | | crush: implement weight and id overrides for straw2Ilya Dryomov2017-07-072-19/+57
| * | | libceph: apply_upmap()Ilya Dryomov2017-07-071-2/+95