summaryrefslogtreecommitdiff
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells2020-10-141-2/+2
* rxrpc: Fix rxkad token xdr encodingMarc Dionne2020-10-141-1/+9
* rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-312-2/+2
* rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-301-0/+7
* rxrpc: Fix service call disconnectionDavid Howells2020-02-141-2/+1
* rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-145-23/+15
* rxrpc: Fix insufficient receive notification generationDavid Howells2020-02-141-2/+1
* rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells2020-01-291-0/+3
* rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2020-01-121-0/+3
* rxrpc: Fix send on a connected, but unbound socketDavid Howells2019-08-041-2/+2
* rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-191-2/+2
* rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet2019-02-121-1/+2
* rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells2018-11-101-9/+10
* rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells2018-11-101-16/+19
* rxrpc: Don't treat call aborts as conn abortsDavid Howells2018-05-301-6/+9
* rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells2018-05-301-1/+3
* rxrpc: Work around usercopy checkDavid Howells2018-05-301-2/+3
* rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld2018-04-131-5/+14
* rxrpc: Fix send in rxrpc_send_data_packet()David Howells2018-03-111-1/+1
* rxrpc: Ignore BUSY packets on old callsDavid Howells2017-12-201-0/+4
* rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells2017-12-201-3/+12
* rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells2017-06-291-30/+34
* rxrpc: Fix checking of error from ip6_route_output()David Howells2016-10-131-2/+2
* rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()David Howells2016-10-131-1/+1
* rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells2016-10-061-5/+6
* rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-065-6/+28
* rxrpc: Return negative error code to kernel serviceDavid Howells2016-10-061-1/+1
* rxrpc: Add missing notificationDavid Howells2016-10-061-0/+1
* rxrpc: Queue the call on expiryDavid Howells2016-10-061-4/+6
* rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells2016-10-061-0/+37
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-068-29/+82
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-068-84/+102
* rxrpc: Only ping for lost reply in client callDavid Howells2016-10-061-1/+2
* rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells2016-10-061-1/+1
* rxrpc: Fix duplicate constDavid Howells2016-10-062-2/+2
* rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells2016-10-061-2/+2
* rxrpc: Fix the call timer handlingDavid Howells2016-09-302-13/+20
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-307-62/+69
* rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells2016-09-301-1/+0
* rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells2016-09-306-21/+24
* rxrpc: Reduce ssthresh to peer's receive windowDavid Howells2016-09-301-0/+2
* rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells2016-09-301-3/+3
* rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells2016-09-291-4/+4
* rxrpc: Request more ACKs in slow-start modeDavid Howells2016-09-291-0/+1
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-295-25/+18
* rxrpc: When activating client conn channels, do state check inside lockDavid Howells2016-09-291-11/+25
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-296-21/+15
* rxrpc: Fix exclusive client connectionsDavid Howells2016-09-291-1/+1
* rxrpc: Implement slow-startDavid Howells2016-09-248-13/+294
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-244-0/+13