aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07rxrpc: Remove unused macro rxrpc_min_rtt_wlenWang Hai1-1/+0
2020-09-03Merge 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-23treewide: 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-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells4-12/+28
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+2
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig3-11/+10
2020-07-20rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2-2/+2
2020-07-13net: rxrpc: kerneldoc fixesAndrew Lunn1-1/+1
2020-06-20rxrpc: Fix notification call on completion of discarded callsDavid Howells1-0/+7
2020-06-17rxrpc: Fix afs large storage transmission performance dropDavid Howells1-1/+1
2020-06-17rxrpc: Fix handling of rwind from an ACK packetDavid Howells1-4/+3
2020-06-11rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells1-18/+11
2020-06-08Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller7-110/+111
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus 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
2020-05-28net: add sock_enable_timestampsChristoph Hellwig1-7/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-124/+283
2020-05-23rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu1-2/+1
2020-05-20rxrpc: Fix ack discardDavid Howells1-4/+26
2020-05-20rxrpc: Trace discarded ACKsDavid Howells1-2/+10
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells13-118/+248
2020-04-30docs: networking: convert rxrpc.txt to ReSTMauro Carvalho Chehab2-4/+4
2020-04-14rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2-41/+12
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreWaiman Long1-18/+9
2020-03-13afs: Fix client call Rx-phase signal handlingDavid Howells3-32/+3
2020-03-13rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells1-2/+2
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells5-17/+51
2020-03-13rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells1-9/+18
2020-02-07rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells1-3/+19
2020-02-07rxrpc: Fix service call disconnectionDavid Howells1-2/+1
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells5-24/+15
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells5-40/+62
2020-01-30rxrpc: Fix insufficient receive notification generationDavid Howells1-4/+2
2020-01-30rxrpc: Fix use-after-free in rxrpc_put_local()David Howells1-1/+4
2020-01-27rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells1-5/+7