summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* rxrpc: Fix afs large storage transmission performance dropDavid Howells2020-06-171-1/+1
* rxrpc: Fix handling of rwind from an ACK packetDavid Howells2020-06-171-4/+3
* rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells2020-06-111-18/+11
* Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-06-087-110/+111
|\
| * rxrpc: Fix missing notificationDavid Howells2020-06-056-25/+21
| * rxrpc: Move the call completion handling out of lineDavid Howells2020-06-053-98/+103
* | Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-052-3/+6
|\ \
| * | rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells2020-05-311-3/+3
| * | rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACHDavid Howells2020-05-311-0/+3
| |/
* | rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig2020-05-281-0/+13
* | ipv6: add ip6_sock_set_recverrChristoph Hellwig2020-05-281-8/+2
* | ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig2020-05-282-16/+6
* | ipv4: add ip_sock_set_recverrChristoph Hellwig2020-05-281-7/+1
* | net: add sock_enable_timestampsChristoph Hellwig2020-05-281-7/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-2414-124/+283
|\|
| * rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu2020-05-231-2/+1
| * rxrpc: Fix ack discardDavid Howells2020-05-201-4/+26
| * rxrpc: Trace discarded ACKsDavid Howells2020-05-201-2/+10
| * rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-1113-118/+248
* | docs: networking: convert rxrpc.txt to ReSTMauro Carvalho Chehab2020-04-302-4/+4
|/
* rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2020-04-142-41/+12
* KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-03-291-18/+9
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-03-133-32/+3
* rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells2020-03-131-2/+2
* rxrpc: Fix call interruptibility handlingDavid Howells2020-03-135-17/+51
* rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells2020-03-131-9/+18
* rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells2020-02-071-3/+19
* rxrpc: Fix service call disconnectionDavid Howells2020-02-071-2/+1
* rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-035-24/+15
* rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells2020-01-305-40/+62
* rxrpc: Fix insufficient receive notification generationDavid Howells2020-01-301-4/+2
* rxrpc: Fix use-after-free in rxrpc_put_local()David Howells2020-01-301-1/+4
* rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells2020-01-271-5/+7
* Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-12-247-98/+85
|\
| * rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-206-60/+59
| * rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells2019-12-201-17/+3