aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/recvmsg.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDGravatar David Howells 1-2/+5
2017-04-06rxrpc: Trace protocol errors in received packetsGravatar David Howells 1-0/+2
2017-04-06rxrpc: Use negative error codes in rxrpc_call structGravatar David Howells 1-3/+3
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesGravatar David Howells 1-2/+2
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-6/+33
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+2
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgGravatar David Howells 1-6/+33
2017-02-26rxrpc: Kernel calls get stuck in recvmsgGravatar David Howells 1-2/+6
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeGravatar David Howells 1-2/+6
2016-10-06rxrpc: Return negative error code to kernel serviceGravatar David Howells 1-1/+1
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsGravatar David Howells 1-2/+2
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()Gravatar David Howells 1-2/+2
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryGravatar David Howells 1-4/+2
2016-09-24rxrpc: Include the last reply DATA serial number in the final ACKGravatar David Howells 1-3/+3
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveGravatar David Howells 1-1/+12
2016-09-23rxrpc: Add tracepoint for ACK proposalGravatar David Howells 1-1/+2
2016-09-23rxrpc: Don't send an ACK at the end of service call response transmissionGravatar David Howells 1-2/+0
2016-09-17rxrpc: Improve skb tracingGravatar David Howells 1-3/+4
2016-09-17rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varGravatar David Howells 1-8/+0
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesGravatar David Howells 1-8/+26
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferGravatar David Howells 1-0/+11
2016-09-17rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()Gravatar David Howells 1-16/+33
2016-09-17rxrpc: Check the return value of rxrpc_locate_data()Gravatar David Howells 1-1/+4
2016-09-17rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to callerGravatar David Howells 1-5/+4
2016-09-13rxrpc: Fix prealloc refcountingGravatar David Howells 1-0/+1
2016-09-13rxrpc: Requeue call for recvmsg if more dataGravatar David Howells 1-0/+4
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-340/+424
2016-09-07rxrpc: Calls shouldn't hold socket refsGravatar David Howells 1-23/+1
2016-09-07rxrpc: Improve the call tracking tracepointGravatar David Howells 1-11/+12
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]Gravatar David Howells 1-34/+157
2016-08-30rxrpc: Trace rxrpc_call usageGravatar David Howells 1-0/+1
2016-08-30rxrpc: Calls should only have one terminal stateGravatar David Howells 1-4/+8
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingGravatar David Howells 1-0/+1
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingGravatar David Howells 1-22/+3
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}Gravatar David Howells 1-2/+2
2016-06-22rxrpc: Use structs to hold connection params and protocol infoGravatar David Howells 1-1/+1
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixGravatar David Howells 1-0/+436