summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-01-2310-654/+636
|\
| * SUNRPC: Micro-optimize __rpc_executeChuck Lever2018-01-231-13/+11
| * SUNRPC: task_run_action should display tk_callbackChuck Lever2018-01-231-1/+1
| * SUNRPC: Trace xprt_timer eventsChuck Lever2018-01-232-3/+1
| * xprtrdma: Correct some documenting commentsChuck Lever2018-01-232-2/+2
| * xprtrdma: Fix "bytes registered" accountingChuck Lever2018-01-231-2/+2
| * xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever2018-01-232-9/+7
| * xprtrdma: Add trace points to instrument QP and CQ access upcallsChuck Lever2018-01-231-0/+3
| * xprtrdma: Add trace points in the client-side backchannel code pathsChuck Lever2018-01-232-5/+5
| * xprtrdma: Add trace points for connect eventsChuck Lever2018-01-232-28/+17
| * xprtrdma: Add trace points to instrument MR allocation and recoveryChuck Lever2018-01-231-3/+3
| * xprtrdma: Add trace points to instrument memory invalidationChuck Lever2018-01-233-16/+16
| * xprtrdma: Add trace points in reply decoder pathChuck Lever2018-01-231-20/+9
| * xprtrdma: Add trace points to instrument memory registrationChuck Lever2018-01-232-22/+7
| * xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever2018-01-232-19/+9
| * xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever2018-01-232-15/+5
| * rpcrdma: infrastructure for static trace points in rpcrdma.koChuck Lever2018-01-232-5/+9
| * xprtrdma: Introduce rpcrdma_mw_unmap_and_putChuck Lever2018-01-164-23/+33
| * xprtrdma: Remove usage of "mw"Chuck Lever2018-01-165-278/+292
| * xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever2018-01-164-99/+99
| * xprtrdma: Don't clear RPC_BC_PA_IN_USE on pre-allocated rpc_rqst'sChuck Lever2018-01-161-6/+1
| * xprtrdma: Split xprt_rdma_send_requestChuck Lever2018-01-164-32/+50
| * xprtrdma: buf_free not called for CB repliesChuck Lever2018-01-163-6/+1
| * xprtrdma: Move unmap-safe logic to rpcrdma_marshal_reqChuck Lever2018-01-162-5/+11
| * xprtrdma: Support IPv6 in xprt_rdma_set_portChuck Lever2018-01-161-4/+24
| * xprtrdma: Remove another sockaddr_storage field (cdata::addr)Chuck Lever2018-01-163-19/+12
| * xprtrdma: Initialize the xprt address string array earlierChuck Lever2018-01-163-13/+21
| * xprtrdma: Remove unused padding variablesChuck Lever2018-01-162-7/+3
| * xprtrdma: Remove ri_reminv_expectedChuck Lever2018-01-162-3/+0
| * xprtrdma: Per-mode handling for Remote InvalidationChuck Lever2018-01-164-30/+27
| * xprtrdma: Eliminate unnecessary lock cycle in xprt_rdma_send_requestChuck Lever2018-01-161-1/+1
| * xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever2018-01-163-24/+22
| * xprtrdma: Fix buffer leak after transport set up failureChuck Lever2018-01-161-11/+2
* | SUNRPC: Add explicit rescheduling points in the receive pathTrond Myklebust2018-01-151-2/+19
* | SUNRPC: Chunk reading of replies from the serverTrond Myklebust2018-01-151-4/+11
* | SUNRPC: Remove rpc_protocol()Chuck Lever2018-01-151-16/+0
* | Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-131-9/+11
|\ \
| * | Bluetooth: Prevent stack info leak from the EFS element.Ben Seri2018-01-041-9/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-111-1/+3
|\ \ \
| * | | Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro2018-01-111-1/+3
* | | | ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux2018-01-101-0/+9
* | | | ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet2018-01-101-2/+3
* | | | 8021q: fix a memory leak for VLAN 0 deviceCong Wang2018-01-101-6/+1
* | | | caif_usb: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-101-3/+1
* | | | sctp: make use of pre-calculated lenMarcelo Ricardo Leitner2018-01-101-6/+10
* | | | sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner2018-01-101-0/+10
* | | | sctp: GFP_ATOMIC is not needed in sctp_setsockopt_eventsMarcelo Ricardo Leitner2018-01-101-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-103-4/+17
|\ \ \ \
| * | | | bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-093-4/+17
* | | | | ipv6: remove null_entry before adding default routeWei Wang2018-01-091-9/+29