summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix potential NULL-pointer exceptionDavid Howells2017-03-031-7/+8
* rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-017-22/+154
* rxrpc: Kernel calls get stuck in recvmsgDavid Howells2017-02-261-2/+6
* rxrpc: Fix an assertion in rxrpc_read()Marc Dionne2017-02-241-1/+1
* rxrpc: Change module filename to rxrpc.koDavid Howells2017-02-171-6/+6
* rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells2017-01-093-1/+11
* rxrpc: Show a call's hard-ACK cursors in /proc/net/rxrpc_callsDavid Howells2017-01-051-2/+7
* rxrpc: Add some more tracingDavid Howells2017-01-052-1/+6
* rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-055-381/+0
* scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-041-1/+1
* rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox2016-12-142-7/+8
* udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-4/+3
* rxrpc: Fix checking of error from ip6_route_output()David Howells2016-10-131-2/+2
* rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()David Howells2016-10-131-1/+1
* rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells2016-10-061-5/+6
* rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-065-6/+28
* rxrpc: Return negative error code to kernel serviceDavid Howells2016-10-061-1/+1
* rxrpc: Add missing notificationDavid Howells2016-10-061-0/+1
* rxrpc: Queue the call on expiryDavid Howells2016-10-061-4/+6
* rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells2016-10-061-0/+37
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-068-29/+82
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-068-84/+102
* rxrpc: Only ping for lost reply in client callDavid Howells2016-10-061-1/+2
* rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells2016-10-061-1/+1
* rxrpc: Fix duplicate constDavid Howells2016-10-062-2/+2
* rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells2016-10-061-2/+2
* rxrpc: Fix the call timer handlingDavid Howells2016-09-302-13/+20
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-307-62/+69
* rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells2016-09-301-1/+0
* rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells2016-09-306-21/+24
* rxrpc: Reduce ssthresh to peer's receive windowDavid Howells2016-09-301-0/+2
* rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells2016-09-301-3/+3
* rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells2016-09-291-4/+4
* rxrpc: Request more ACKs in slow-start modeDavid Howells2016-09-291-0/+1
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-295-25/+18
* rxrpc: When activating client conn channels, do state check inside lockDavid Howells2016-09-291-11/+25
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-296-21/+15
* rxrpc: Fix exclusive client connectionsDavid Howells2016-09-291-1/+1
* rxrpc: Implement slow-startDavid Howells2016-09-248-13/+294
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-244-0/+13
* rxrpc: Generate a summary of the ACK state for later useDavid Howells2016-09-242-11/+48
* rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells2016-09-241-2/+8
* rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-243-0/+11
* rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells2016-09-241-3/+3
* rxrpc: Send an immediate ACK if we fill in a holeDavid Howells2016-09-241-1/+9
* rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells2016-09-244-9/+33
* rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2016-09-231-0/+2
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-236-28/+73
* rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2016-09-231-6/+5
* rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells2016-09-232-4/+6