aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/conn_object.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-05rxrpc: Add some more tracingGravatar David Howells 1-0/+1
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsGravatar David Howells 1-1/+0
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointGravatar David Howells 1-3/+69
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6Gravatar David Howells 1-0/+2
2016-09-13rxrpc: Add IPv6 supportGravatar David Howells 1-0/+8
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-1/+5
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsGravatar David Howells 1-0/+2
2016-08-30rxrpc: Calls should only have one terminal stateGravatar David Howells 1-2/+2
2016-08-24rxrpc: Improve management and caching of client connection objectsGravatar David Howells 1-22/+49
2016-08-24rxrpc: Dup the main conn list for the proc interfaceGravatar David Howells 1-0/+3
2016-08-23rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorGravatar David Howells 1-1/+9
2016-08-23rxrpc: Set connection expiry on idle, not putGravatar David Howells 1-25/+17
2016-08-23rxrpc: Drop channel number field from rxrpc_call structGravatar David Howells 1-2/+3
2016-07-06rxrpc: Use RCU to access a peer's service connection treeGravatar David Howells 1-38/+27
2016-07-06rxrpc: Move data_ready peer lookup into rxrpc_find_connection()Gravatar David Howells 1-17/+56
2016-07-06rxrpc: Maintain an extra ref on a conn for the cache listGravatar David Howells 1-45/+29
2016-07-06rxrpc: Split service connection code out into its own fileGravatar David Howells 1-132/+0
2016-07-06rxrpc: Split client connection code out into its own fileGravatar David Howells 1-246/+1
2016-07-06rxrpc: Call channels should have separate call number spacesGravatar David Howells 1-47/+30
2016-07-06rxrpc: Add RCU destruction for connections and callsGravatar David Howells 1-4/+27
2016-07-06rxrpc: Release a call's connection ref on call disconnectionGravatar David Howells 1-0/+8
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defGravatar David Howells 1-2/+2
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadGravatar Herbert Xu 1-1/+5
2016-07-06rxrpc: Check the source of a packet to a client connGravatar David Howells 1-1/+3
2016-07-06rxrpc: Fix some sparse errorsGravatar David Howells 1-3/+2
2016-06-22rxrpc: Kill off the rxrpc_transport structGravatar David Howells 1-35/+43
2016-06-22rxrpc: Kill the client connection bundle conceptGravatar David Howells 1-355/+197
2016-06-22rxrpc: Provide more refcount helper functionsGravatar David Howells 1-6/+6
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisGravatar David Howells 1-148/+83
2016-06-22rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock isGravatar David Howells 1-8/+8
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsGravatar David Howells 1-24/+25
2016-06-22rxrpc: Fix exclusive connection handlingGravatar David Howells 1-58/+39
2016-06-22rxrpc: Use structs to hold connection params and protocol infoGravatar David Howells 1-48/+55
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixGravatar David Howells 1-0/+912