summaryrefslogtreecommitdiff
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.253' into v4.9-rtLuis Claudio R. Goncalves2021-01-231-2/+4
|\
| * rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells2021-01-231-2/+4
* | Merge tag 'v4.9.239' into v4.9-rtClark Williams2020-10-272-7/+15
|\ \ | |/
| * rxrpc: Fix server keyring leakDavid Howells2020-10-141-1/+1
| * rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells2020-10-141-3/+3
| * 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
* | Merge tag 'v4.9.232' into v4.9-rtClark Williams2020-08-022-2/+2
|\ \ | |/
| * rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-312-2/+2
* | Merge tag 'v4.9.229' into v4.9-rtClark Williams2020-07-111-0/+7
|\ \ | |/
| * rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-301-0/+7
* | Merge tag 'v4.9.214' into v4.9-rtClark Williams2020-02-196-25/+15
|\ \ | |/
| * 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
* | Merge tag 'v4.9.212' into v4.9-rtClark Williams2020-02-191-0/+3
|\ \ | |/
| * rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells2020-01-291-0/+3
* | Merge tag 'v4.9.209' into v4.9-rtClark Williams2020-02-191-0/+3
|\ \ | |/
| * rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2020-01-121-0/+3
* | Merge tag 'v4.9.195' into v4.9-rtSteven Rostedt (VMware)2019-11-141-2/+2
|\ \ | |/
| * rxrpc: Fix send on a connected, but unbound socketDavid Howells2019-08-041-2/+2
* | Merge tag 'v4.9.170' into v4.9-rtSteven Rostedt (VMware)2019-04-261-2/+2
|\ \ | |/
| * rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-191-2/+2
* | Merge tag 'v4.9.163' into v4.9-rtSteven Rostedt (VMware)2019-04-261-1/+2
|\ \ | |/
| * rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet2019-02-121-1/+2
* | Merge tag 'v4.9.136' into v4.9-rtJulia Cartwright2018-12-201-25/+29
|\ \ | |/
| * 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
* | Merge tag 'v4.9.104' into v4.9-rtJulia Cartwright2018-08-033-9/+15
|\ \ | |/
| * 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
* | Merge tag 'v4.9.94' into v4.9-rtJulia Cartwright2018-05-081-5/+14
|\ \ | |/
| * rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld2018-04-131-5/+14
* | Merge tag 'v4.9.87' into v4.9-rtJulia Cartwright2018-05-081-1/+1
|\ \ | |/
| * rxrpc: Fix send in rxrpc_send_data_packet()David Howells2018-03-111-1/+1
* | Merge tag 'v4.9.76' into v4.9-rtJulia Cartwright2018-01-152-3/+16
|\ \ | |/
| * 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
* | Merge tag 'v4.9.35' into v4.9-rtSteven Rostedt (VMware)2017-07-031-30/+34
|\ \ | |/
| * rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells2017-06-291-30/+34
* | rxrpc: remove unused static variablesSebastian Andrzej Siewior2016-12-231-3/+0
|/
* 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