summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)Author
2021-02-17rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells
2021-02-10rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells
2021-02-03rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa
2021-01-23rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells
2021-01-23rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers
2020-10-14rxrpc: Fix server keyring leakDavid Howells
2020-10-14rxrpc: The server keyring isn't network-namespacedDavid Howells
2020-10-14rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells
2020-10-14rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells
2020-10-14rxrpc: Fix rxkad token xdr encodingMarc Dionne
2020-09-09rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells
2020-09-09rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells
2020-08-11rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells
2020-07-31rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells
2020-07-09rxrpc: Fix afs large storage transmission performance dropDavid Howells
2020-07-09rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells
2020-06-30rxrpc: Fix handling of rwind from an ACK packetDavid Howells
2020-06-30rxrpc: Fix notification call on completion of discarded callsDavid Howells
2020-06-24rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells
2020-05-27rxrpc: Fix ack discardDavid Howells
2020-05-27rxrpc: Trace discarded ACKsDavid Howells
2020-05-27rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-05-02rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells
2020-04-23KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2020-04-17rxrpc: Fix call interruptibility handlingDavid Howells
2020-04-17rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells
2020-04-08rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells
2020-04-01afs: Fix client call Rx-phase signal handlingDavid Howells
2020-02-28rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells
2020-02-11rxrpc: Fix service call disconnectionDavid Howells
2020-02-11rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2020-02-11rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells
2020-02-11rxrpc: Fix insufficient receive notification generationDavid Howells
2020-02-11rxrpc: Fix use-after-free in rxrpc_put_local()David Howells
2020-02-01rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells
2020-01-17rxrpc: Fix missing security check on incoming callsDavid Howells
2020-01-17rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells
2020-01-17rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells
2019-10-31rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells
2019-10-16rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet
2019-10-11rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells
2019-10-07rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells
2019-10-07rxrpc: Fix trace-after-put looking at the put call recordDavid Howells
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells
2019-10-07rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells
2019-10-07rxrpc: Fix call ref leakDavid Howells
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-05rxrpc: Fix misplaced tracelineDavid Howells