aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells1-1/+2
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells1-0/+2
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-83/+94
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells1-1/+31
2016-09-08rxrpc: Remove skb_count from struct rxrpc_callDavid Howells1-1/+0
2016-09-08rxrpc: Convert rxrpc_local::services to an hlistDavid Howells1-2/+2
2016-09-08rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed valuesDavid Howells1-11/+13
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells1-5/+9
2016-09-07rxrpc: Fix returns of call completion helpersDavid Howells1-5/+8
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells1-10/+5
2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells1-0/+1
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells1-2/+20
2016-09-07rxrpc: Whitespace cleanupDavid Howells1-2/+1
2016-09-04rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells1-7/+0
2016-09-04rxrpc: Split sendmsg from packet transmission codeDavid Howells1-3/+6
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-2/+21
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells1-14/+5
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells1-26/+90
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells1-10/+46
2016-08-24rxrpc: Dup the main conn list for the proc interfaceDavid Howells1-0/+2
2016-08-24rxrpc: Make /proc/net/rxrpc_calls saferDavid Howells1-1/+3
2016-08-23rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorDavid Howells1-1/+6
2016-08-23rxrpc: Calculate serial skew on packet receptionDavid Howells1-3/+4
2016-08-23rxrpc: Set connection expiry on idle, not putDavid Howells1-2/+9
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells1-38/+7
2016-08-23rxrpc: Drop channel number field from rxrpc_call structDavid Howells1-1/+0
2016-08-23rxrpc: Tidy up the rxrpc_call struct a bitDavid Howells1-8/+15
2016-08-23rxrpc: Remove RXRPC_CALL_PROC_BUSYDavid Howells1-1/+0
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells1-0/+1
2016-07-06rxrpc: Kill off the call hash tableDavid Howells1-11/+2
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells1-9/+12
2016-07-06rxrpc: Move data_ready peer lookup into rxrpc_find_connection()David Howells1-3/+0
2016-07-06rxrpc: Prune the contents of the rxrpc_conn_proto structDavid Howells1-13/+7
2016-07-06rxrpc: Maintain an extra ref on a conn for the cache listDavid Howells1-1/+4
2016-07-06rxrpc: Move peer lookup from call-accept to new-incoming-connDavid Howells1-1/+2
2016-07-06rxrpc: Split service connection code out into its own fileDavid Howells1-3/+10
2016-07-06rxrpc: Split client connection code out into its own fileDavid Howells1-3/+3
2016-07-06rxrpc: Call channels should have separate call number spacesDavid Howells1-5/+9
2016-07-06rxrpc: Add RCU destruction for connections and callsDavid Howells1-1/+3
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()David Howells1-1/+8
2016-07-06rxrpc: Check that the client conns cache is empty before module removalDavid Howells1-0/+1
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defDavid Howells1-12/+30
2016-07-06rxrpc: Provide queuing helper functionsDavid Howells1-1/+11
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadHerbert Xu1-4/+4
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells1-47/+10
2016-06-22rxrpc: Kill the client connection bundle conceptDavid Howells1-37/+20
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells1-2/+13
2016-06-22rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells1-1/+1
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells1-2/+11
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells1-3/+3