summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa2021-01-281-0/+1
* rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers2021-01-131-1/+1
* rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells2021-01-131-2/+4
* net: rxrpc: convert comma to semicolonZheng Yongjun2020-12-091-1/+1
* rxrpc: Ask the security class how much space to allow in a packetDavid Howells2020-11-235-40/+82
* rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells2020-11-231-3/+1
* rxrpc: Organise connection security to use a unionDavid Howells2020-11-232-23/+28
* rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells2020-11-234-27/+14
* rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells2020-11-235-23/+15
* rxrpc: Fix example key name in a commentDavid Howells2020-11-231-1/+1
* rxrpc: Ignore unknown tokens in key payload unless no known tokensDavid Howells2020-11-231-10/+21
* rxrpc: Make the parsing of xdr payloads more coherentDavid Howells2020-11-231-10/+11
* rxrpc: Allow security classes to give more info on server keysDavid Howells2020-11-232-0/+7
* rxrpc: Don't leak the service-side session key to userspaceDavid Howells2020-11-231-2/+6
* rxrpc: Hand server key parsing off to the security classDavid Howells2020-11-234-30/+86
* rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells2020-11-234-127/+149
* rxrpc: Don't retain the server key in the connectionDavid Howells2020-11-237-67/+100
* rxrpc: Support keys with multiple authentication tokensDavid Howells2020-11-235-13/+17
* rxrpc: List the held token types in the key description in /proc/keysDavid Howells2020-11-231-1/+28
* rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells2020-11-231-468/+0
* rxrpc: Fix loss of final ack on shutdownDavid Howells2020-10-153-3/+7
* rxrpc: Fix bundle counting for exclusive connectionsDavid Howells2020-10-151-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-087-289/+65
|\
| * rxrpc: Fix server keyring leakDavid Howells2020-10-051-1/+1
| * rxrpc: The server keyring isn't network-namespacedDavid Howells2020-10-051-1/+1
| * rxrpc: Fix accept on a connection that need securingDavid Howells2020-10-056-280/+48
| * rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells2020-10-051-3/+3
| * rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells2020-10-051-2/+2
| * rxrpc: Fix rxkad token xdr encodingMarc Dionne2020-10-051-2/+10
* | rxrpc: Fix an overget of the conn bundle when setting up a client connDavid Howells2020-09-141-1/+0
* | rxrpc: Fix conn bundle leak in net-namespace exitDavid Howells2020-09-141-0/+1
* | rxrpc: Fix rxrpc_bundle::alloc_error to be signedDavid Howells2020-09-141-1/+1
* | rxrpc: Fix an error goto in rxrpc_connect_call()David Howells2020-09-141-2/+3
* | rxrpc: Allow multiple client connections to the same peerDavid Howells2020-09-081-0/+6
* | rxrpc: Rewrite the client connection managerDavid Howells2020-09-0811-662/+555
* | rxrpc: Impose a maximum number of client callsDavid Howells2020-09-083-3/+49
* | rxrpc: Remove unused macro rxrpc_min_rtt_wlenWang Hai2020-09-071-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-037-84/+157
|\
| * rxrpc: Fix memory leak in rxkad_verify_response()Dinghao Liu2020-08-271-1/+2
| * rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2020-08-201-3/+13
| * rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells2020-08-205-71/+132
| * rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells2020-08-201-10/+11
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-238-14/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-024-12/+28
|\
| * rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells2020-07-304-12/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-2/+2
|\|
| * rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-202-2/+2
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-243-11/+10
* | net: rxrpc: kerneldoc fixesAndrew Lunn2020-07-131-1/+1
|/
* rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-201-0/+7