aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/conn_object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-1/+5
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells1-0/+2
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells1-2/+2
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells1-22/+49
2016-08-24rxrpc: Dup the main conn list for the proc interfaceDavid Howells1-0/+3
2016-08-23rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorDavid Howells1-1/+9
2016-08-23rxrpc: Set connection expiry on idle, not putDavid Howells1-25/+17
2016-08-23rxrpc: Drop channel number field from rxrpc_call structDavid Howells1-2/+3
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells1-38/+27
2016-07-06rxrpc: Move data_ready peer lookup into rxrpc_find_connection()David Howells1-17/+56
2016-07-06rxrpc: Maintain an extra ref on a conn for the cache listDavid Howells1-45/+29
2016-07-06rxrpc: Split service connection code out into its own fileDavid Howells1-132/+0
2016-07-06rxrpc: Split client connection code out into its own fileDavid Howells1-246/+1
2016-07-06rxrpc: Call channels should have separate call number spacesDavid Howells1-47/+30
2016-07-06rxrpc: Add RCU destruction for connections and callsDavid Howells1-4/+27
2016-07-06rxrpc: Release a call's connection ref on call disconnectionDavid Howells1-0/+8
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defDavid Howells1-2/+2
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadHerbert Xu1-1/+5
2016-07-06rxrpc: Check the source of a packet to a client connDavid Howells1-1/+3
2016-07-06rxrpc: Fix some sparse errorsDavid Howells1-3/+2
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells1-35/+43
2016-06-22rxrpc: Kill the client connection bundle conceptDavid Howells1-355/+197
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells1-6/+6
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells1-148/+83
2016-06-22rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock isDavid Howells1-8/+8
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells1-24/+25
2016-06-22rxrpc: Fix exclusive connection handlingDavid Howells1-58/+39
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-48/+55
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-0/+912