summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ipv6: allow PMTU exceptions to local routesJulian Anastasov2018-06-111-3/+0Star
* | | | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-153-117/+149
|\ \ \ \
| * | | | libceph: allocate the locator string with GFP_NOFAILIlya Dryomov2018-06-042-20/+9Star
| * | | | libceph: make abort_on_full a per-osdc settingIlya Dryomov2018-06-041-5/+4Star
| * | | | libceph: don't abort reads in ceph_osdc_abort_on_full()Ilya Dryomov2018-06-041-1/+2
| * | | | libceph: avoid a use-after-free during map checkIlya Dryomov2018-06-041-1/+1
| * | | | libceph: don't warn if req->r_abort_on_full is setIlya Dryomov2018-06-041-4/+6
| * | | | libceph: use for_each_request() in ceph_osdc_abort_on_full()Ilya Dryomov2018-06-041-53/+26Star
| * | | | libceph: defer __complete_request() to a workqueueIlya Dryomov2018-06-041-1/+18
| * | | | libceph: move more code into __complete_request()Ilya Dryomov2018-06-041-8/+6Star
| * | | | libceph: no need to call flush_workqueue() before destructionIlya Dryomov2018-06-041-1/+0Star
| * | | | libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov2018-06-041-5/+62
| * | | | libceph: use MSG_TRUNC for discarding received bytesIlya Dryomov2018-06-041-13/+8Star
| * | | | libceph: get rid of more_kvec in try_write()Ilya Dryomov2018-06-041-7/+3Star
| * | | | libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu2018-06-041-3/+9
* | | | | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-1352-94/+123
|\ \ \ \ \
| * | | | | treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-132-3/+6
| * | | | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-132-4/+4
| * | | | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-132-6/+8
| * | | | | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-132-7/+9
| * | | | | treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-131-1/+2
| * | | | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1323-30/+36
| * | | | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1327-43/+58
| | |/ / / | |/| | |
* | | | | Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-1212-331/+299Star
|\ \ \ \ \
| * \ \ \ \ Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-06-0512-331/+299Star
| |\ \ \ \ \
| | * | | | | xprtrdma: Remove transfertypes arrayChuck Lever2018-06-011-8/+0Star
| | * | | | | xprtrdma: Add trace_xprtrdma_dma_map(mr)Chuck Lever2018-06-012-0/+2
| | * | | | | xprtrdma: Wait on empty sendctx queueChuck Lever2018-06-013-2/+14
| | * | | | | xprtrdma: Move common wait_for_buffer_space call to parent functionChuck Lever2018-06-011-19/+12Star
| | * | | | | xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever2018-06-011-1/+1
| | * | | | | xprtrdma: Make rpcrdma_sendctx_put_locked() a static functionChuck Lever2018-05-072-2/+3
| | * | | | | xprtrdma: Remove rpcrdma_buffer_get_rep_locked()Chuck Lever2018-05-071-12/+3Star
| | * | | | | xprtrdma: Remove rpcrdma_buffer_get_req_locked()Chuck Lever2018-05-071-18/+4Star
| | * | | | | xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}Chuck Lever2018-05-072-62/+0Star
| | * | | | | xprtrdma: Move Receive posting to Receive handlerChuck Lever2018-05-075-124/+115Star
| | * | | | | xprtrdma: Clean up Receive trace pointsChuck Lever2018-05-071-2/+2
| | * | | | | xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever2018-05-073-75/+46Star
| | * | | | | xprtrdma: Introduce ->alloc_slot call-out for xprtrdmaChuck Lever2018-05-071-2/+50
| | * | | | | SUNRPC: Add a ->free_slot transport calloutChuck Lever2018-05-074-2/+9
| | * | | | | SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockChuck Lever2018-05-072-5/+8
| | * | | | | xprtrdma: Fix max_send_wr computationChuck Lever2018-05-073-24/+52
| | * | | | | xprtrdma: Create transport's CM ID in the correct network namespaceChuck Lever2018-05-071-2/+2
| | * | | | | xprtrdma: Try to fail quickly if proto=rdmaChuck Lever2018-05-071-2/+2
| | * | | | | xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever2018-05-075-0/+5
* | | | | | | Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-06-1215-819/+830
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix 16-byte memory leak in gssp_accept_sec_context_upcallDave Wysochanski2018-06-081-1/+3
| * | | | | | svcrdma: Fix incorrect return value/type in svc_rdma_post_recvsChuck Lever2018-06-081-1/+1
| * | | | | | svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever2018-05-113-126/+99Star
| * | | | | | svcrdma: Simplify svc_rdma_send()Chuck Lever2018-05-111-15/+15
| * | | | | | svcrdma: Remove post_send_wrChuck Lever2018-05-113-37/+16Star