summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)Author
2020-12-09net: rxrpc: convert comma to semicolonZheng Yongjun
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells
2020-11-23rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells
2020-11-23rxrpc: Organise connection security to use a unionDavid Howells
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells
2020-11-23rxrpc: Fix example key name in a commentDavid Howells
2020-11-23rxrpc: Ignore unknown tokens in key payload unless no known tokensDavid Howells
2020-11-23rxrpc: Make the parsing of xdr payloads more coherentDavid Howells
2020-11-23rxrpc: Allow security classes to give more info on server keysDavid Howells
2020-11-23rxrpc: Don't leak the service-side session key to userspaceDavid Howells
2020-11-23rxrpc: Hand server key parsing off to the security classDavid Howells
2020-11-23rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells
2020-11-23rxrpc: List the held token types in the key description in /proc/keysDavid Howells
2020-11-23rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells
2020-10-15rxrpc: Fix bundle counting for exclusive connectionsDavid Howells
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-05rxrpc: Fix server keyring leakDavid Howells
2020-10-05rxrpc: The server keyring isn't network-namespacedDavid Howells
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells
2020-10-05rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells
2020-10-05rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells
2020-10-05rxrpc: Fix rxkad token xdr encodingMarc Dionne
2020-09-14rxrpc: Fix an overget of the conn bundle when setting up a client connDavid Howells
2020-09-14rxrpc: Fix conn bundle leak in net-namespace exitDavid Howells
2020-09-14rxrpc: Fix rxrpc_bundle::alloc_error to be signedDavid Howells
2020-09-14rxrpc: Fix an error goto in rxrpc_connect_call()David Howells
2020-09-08rxrpc: Allow multiple client connections to the same peerDavid Howells
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells
2020-09-08rxrpc: Impose a maximum number of client callsDavid Howells
2020-09-07rxrpc: Remove unused macro rxrpc_min_rtt_wlenWang Hai
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-27rxrpc: Fix memory leak in rxkad_verify_response()Dinghao Liu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells
2020-08-20rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-20rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells
2020-07-13net: rxrpc: kerneldoc fixesAndrew Lunn
2020-06-20rxrpc: Fix notification call on completion of discarded callsDavid Howells
2020-06-17rxrpc: Fix afs large storage transmission performance dropDavid Howells
2020-06-17rxrpc: Fix handling of rwind from an ACK packetDavid Howells
2020-06-11rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells