summaryrefslogtreecommitdiff
path: root/net/rxrpc/recvmsg.c
AgeCommit message (Expand)Author
2017-11-02rxrpc: Lock around calling a kernel service Rx notificationDavid Howells
2017-10-18rxrpc: Support service upgrade from a kernel serviceDavid Howells
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells
2017-02-26rxrpc: Kernel calls get stuck in recvmsgDavid Howells
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells
2016-10-06rxrpc: Return negative error code to kernel serviceDavid Howells
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells
2016-09-24rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells
2016-09-23rxrpc: Don't send an ACK at the end of service call response transmissionDavid Howells
2016-09-17rxrpc: Improve skb tracingDavid Howells
2016-09-17rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells
2016-09-17rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells
2016-09-17rxrpc: Check the return value of rxrpc_locate_data()David Howells
2016-09-17rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to callerDavid Howells
2016-09-13rxrpc: Fix prealloc refcountingDavid Howells
2016-09-13rxrpc: Requeue call for recvmsg if more dataDavid Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells