summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2020-11-23rxrpc: Don't leak the service-side session key to userspaceDavid Howells1-2/+6
2020-11-23rxrpc: Hand server key parsing off to the security classDavid Howells4-30/+86
2020-11-23rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells4-127/+149
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells7-67/+100
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells5-13/+17
2020-11-23rxrpc: List the held token types in the key description in /proc/keysDavid Howells1-1/+28
2020-11-23rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells1-468/+0
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells3-3/+7
2020-10-15rxrpc: Fix bundle counting for exclusive connectionsDavid Howells1-2/+3
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-289/+65
2020-10-05rxrpc: Fix server keyring leakDavid Howells1-1/+1
2020-10-05rxrpc: The server keyring isn't network-namespacedDavid Howells1-1/+1
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells6-280/+48
2020-10-05rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells1-3/+3
2020-10-05rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells1-2/+2
2020-10-05rxrpc: Fix rxkad token xdr encodingMarc Dionne1-2/+10
2020-09-14rxrpc: Fix an overget of the conn bundle when setting up a client connDavid Howells1-1/+0
2020-09-14rxrpc: Fix conn bundle leak in net-namespace exitDavid Howells1-0/+1
2020-09-14rxrpc: Fix rxrpc_bundle::alloc_error to be signedDavid Howells1-1/+1
2020-09-14rxrpc: Fix an error goto in rxrpc_connect_call()David Howells1-2/+3
2020-09-08rxrpc: Allow multiple client connections to the same peerDavid Howells1-0/+6
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells11-662/+555
2020-09-08rxrpc: Impose a maximum number of client callsDavid Howells3-3/+49
2020-09-08rxrpc: Remove unused macro rxrpc_min_rtt_wlenWang Hai1-1/+0
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds7-84/+157
2020-08-27rxrpc: Fix memory leak in rxkad_verify_response()Dinghao Liu1-1/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-14/+14
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells1-3/+13
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells5-71/+132
2020-08-20rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells1-10/+11
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-12/+28
2020-07-31rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells4-12/+28
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+2
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig3-11/+10
2020-07-21rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2-2/+2
2020-07-14net: rxrpc: kerneldoc fixesAndrew Lunn1-1/+1
2020-06-21rxrpc: Fix notification call on completion of discarded callsDavid Howells1-0/+7
2020-06-18rxrpc: Fix afs large storage transmission performance dropDavid Howells1-1/+1
2020-06-18rxrpc: Fix handling of rwind from an ACK packetDavid Howells1-4/+3
2020-06-12rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells1-18/+11
2020-06-09Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller7-110/+111
2020-06-06Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+6
2020-06-05rxrpc: Fix missing notificationDavid Howells6-25/+21
2020-06-05rxrpc: Move the call completion handling out of lineDavid Howells3-98/+103
2020-05-31rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells1-3/+3
2020-05-31rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACHDavid Howells1-0/+3
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig1-0/+13
2020-05-28ipv6: add ip6_sock_set_recverrChristoph Hellwig1-8/+2
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig2-16/+6
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig1-7/+1