summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)Author
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: 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-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-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-25rxrpc: 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-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-13rxrpc: Fix sendmsg(MSG_WAITALL) 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-01-27rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells
2020-01-27rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells
2020-01-27rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells
2020-01-27rxrpc: Fix detection of out of order acksJeffrey Altman
2020-01-09rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells
2019-11-06rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells
2019-11-06rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells
2019-11-06rxrpc: Fix call ref leakDavid Howells
2019-08-29rxrpc: Fix local refcountingDavid Howells
2019-08-29rxrpc: Fix local endpoint replacementDavid Howells
2019-08-29rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells
2019-08-29rxrpc: Fix local endpoint refcountingDavid Howells
2019-08-29rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells
2019-08-29rxrpc: Fix potential deadlockDavid Howells
2019-07-28rxrpc: Fix send on a connected, but unbound socketDavid Howells
2019-05-05rxrpc: Fix net namespace cleanupDavid Howells
2019-05-02rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet
2019-04-20rxrpc: Fix client call connect/disconnect raceDavid Howells
2019-03-19rxrpc: Fix client call queueing, waiting for channelDavid Howells
2019-02-12rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet
2018-11-23rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-15rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells
2018-10-15rxrpc: Fix incorrect conditional on IPV6David Howells
2018-10-15rxrpc: use correct kvec num when sending BUSY response packetYueHaibing