summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells2021-02-171-2/+0
* rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-02-101-3/+3
* rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa2021-02-031-0/+1
* rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells2021-01-231-2/+4
* rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers2021-01-231-1/+1
* rxrpc: Fix server keyring leakDavid Howells2020-10-141-1/+1
* rxrpc: The server keyring isn't network-namespacedDavid Howells2020-10-141-1/+1
* rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells2020-10-141-3/+3
* rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells2020-10-141-2/+2
* rxrpc: Fix rxkad token xdr encodingMarc Dionne2020-10-141-2/+10
* rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2020-09-091-3/+13
* rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells2020-09-091-10/+11
* rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells2020-08-114-12/+28
* rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-312-2/+2
* rxrpc: Fix afs large storage transmission performance dropDavid Howells2020-07-091-1/+1
* rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells2020-07-091-18/+11
* rxrpc: Fix handling of rwind from an ACK packetDavid Howells2020-06-301-4/+3
* rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-301-0/+7
* rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells2020-06-241-3/+3
* rxrpc: Fix ack discardDavid Howells2020-05-271-4/+26
* rxrpc: Trace discarded ACKsDavid Howells2020-05-271-2/+10
* rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu2020-05-271-2/+1
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-2713-118/+248
* rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2020-05-022-41/+12
* KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-04-231-18/+9
* rxrpc: Fix call interruptibility handlingDavid Howells2020-04-175-17/+51
* rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells2020-04-171-9/+18
* rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells2020-04-081-2/+2
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-04-013-32/+3
* rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells2020-02-281-3/+19
* rxrpc: Fix service call disconnectionDavid Howells2020-02-111-2/+1
* rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-115-24/+15
* rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells2020-02-115-40/+62
* rxrpc: Fix insufficient receive notification generationDavid Howells2020-02-111-4/+2
* rxrpc: Fix use-after-free in rxrpc_put_local()David Howells2020-02-111-1/+4
* rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells2020-02-011-5/+7
* rxrpc: Fix missing security check on incoming callsDavid Howells2020-01-176-60/+59
* rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells2020-01-171-17/+3
* rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2020-01-172-26/+28
* rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells2019-10-312-5/+14
* rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet2019-10-161-4/+8
* rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2019-10-111-0/+3
* rxrpc: Fix call crypto state cleanupDavid Howells2019-10-076-7/+12
* rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells2019-10-071-2/+3
* rxrpc: Fix trace-after-put looking at the put call recordDavid Howells2019-10-072-12/+18
* rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells2019-10-074-10/+13
* rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells2019-10-071-4/+7
* rxrpc: Fix call ref leakDavid Howells2019-10-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+1
|\
| * rxrpc: Fix misplaced tracelineDavid Howells2019-09-051-1/+1