summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/input.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-11/+20
|\
| * rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-05-221-2/+9
| * rxrpc: Don't let ack.previousPacket regressDavid Howells2022-05-221-1/+3
| * rxrpc: Fix overlapping ACK accountingDavid Howells2022-05-221-8/+8
* | afs: Adjust ACK interpretation to try and cope with NATDavid Howells2022-05-221-0/+27
* | rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-05-221-3/+1
|/
* rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers2021-01-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-53/+70
|\
| * rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells2020-08-201-44/+60
| * rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells2020-08-201-10/+11
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
|/
* rxrpc: Fix handling of rwind from an ACK packetDavid Howells2020-06-171-4/+3
* rxrpc: Fix missing notificationDavid Howells2020-06-051-5/+2
* rxrpc: Fix ack discardDavid Howells2020-05-201-4/+26
* rxrpc: Trace discarded ACKsDavid Howells2020-05-201-2/+10
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-3/+3
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-03-131-1/+0
* rxrpc: Fix insufficient receive notification generationDavid Howells2020-01-301-4/+2
* rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells2020-01-271-5/+7
* rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2019-12-201-18/+0
* rxrpc: Fix misplaced tracelineDavid Howells2019-09-051-1/+1
* rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells2019-08-271-0/+18
* rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-271-11/+11
* rxrpc: Pass the input handler's data skb reference to the Rx ringDavid Howells2019-08-271-5/+15
* rxrpc: Use info in skbuff instead of reparsing a jumbo packetDavid Howells2019-08-271-117/+114
* rxrpc: Improve jumbo packet countingDavid Howells2019-08-271-9/+14
* rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells2019-08-091-27/+16
* rxrpc: Fix local endpoint refcountingDavid Howells2019-08-091-4/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2019-04-241-4/+8
* rxrpc: Fix detection of out of order acksJeffrey Altman2019-04-121-6/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-120/+131
|\
| * rxrpc: Fix the packet reception routineDavid Howells2018-10-081-41/+79
| * rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells2018-10-081-9/+10
| * rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells2018-10-081-6/+8
| * rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells2018-10-081-16/+19
| * rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells2018-10-081-28/+13
| * rxrpc: Use the UDP encap_rcv hookDavid Howells2018-10-081-38/+12
| * rxrpc: Fix the data_ready handlerDavid Howells2018-10-051-30/+38
| * rxrpc: Fix some missed refs to init_netDavid Howells2018-10-051-2/+2
* | rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() David Howells2018-10-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-26/+64
|\|
| * rxrpc: Make service call handling more robustDavid Howells2018-09-281-3/+4
| * rxrpc: Improve up-front incoming packet checkingDavid Howells2018-09-281-13/+50
| * rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells2018-09-281-1/+1
| * rxrpc: Fix RTT gatheringDavid Howells2018-09-281-2/+6
| * rxrpc: Fix checks as to whether we should set up a new callDavid Howells2018-09-281-8/+4
* | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
|/
* rxrpc: Trace socket notificationDavid Howells2018-08-011-1/+3
* rxrpc: Trace packet transmissionDavid Howells2018-08-011-1/+10