summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2020-02-14rxrpc: Fix service call disconnectionDavid Howells
2020-02-14rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2020-02-14rxrpc: Fix insufficient receive notification generationDavid Howells
2020-01-29rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells
2020-01-12rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells
2019-08-04rxrpc: Fix send on a connected, but unbound socketDavid Howells
2019-03-19rxrpc: Fix client call queueing, waiting for channelDavid Howells
2019-02-12rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet
2018-11-10rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells
2018-11-10rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells
2018-05-30rxrpc: Don't treat call aborts as conn abortsDavid Howells
2018-05-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells
2018-05-30rxrpc: Work around usercopy checkDavid Howells
2018-04-13rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2018-03-11rxrpc: Fix send in rxrpc_send_data_packet()David Howells
2017-12-20rxrpc: Ignore BUSY packets on old callsDavid Howells
2017-12-20rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells
2017-06-29rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells
2016-10-13rxrpc: Fix checking of error from ip6_route_output()David Howells
2016-10-13rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()David Howells
2016-10-06rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells
2016-10-06rxrpc: Return negative error code to kernel serviceDavid Howells
2016-10-06rxrpc: Add missing notificationDavid Howells
2016-10-06rxrpc: Queue the call on expiryDavid Howells
2016-10-06rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells
2016-10-06rxrpc: Only ping for lost reply in client callDavid Howells
2016-10-06rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells
2016-10-06rxrpc: Fix duplicate constDavid Howells
2016-10-06rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells
2016-09-30rxrpc: Fix the call timer handlingDavid Howells
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells
2016-09-30rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells
2016-09-30rxrpc: Reduce ssthresh to peer's receive windowDavid Howells
2016-09-30rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells
2016-09-29rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells
2016-09-29rxrpc: Request more ACKs in slow-start modeDavid Howells
2016-09-29rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells
2016-09-29rxrpc: When activating client conn channels, do state check inside lockDavid Howells
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells
2016-09-29rxrpc: Fix exclusive client connectionsDavid Howells
2016-09-24rxrpc: Implement slow-startDavid Howells
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells
2016-09-24rxrpc: Generate a summary of the ACK state for later useDavid Howells
2016-09-24rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells
2016-09-24rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells