summaryrefslogtreecommitdiff
path: root/net/rxrpc/sendmsg.c
Commit message (Expand)AuthorAge
* rxrpc: Fix leak of rxrpc_peer objectsDavid Howells2018-03-30
* rxrpc: Fix checker warnings and errorsDavid Howells2018-03-30
* rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells2018-03-30
* rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-27
* rxrpc: Fix variable overwriteGustavo A. R. Silva2017-11-29
* rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-24
* rxrpc: Express protocol timeouts in terms of RTTDavid Howells2017-11-24
* rxrpc: Fix call timeoutsDavid Howells2017-11-24
* rxrpc: Split the call params from the operation paramsDavid Howells2017-11-24
* rxrpc: Don't set upgrade by default in sendmsg()David Howells2017-11-24
* rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasingDavid Howells2017-11-24
* net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-10-24
* rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells2017-10-18
* rxrpc: Allow failed client calls to be retriedDavid Howells2017-08-29
* rxrpc: Add notification of end-of-Tx phaseDavid Howells2017-08-29
* rxrpc: Don't negate call->error before returning itDavid Howells2017-08-29
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-16
* rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-07
* rxrpc: Consolidate sendmsg parametersDavid Howells2017-06-07
* rxrpc: Add service upgrade support for client connectionsDavid Howells2017-06-05
* rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-06
* rxrpc: Note a successfully aborted kernel operationDavid Howells2017-04-06
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-06
* rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells2017-03-09
* rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells2017-03-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-04
|\
| * rxrpc: Fix potential NULL-pointer exceptionDavid Howells2017-03-03
| * rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-01
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
|/
* scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-04
* rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-06
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-06
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-06
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-30
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-29
* rxrpc: Implement slow-startDavid Howells2016-09-24
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-23
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-23
* rxrpc: Need to start the resend timer on initial transmissionDavid Howells2016-09-23
* rxrpc: Preset timestamp on Tx sk_buffsDavid Howells2016-09-23
* rxrpc: Reduce the number of ACK-Requests sentDavid Howells2016-09-22
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-22
* rxrpc: Expedite ping response transmissionDavid Howells2016-09-22
* rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells2016-09-22
* rxrpc: Improve skb tracingDavid Howells2016-09-17
* rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells2016-09-17
* rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells2016-09-17
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-08
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-07
* rxrpc: Cache the security index in the rxrpc_call structDavid Howells2016-09-07