summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2016-09-17rxrpc: Improve skb tracingDavid Howells
2016-09-17rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells
2016-09-17rxrpc: Add a tracepoint to log ACK transmissionDavid Howells
2016-09-17rxrpc: Add a tracepoint to log received ACK packetsDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells
2016-09-17rxrpc: Add some additional call tracingDavid Howells
2016-09-17rxrpc: Print the packet type name in the Rx packet traceDavid Howells
2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells
2016-09-17rxrpc: Be consistent about switch value in rxrpc_send_call_packet()David Howells
2016-09-17rxrpc: Don't transmit an ACK if there's no reason setDavid Howells
2016-09-17rxrpc: Fix retransmission algorithmDavid Howells
2016-09-17rxrpc: Fix the parsing of soft-ACKsDavid Howells
2016-09-17rxrpc: Fix unexposed client conn releaseDavid Howells
2016-09-17rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells
2016-09-17rxrpc: Fix the putting of client connectionsDavid Howells
2016-09-17rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells
2016-09-17rxrpc: Record calls that need to be acceptedDavid Howells
2016-09-17rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells
2016-09-17rxrpc: Check the return value of rxrpc_locate_data()David Howells
2016-09-17rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to callerDavid Howells
2016-09-17rxrpc: Remove some whitespace.David Howells
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells
2016-09-13rxrpc: Add IPv6 supportDavid Howells
2016-09-13rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells
2016-09-13rxrpc: Don't specify protocol to when creating transport socketDavid Howells
2016-09-13rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells
2016-09-13rxrpc: Fix prealloc refcountingDavid Howells
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells
2016-09-13rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells
2016-09-13rxrpc: Use skb->len not skb->data_lenDavid Howells
2016-09-13rxrpc: Add missing unlock in rxrpc_call_accept()David Howells
2016-09-13rxrpc: Requeue call for recvmsg if more dataDavid Howells
2016-09-13rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells
2016-09-13rxrpc: Add missing wakeup on Tx window rotationDavid Howells
2016-09-13rxrpc: Make sure we initialise the peer hash keyDavid Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells
2016-09-08rxrpc: Add tracepoints to record received packets and end of data_readyDavid Howells
2016-09-08rxrpc: Remove skb_count from struct rxrpc_callDavid Howells
2016-09-08rxrpc: Convert rxrpc_local::services to an hlistDavid Howells
2016-09-08rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed valuesDavid Howells
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells
2016-09-07rxrpc: Fix returns of call completion helpersDavid Howells
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells
2016-09-07rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()David Howells
2016-09-07rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()David Howells