summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/conn_event.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells2018-06-061-1/+1
* rxrpc: Trace UDP transmission failureDavid Howells2018-05-101-3/+8
* rxrpc: Fix firewall route keepaliveDavid Howells2018-03-301-0/+3
* rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-271-1/+2
* rxrpc: Don't put crypto buffers on the stackDavid Howells2018-02-081-0/+1
* rxrpc: Fix ACK generation from the connection event processorDavid Howells2017-11-291-21/+29
* rxrpc: Delay terminal ACK transmission on a client callDavid Howells2017-11-241-13/+61
* rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells2017-06-051-2/+2
* rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-061-3/+6
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-4/+4
* rxrpc: Ignore BUSY packets on old callsDavid Howells2017-03-161-0/+4
* rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells2016-09-301-1/+2
* rxrpc: Implement slow-startDavid Howells2016-09-241-0/+1
* rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells2016-09-231-3/+2
* rxrpc: Improve skb tracingDavid Howells2016-09-171-3/+3
* rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2016-09-171-0/+3
* rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-171-1/+1
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-119/+18
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-0/+6
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-011-1/+0
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-301-0/+1
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-301-25/+25
* rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsDavid Howells2016-08-301-11/+15
* rxrpc: Fix conn-based retransmitDavid Howells2016-08-241-0/+1
* rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorDavid Howells2016-08-231-0/+113
* rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells2016-08-231-0/+2
* rxrpc: Call channels should have separate call number spacesDavid Howells2016-07-061-11/+13
* rxrpc: Add RCU destruction for connections and callsDavid Howells2016-07-061-1/+4
* rxrpc: Move usage count getting into rxrpc_queue_conn()David Howells2016-07-061-7/+1
* rxrpc: Turn connection #defines into enums and put outside struct defDavid Howells2016-07-061-3/+3
* rxrpc: Provide queuing helper functionsDavid Howells2016-07-061-1/+1
* rxrpc: Avoid using stack memory in SG lists in rxkadHerbert Xu2016-07-061-1/+4
* rxrpc: Provide more refcount helper functionsDavid Howells2016-06-221-1/+1
* rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells2016-06-221-3/+3
* rxrpc: Use structs to hold connection params and protocol infoDavid Howells2016-06-221-4/+4
* rxrpc: Rework local endpoint managementDavid Howells2016-06-151-13/+2
* rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells2016-06-131-0/+403
OpenPOWER on IntegriCloud