aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells1-7/+16
2016-09-13rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells1-3/+5
2016-09-13rxrpc: Use skb->len not skb->data_lenDavid Howells1-4/+4
2016-09-13rxrpc: Add missing wakeup on Tx window rotationDavid Howells1-0/+2
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-511/+533
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells1-1/+1
2016-09-08rxrpc: Add tracepoints to record received packets and end of data_readyDavid Howells1-2/+6
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells1-3/+4
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells1-12/+14
2016-09-07rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()David Howells1-2/+2
2016-09-07rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()David Howells1-3/+4
2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells1-1/+1
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells1-3/+3
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-2/+8
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells1-2/+2
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells1-34/+34
2016-08-24rxrpc: Fix conn-based retransmitDavid Howells1-1/+1
2016-08-23rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorDavid Howells1-2/+29
2016-08-23rxrpc: Calculate serial skew on packet receptionDavid Howells1-14/+23
2016-08-09rxrpc: Free packets discarded in data_readyDavid Howells1-0/+2
2016-08-09rxrpc: Fix a use-after-push in data_ready handlerDavid Howells1-6/+11
2016-08-09rxrpc: Once packet posted in data_ready, don't retry postingDavid Howells1-5/+3
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells1-10/+2
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells1-21/+23
2016-07-06rxrpc: Move data_ready peer lookup into rxrpc_find_connection()David Howells1-27/+3
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()David Howells1-1/+0
2016-07-06rxrpc: Provide queuing helper functionsDavid Howells1-1/+1
2016-07-01rxrpc: Fix processing of authenticated/encrypted jumbo packetsDavid Howells1-1/+1
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells1-7/+1
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells1-1/+1
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells1-4/+3
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells1-1/+1
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-2/+2
2016-06-22rxrpc: checking for IS_ERR() instead of NULLDan Carpenter1-1/+1
2016-06-15rxrpc: Rework local endpoint managementDavid Howells1-22/+7
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUDavid Howells1-4/+9
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-0/+800