aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sendmsg.c
AgeCommit message (Expand)Author
2020-08-21rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells
2020-07-31rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells
2019-11-06rxrpc: Fix call ref leakDavid Howells
2018-05-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells
2018-02-03rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasingDavid Howells
2017-08-29rxrpc: Allow failed client calls to be retriedDavid Howells
2017-08-29rxrpc: Add notification of end-of-Tx phaseDavid Howells
2017-08-29rxrpc: Don't negate call->error before returning itDavid Howells
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells
2017-06-07rxrpc: Consolidate sendmsg parametersDavid Howells
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells
2017-04-06rxrpc: Note a successfully aborted kernel operationDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid 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-03rxrpc: Fix potential NULL-pointer exceptionDavid Howells
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-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid 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: Keep the call timeouts as ktimes rather than jiffiesDavid Howells
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells
2016-09-24rxrpc: Implement slow-startDavid Howells
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells
2016-09-23rxrpc: Preset timestamp on Tx sk_buffsDavid Howells
2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells
2016-09-22rxrpc: Expedite ping response transmissionDavid Howells
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells
2016-09-17rxrpc: Improve skb tracingDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells
2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells
2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells
2016-09-04rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells
2016-09-04rxrpc: Rearrange net/rxrpc/sendmsg.cDavid Howells
2016-09-04rxrpc: Split sendmsg from packet transmission codeDavid Howells