summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)Author
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
2018-10-15rxrpc: Fix an uninitialised variableDavid Howells
2018-10-08rxrpc: Fix the packet reception routineDavid Howells
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells
2018-10-08rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells
2018-10-08rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells
2018-10-08rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells
2018-10-08rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells
2018-10-08rxrpc: Use the UDP encap_rcv hookDavid Howells
2018-10-05rxrpc: Fix the data_ready handlerDavid Howells
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells
2018-09-28rxrpc: Fix error distributionDavid Howells
2018-09-28rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells
2018-09-28rxrpc: Make service call handling more robustDavid Howells
2018-09-28rxrpc: Improve up-front incoming packet checkingDavid Howells
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells
2018-09-28rxrpc: Fix RTT gatheringDavid Howells
2018-09-28rxrpc: Fix checks as to whether we should set up a new callDavid Howells
2018-09-27rxrpc: Remove dup code from rxrpc_find_connection_rcu()David Howells