index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
conn_object.c
Age
Commit message (
Expand
)
Author
2024-05-01
rxrpc: Clients must accept conn from any address
Jeffrey Altman
2024-03-05
rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags
David Howells
2023-11-01
rxrpc: Fix two connection reaping bugs
David Howells
2023-01-06
rxrpc: Move client call connection to the I/O thread
David Howells
2023-01-06
rxrpc: Move the client conn cache management to the I/O thread
David Howells
2023-01-06
rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parameters
David Howells
2023-01-06
rxrpc: Make the set of connection IDs per local endpoint
David Howells
2023-01-06
rxrpc: Implement a mechanism to send an event notification to a connection
David Howells
2023-01-06
rxrpc: Make the local endpoint hold a ref on a connected call
David Howells
2022-12-01
rxrpc: Make the I/O thread take over the call and local processor work
David Howells
2022-12-01
rxrpc: Extract the peer address from an incoming packet earlier
David Howells
2022-12-01
rxrpc: Remove RCU from peer->error_targets list
David Howells
2022-12-01
rxrpc: Don't hold a ref for connection workqueue
David Howells
2022-12-01
rxrpc: Trace rxrpc_bundle refcount
David Howells
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracing
David Howells
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing
David Howells
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing
David Howells
2022-12-01
rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundle
David Howells
2022-12-01
rxrpc: Remove the [_k]net() debugging macros
David Howells
2022-11-08
rxrpc: Fix congestion management
David Howells
2022-11-08
rxrpc: Get rid of the Rx ring
David Howells
2022-05-22
rxrpc, afs: Fix selection of abort codes
David Howells
2022-05-22
rxrpc: Use refcount_t rather than atomic_t
David Howells
2020-11-23
rxrpc: Ask the security class how much space to allow in a packet
David Howells
2020-11-23
rxrpc: Don't retain the server key in the connection
David Howells
2020-09-08
rxrpc: Rewrite the client connection manager
David Howells
2020-07-30
rxrpc: Fix race between recvmsg and sendmsg on immediate call failure
David Howells
2020-02-07
rxrpc: Fix service call disconnection
David Howells
2020-02-03
rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect
David Howells
2019-10-07
rxrpc: Fix trace-after-put looking at the put connection record
David Howells
2019-08-30
rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]
David Howells
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-10-04
rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()
David Howells
2018-10-04
rxrpc: Use IPv4 addresses throught the IPv6
David Howells
2018-09-28
rxrpc: Fix error distribution
David Howells
2018-09-28
rxrpc: Make service call handling more robust
David Howells
2018-09-28
rxrpc: Fix checks as to whether we should set up a new call
David Howells
2018-09-27
rxrpc: Remove dup code from rxrpc_find_connection_rcu()
David Howells
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
2018-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-03-30
rxrpc: Fix apparent leak of rxrpc_local objects
David Howells
2018-03-30
rxrpc: Fix checker warnings and errors
David Howells
2018-02-07
rxrpc: Fix received abort handling
David Howells
2017-11-29
rxrpc: Clean up whitespace
David Howells
2017-11-24
rxrpc: Fix conn expiry timers
David Howells
2017-11-24
rxrpc: Fix service endpoint expiry
David Howells
2017-11-24
rxrpc: Delay terminal ACK transmission on a client call
David Howells
2017-08-29
rxrpc: Fix IPv6 support
David Howells
2017-06-14
rxrpc: Cache the congestion window setting
David Howells
2017-06-05
rxrpc: Separate the connection's protocol service ID from the lookup ID
David Howells
[next]