summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata2021-12-081-5/+9
* 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: 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: 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 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-251-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 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 sendmsg(MSG_WAITALL) handlingDavid Howells2020-04-131-2/+2
* 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/+63
* 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 trace-after-put looking at the put connection recordDavid Howells2020-01-274-10/+13
* rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells2020-01-275-5/+50
* rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells2020-01-271-0/+3
* rxrpc: Fix detection of out of order acksJeffrey Altman2020-01-272-6/+13
* rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2020-01-091-0/+3
* rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells2019-11-061-4/+7
* rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells2019-11-061-2/+3
* rxrpc: Fix call ref leakDavid Howells2019-11-061-0/+1
* rxrpc: Fix local refcountingDavid Howells2019-08-291-5/+7
* rxrpc: Fix local endpoint replacementDavid Howells2019-08-291-1/+1
* rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2019-08-291-9/+10
* rxrpc: Fix local endpoint refcountingDavid Howells2019-08-294-39/+72
* rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells2019-08-291-0/+1
* rxrpc: Fix potential deadlockDavid Howells2019-08-293-1/+20
* rxrpc: Fix send on a connected, but unbound socketDavid Howells2019-07-281-2/+2
* rxrpc: Fix net namespace cleanupDavid Howells2019-05-051-16/+16
* rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2019-05-022-5/+10
* rxrpc: Fix client call connect/disconnect raceDavid Howells2019-04-201-5/+15
* rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-191-2/+2
* rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet2019-02-121-1/+2
* rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells2018-11-233-8/+46
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-11-041-1/+1
* rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells2018-10-151-0/+1
* rxrpc: Fix incorrect conditional on IPV6David Howells2018-10-151-1/+1