summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/conn_object.c
AgeCommit message (Expand)AuthorLines
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells-1/+1
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells-24/+25
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells-1/+0
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells-1/+0
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells-6/+6
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells-3/+5
2020-02-07rxrpc: Fix service call disconnectionDavid Howells-2/+1
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells-2/+2
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells-6/+7
2019-08-30rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells-1/+1
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells-2/+3
2018-09-28rxrpc: Fix error distributionDavid Howells-1/+1
2018-09-28rxrpc: Make service call handling more robustDavid Howells-1/+6
2018-09-28rxrpc: Fix checks as to whether we should set up a new callDavid Howells-1/+1
2018-09-27rxrpc: Remove dup code from rxrpc_find_connection_rcu()David Howells-3/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland-2/+2
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+9
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells-0/+8
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells-1/+1
2018-02-07rxrpc: Fix received abort handlingDavid Howells-4/+12
2017-11-29rxrpc: Clean up whitespaceDavid Howells-1/+1
2017-11-24rxrpc: Fix conn expiry timersDavid Howells-11/+17
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells-18/+24
2017-11-24rxrpc: Delay terminal ACK transmission on a client callDavid Howells-0/+10
2017-08-29rxrpc: Fix IPv6 supportDavid Howells-1/+1
2017-06-14rxrpc: Cache the congestion window settingDavid Howells-0/+2
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells-1/+0
2017-05-25rxrpc: Support network namespacingDavid Howells-30/+25
2017-01-05rxrpc: Add some more tracingDavid Howells-0/+1
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells-1/+0
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells-3/+69
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells-0/+2
2016-09-13rxrpc: Add IPv6 supportDavid Howells-0/+8
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells-1/+5
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells-0/+2
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells-2/+2
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells-22/+49
2016-08-24rxrpc: Dup the main conn list for the proc interfaceDavid Howells-0/+3
2016-08-23rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorDavid Howells-1/+9
2016-08-23rxrpc: Set connection expiry on idle, not putDavid Howells-25/+17
2016-08-23rxrpc: Drop channel number field from rxrpc_call structDavid Howells-2/+3
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells-38/+27
2016-07-06rxrpc: Move data_ready peer lookup into rxrpc_find_connection()David Howells-17/+56
2016-07-06rxrpc: Maintain an extra ref on a conn for the cache listDavid Howells-45/+29
2016-07-06rxrpc: Split service connection code out into its own fileDavid Howells-132/+0
2016-07-06rxrpc: Split client connection code out into its own fileDavid Howells-246/+1
2016-07-06rxrpc: Call channels should have separate call number spacesDavid Howells-47/+30
2016-07-06rxrpc: Add RCU destruction for connections and callsDavid Howells-4/+27