summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
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
2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells
2016-09-07rxrpc: Use call->peer rather than call->conn->params.peerDavid Howells
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells
2016-09-07rxrpc: Delete unused rxrpc_kernel_free_skb()David Howells
2016-09-07rxrpc: Whitespace cleanupDavid Howells
2016-09-04rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells
2016-09-04rxrpc: Rearrange net/rxrpc/sendmsg.cDavid Howells
2016-09-04rxrpc: Split sendmsg from packet transmission codeDavid Howells
2016-09-04rxrpc: Don't change the epochDavid Howells
2016-09-04rxrpc: Randomise epoch and starting client conn ID valuesDavid Howells
2016-09-04rxrpc: The client call state must be changed before attachment to connDavid Howells
2016-09-02rxrpc: Fix uninitialised variable warningDavid Howells
2016-09-02rxrpc: fix undefined behavior in rxrpc_mark_call_releasedArnd Bergmann
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells
2016-08-30rxrpc: Use call->peer rather than going to the connectionDavid Howells
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells
2016-08-30rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsDavid Howells
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells
2016-08-24rxrpc: Dup the main conn list for the proc interfaceDavid Howells
2016-08-24rxrpc: Make /proc/net/rxrpc_calls saferDavid Howells
2016-08-24rxrpc: Fix conn-based retransmitDavid Howells