summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2022-06-14rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells1-1/+2
2022-06-14rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells1-2/+2
2022-06-14rxrpc: Return an error to sendmsg if call failedDavid Howells1-0/+6
2021-01-23rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells1-2/+4
2020-10-14rxrpc: Fix server keyring leakDavid Howells1-1/+1
2020-10-14rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells1-3/+3
2020-10-14rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells1-2/+2
2020-10-14rxrpc: Fix rxkad token xdr encodingMarc Dionne1-1/+9
2020-07-31rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2-2/+2
2020-06-30rxrpc: Fix notification call on completion of discarded callsDavid Howells1-0/+7
2020-02-15rxrpc: Fix service call disconnectionDavid Howells1-2/+1
2020-02-15rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells5-23/+15
2020-02-15rxrpc: Fix insufficient receive notification generationDavid Howells1-2/+1
2020-01-29rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells1-0/+3
2020-01-12rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells1-0/+3
2019-08-04rxrpc: Fix send on a connected, but unbound socketDavid Howells1-2/+2
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-10rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells1-9/+10
2018-11-10rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells1-16/+19
2018-05-30rxrpc: Don't treat call aborts as conn abortsDavid Howells1-6/+9
2018-05-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells1-1/+3
2018-05-30rxrpc: Work around usercopy checkDavid Howells1-2/+3
2018-04-13rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-5/+14
2018-03-11rxrpc: Fix send in rxrpc_send_data_packet()David Howells1-1/+1
2017-12-20rxrpc: Ignore BUSY packets on old callsDavid Howells1-0/+4
2017-12-20rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells1-3/+12
2017-06-29rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells1-30/+34
2016-10-13rxrpc: Fix checking of error from ip6_route_output()David Howells1-2/+2
2016-10-13rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()David Howells1-1/+1
2016-10-06rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells1-5/+6
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells5-6/+28
2016-10-06rxrpc: Return negative error code to kernel serviceDavid Howells1-1/+1
2016-10-06rxrpc: Add missing notificationDavid Howells1-0/+1
2016-10-06rxrpc: Queue the call on expiryDavid Howells1-4/+6
2016-10-06rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells1-0/+37
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells8-29/+82
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells8-84/+102
2016-10-06rxrpc: Only ping for lost reply in client callDavid Howells1-1/+2
2016-10-06rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells1-1/+1
2016-10-06rxrpc: Fix duplicate constDavid Howells2-2/+2
2016-10-06rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells1-2/+2
2016-09-30rxrpc: Fix the call timer handlingDavid Howells2-13/+20
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells7-62/+69
2016-09-30rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells1-1/+0
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells6-21/+24
2016-09-30rxrpc: Reduce ssthresh to peer's receive windowDavid Howells1-0/+2
2016-09-30rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells1-3/+3
2016-09-30rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells1-4/+4
2016-09-30rxrpc: Request more ACKs in slow-start modeDavid Howells1-0/+1