Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
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-08rxrpc: Remove unused macro rxrpc_min_rtt_wlenWang Hai
2020-09-04Merge 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-24treewide: 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-31rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-21rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells
2020-07-14net: rxrpc: kerneldoc fixesAndrew Lunn
2020-06-21rxrpc: Fix notification call on completion of discarded callsDavid Howells
2020-06-18rxrpc: Fix afs large storage transmission performance dropDavid Howells
2020-06-18rxrpc: Fix handling of rwind from an ACK packetDavid Howells
2020-06-12rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells
2020-06-09Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-06-06Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-05rxrpc: Fix missing notificationDavid Howells
2020-06-05rxrpc: Move the call completion handling out of lineDavid Howells
2020-05-31rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells
2020-05-31rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACHDavid Howells
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig
2020-05-28ipv6: add ip6_sock_set_recverrChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig
2020-05-28net: add sock_enable_timestampsChristoph Hellwig
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-23rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu
2020-05-20rxrpc: Fix ack discardDavid Howells
2020-05-20rxrpc: Trace discarded ACKsDavid Howells
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-04-30docs: networking: convert rxrpc.txt to ReSTMauro Carvalho Chehab
2020-04-15rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2020-03-14afs: Fix client call Rx-phase signal handlingDavid Howells
2020-03-14rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells
2020-03-14rxrpc: Fix call interruptibility handlingDavid Howells
2020-03-14rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells
2020-02-07rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells
2020-02-07rxrpc: Fix service call disconnectionDavid Howells
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2020-01-31rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells