summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2020-08-11rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells4-12/+28
2020-07-31rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2-2/+2
2020-06-30rxrpc: Fix handling of rwind from an ACK packetDavid Howells1-4/+3
2020-06-30rxrpc: Fix notification call on completion of discarded callsDavid Howells1-0/+7
2020-06-25rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells1-3/+3
2020-05-27rxrpc: Fix ack discardDavid Howells1-4/+26
2020-05-27rxrpc: Trace discarded ACKsDavid Howells1-2/+10
2020-05-27rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu1-2/+1
2020-05-02rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2-41/+12
2020-04-23KEYS: Don't write out to userspace while holding key semaphoreWaiman Long1-18/+9
2020-04-13rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells1-2/+2
2020-02-28rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells1-3/+19
2020-02-11rxrpc: Fix service call disconnectionDavid Howells1-2/+1
2020-02-11rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells5-24/+15
2020-02-11rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells5-40/+63
2020-02-11rxrpc: Fix insufficient receive notification generationDavid Howells1-4/+2
2020-02-11rxrpc: Fix use-after-free in rxrpc_put_local()David Howells1-1/+4
2020-01-27rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells4-10/+13
2020-01-27rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells5-5/+50
2020-01-27rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells1-0/+3
2020-01-27rxrpc: Fix detection of out of order acksJeffrey Altman2-6/+13
2020-01-09rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells1-0/+3
2019-11-06rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells1-4/+7
2019-11-06rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells1-2/+3
2019-11-06rxrpc: Fix call ref leakDavid Howells1-0/+1
2019-08-29rxrpc: Fix local refcountingDavid Howells1-5/+7
2019-08-29rxrpc: Fix local endpoint replacementDavid Howells1-1/+1
2019-08-29rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells1-9/+10
2019-08-29rxrpc: Fix local endpoint refcountingDavid Howells4-39/+72
2019-08-29rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells1-0/+1
2019-08-29rxrpc: Fix potential deadlockDavid Howells3-1/+20
2019-07-28rxrpc: Fix send on a connected, but unbound socketDavid Howells1-2/+2
2019-05-05rxrpc: Fix net namespace cleanupDavid Howells1-16/+16
2019-05-02rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2-5/+10
2019-04-20rxrpc: Fix client call connect/disconnect raceDavid Howells1-5/+15
2019-03-19rxrpc: Fix client call queueing, waiting for channelDavid Howells1-2/+2
2019-02-12rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet1-1/+2
2018-11-23rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells3-8/+46
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-15rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells1-0/+1
2018-10-15rxrpc: Fix incorrect conditional on IPV6David Howells1-1/+1
2018-10-15rxrpc: use correct kvec num when sending BUSY response packetYueHaibing1-1/+2
2018-10-15rxrpc: Fix an uninitialised variableDavid Howells1-1/+1
2018-10-08rxrpc: Fix the packet reception routineDavid Howells6-50/+105
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells3-15/+19
2018-10-08rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells1-9/+10
2018-10-08rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells1-6/+8
2018-10-08rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells1-16/+19
2018-10-08rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells1-28/+13
2018-10-08rxrpc: Use the UDP encap_rcv hookDavid Howells3-44/+35