aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAge
...
* rxrpc: Remove skb_count from struct rxrpc_callDavid Howells2016-09-08
* rxrpc: Convert rxrpc_local::services to an hlistDavid Howells2016-09-08
* rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed valuesDavid Howells2016-09-08
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-07
* rxrpc: Fix returns of call completion helpersDavid Howells2016-09-07
* rxrpc: Calls shouldn't hold socket refsDavid Howells2016-09-07
* rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()David Howells2016-09-07
* rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()David Howells2016-09-07
* rxrpc: Cache the security index in the rxrpc_call structDavid Howells2016-09-07
* rxrpc: Use call->peer rather than call->conn->params.peerDavid Howells2016-09-07
* rxrpc: Improve the call tracking tracepointDavid Howells2016-09-07
* rxrpc: Delete unused rxrpc_kernel_free_skb()David Howells2016-09-07
* rxrpc: Whitespace cleanupDavid Howells2016-09-07
* rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells2016-09-04
* rxrpc: Rearrange net/rxrpc/sendmsg.cDavid Howells2016-09-04
* rxrpc: Split sendmsg from packet transmission codeDavid Howells2016-09-04
* rxrpc: Don't change the epochDavid Howells2016-09-04
* rxrpc: Randomise epoch and starting client conn ID valuesDavid Howells2016-09-04
* rxrpc: The client call state must be changed before attachment to connDavid Howells2016-09-04
* rxrpc: Fix uninitialised variable warningDavid Howells2016-09-02
* rxrpc: fix undefined behavior in rxrpc_mark_call_releasedArnd Bergmann2016-09-02
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-01
* rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-30
* rxrpc: Use call->peer rather than going to the connectionDavid Howells2016-08-30
* rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-30
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-30
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-30
* rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsDavid Howells2016-08-30
* rxrpc: Improve management and caching of client connection objectsDavid Howells2016-08-24
* rxrpc: Dup the main conn list for the proc interfaceDavid Howells2016-08-24
* rxrpc: Make /proc/net/rxrpc_calls saferDavid Howells2016-08-24
* rxrpc: Fix conn-based retransmitDavid Howells2016-08-24
* rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorDavid Howells2016-08-23
* rxrpc: Calculate serial skew on packet receptionDavid Howells2016-08-23
* rxrpc: Set connection expiry on idle, not putDavid Howells2016-08-23
* rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells2016-08-23
* rxrpc: Drop channel number field from rxrpc_call structDavid Howells2016-08-23
* rxrpc: When clearing a socket, clear the call sets in the right orderDavid Howells2016-08-23
* rxrpc: Tidy up the rxrpc_call struct a bitDavid Howells2016-08-23
* rxrpc: Remove RXRPC_CALL_PROC_BUSYDavid Howells2016-08-23
* rxrpc: Free packets discarded in data_readyDavid Howells2016-08-09
* rxrpc: Fix a use-after-push in data_ready handlerDavid Howells2016-08-09
* rxrpc: Once packet posted in data_ready, don't retry postingDavid Howells2016-08-09
* rxrpc: Don't access connection from call if pointer is NULLDavid Howells2016-08-09
* rxrpc: Need to flag call as being released on connect failureDavid Howells2016-08-09
* rxrpc: fix uninitialized pointer dereference in debug codeArnd Bergmann2016-08-09
* rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-06
* rxrpc: checking for IS_ERR() instead of NULLDan Carpenter2016-07-15
* rxrpc: Fix error handling in af_rxrpc_init()Wei Yongjun2016-07-12
* rxrpc: Kill off the call hash tableDavid Howells2016-07-06