aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/input.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells1-11/+35
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells1-3/+0
2024-03-05rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells1-34/+27
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells1-15/+13
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingDavid Howells1-9/+6
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells1-11/+11
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells1-1/+1
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells1-18/+97
2023-11-17rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells1-13/+13
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells1-19/+16
2023-02-20rxrpc: Fix overproduction of wakeups to recvmsg()David Howells1-1/+1
2023-01-31rxrpc: Simplify ACK handlingDavid Howells1-23/+23
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells1-7/+7
2023-01-06rxrpc: Remove call->state_lockDavid Howells1-55/+41
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells1-1/+37
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells1-35/+30
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells1-6/+0
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells1-4/+2
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells1-22/+27
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells1-2/+5
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells1-2/+2
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-125/+42
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells1-4/+3
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells1-23/+22
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells1-2/+1
2022-12-01rxrpc: Remove call->input_lockDavid Howells1-17/+5
2022-12-01rxrpc: Split the receive codeDavid Howells1-366/+6
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells1-18/+18
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-2/+2
2022-12-01rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells1-12/+19
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells1-2/+2
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells1-1/+0
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells1-17/+0
2022-11-08rxrpc: Fix congestion managementDavid Howells1-1/+20
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells1-88/+76
2022-11-08rxrpc: Remove call->lockDavid Howells1-3/+0
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells1-84/+61
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells1-82/+131
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells1-216/+185
2022-11-08rxrpc: Clean up ACK handlingDavid Howells1-4/+4
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells1-51/+38
2022-11-08rxrpc: Remove call->tx_phaseDavid Howells1-4/+1
2022-11-08rxrpc: Remove unnecessary header inclusionsDavid Howells1-14/+0
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells1-0/+1
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells1-0/+6
2022-11-08rxrpc: Track highest acked serialDavid Howells1-0/+4
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+20
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells1-2/+9
2022-05-22rxrpc: Don't let ack.previousPacket regressDavid Howells1-1/+3
2022-05-22rxrpc: Fix overlapping ACK accountingDavid Howells1-8/+8
2022-05-22afs: Adjust ACK interpretation to try and cope with NATDavid Howells1-0/+27
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells1-3/+1
2021-01-13rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers1-1/+1
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-53/+70
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells1-44/+60
2020-08-20rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells1-10/+11
2020-06-17rxrpc: Fix handling of rwind from an ACK packetDavid Howells1-4/+3
2020-06-05rxrpc: Fix missing notificationDavid Howells1-5/+2
2020-05-20rxrpc: Fix ack discardDavid Howells1-4/+26
2020-05-20rxrpc: Trace discarded ACKsDavid Howells1-2/+10
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-3/+3
2020-03-13afs: Fix client call Rx-phase signal handlingDavid Howells1-1/+0
2020-01-30rxrpc: Fix insufficient receive notification generationDavid Howells1-4/+2
2020-01-27rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells1-5/+7
2019-12-20rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells1-18/+0
2019-09-05rxrpc: Fix misplaced tracelineDavid Howells1-1/+1
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells1-0/+18
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells1-11/+11
2019-08-27rxrpc: Pass the input handler's data skb reference to the Rx ringDavid Howells1-5/+15
2019-08-27rxrpc: Use info in skbuff instead of reparsing a jumbo packetDavid Howells1-117/+114
2019-08-27rxrpc: Improve jumbo packet countingDavid Howells1-9/+14
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells1-27/+16
2019-08-09rxrpc: Fix local endpoint refcountingDavid Howells1-4/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-24rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet1-4/+8
2019-04-12rxrpc: Fix detection of out of order acksJeffrey Altman1-6/+12
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-120/+131
2018-10-08rxrpc: Fix the packet reception routineDavid Howells1-41/+79
2018-10-08rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells1-9/+10
2018-10-08rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells1-6/+8
2018-10-08rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells1-16/+19
2018-10-08rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells1-28/+13
2018-10-08rxrpc: Use the UDP encap_rcv hookDavid Howells1-38/+12
2018-10-05rxrpc: Fix the data_ready handlerDavid Howells1-30/+38
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells1-2/+2
2018-10-04rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() David Howells1-1/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+64
2018-09-28rxrpc: Make service call handling more robustDavid Howells1-3/+4
2018-09-28rxrpc: Improve up-front incoming packet checkingDavid Howells1-13/+50
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells1-1/+1
2018-09-28rxrpc: Fix RTT gatheringDavid Howells1-2/+6
2018-09-28rxrpc: Fix checks as to whether we should set up a new callDavid Howells1-8/+4
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-08-01rxrpc: Trace socket notificationDavid Howells1-1/+3
2018-08-01rxrpc: Trace packet transmissionDavid Howells1-1/+10
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells1-2/+8
2018-05-10rxrpc: Fix missing start of call timeoutDavid Howells1-1/+1
2018-04-04rxrpc: Fix undefined packet handlingDavid Howells1-0/+6
2018-03-30rxrpc: Don't treat call aborts as conn abortsDavid Howells1-6/+9
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells1-0/+2
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells1-3/+3
2017-11-29rxrpc: Clean up whitespaceDavid Howells1-2/+2
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells1-0/+40
2017-11-24rxrpc: Fix call timeoutsDavid Howells1-4/+30
2017-11-02rxrpc: Fix call expiry handlingDavid Howells1-2/+0
2017-10-24net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells1-0/+17
2017-04-06rxrpc: Trace changes in a call's receive window sizeDavid Howells1-0/+2
2017-04-06rxrpc: Trace received abortsDavid Howells1-1/+3
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells1-1/+4
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells1-3/+3
2017-03-10rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells1-3/+12
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells1-5/+7
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells1-0/+1
2017-01-05rxrpc: Add some more tracingDavid Howells1-1/+5
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells1-10/+0
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-4/+3
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 Howells1-2/+2
2016-10-06rxrpc: Only ping for lost reply in client callDavid Howells1-1/+2
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells1-1/+2
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells1-11/+12
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-29rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells1-4/+4
2016-09-24rxrpc: Implement slow-startDavid Howells1-6/+163
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells1-0/+8
2016-09-24rxrpc: Generate a summary of the ACK state for later useDavid Howells1-11/+34
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells1-0/+9
2016-09-24rxrpc: Send an immediate ACK if we fill in a holeDavid Howells1-1/+9
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells1-6/+13
2016-09-23rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells1-6/+5
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells1-35/+67
2016-09-23rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells1-0/+2
2016-09-23rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells1-1/+1
2016-09-22rxrpc: Reduce the number of PING ACKs sentDavid Howells1-2/+5
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells1-0/+35
2016-09-22rxrpc: Send pings to get RTT dataDavid Howells1-1/+47
2016-09-22rxrpc: Add re-sent Tx annotationDavid Howells1-3/+11
2016-09-17rxrpc: Add config to inject packet lossDavid Howells1-0/+8
2016-09-17rxrpc: Improve skb tracingDavid Howells1-6/+7
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells1-1/+5
2016-09-17rxrpc: Add a tracepoint to log received ACK packetsDavid Howells1-0/+2
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells1-0/+2
2016-09-17rxrpc: Fix the parsing of soft-ACKsDavid Howells1-1/+1
2016-09-17rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells1-1/+3
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells1-7/+16
2016-09-13rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells1-3/+5
2016-09-13rxrpc: Use skb->len not skb->data_lenDavid Howells1-4/+4
2016-09-13rxrpc: Add missing wakeup on Tx window rotationDavid Howells1-0/+2
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-511/+533
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells1-1/+1
2016-09-08rxrpc: Add tracepoints to record received packets and end of data_readyDavid Howells1-2/+6
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells1-3/+4
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells1-12/+14
2016-09-07rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()David Howells1-2/+2
2016-09-07rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()David Howells1-3/+4
2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells1-1/+1
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells1-3/+3
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-2/+8
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells1-2/+2
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells1-34/+34
2016-08-24rxrpc: Fix conn-based retransmitDavid Howells1-1/+1
2016-08-23rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorDavid Howells1-2/+29
2016-08-23rxrpc: Calculate serial skew on packet receptionDavid Howells1-14/+23
2016-08-09rxrpc: Free packets discarded in data_readyDavid Howells1-0/+2
2016-08-09rxrpc: Fix a use-after-push in data_ready handlerDavid Howells1-6/+11
2016-08-09rxrpc: Once packet posted in data_ready, don't retry postingDavid Howells1-5/+3
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells1-10/+2
2016-07-06rxrpc: Use RCU to access a peer's service connection treeDavid Howells1-21/+23
2016-07-06rxrpc: Move data_ready peer lookup into rxrpc_find_connection()David Howells1-27/+3
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()David Howells1-1/+0
2016-07-06rxrpc: Provide queuing helper functionsDavid Howells1-1/+1
2016-07-01rxrpc: Fix processing of authenticated/encrypted jumbo packetsDavid Howells1-1/+1
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells1-7/+1
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells1-1/+1
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells1-4/+3
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells1-1/+1
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-2/+2
2016-06-22rxrpc: checking for IS_ERR() instead of NULLDan Carpenter1-1/+1
2016-06-15rxrpc: Rework local endpoint managementDavid Howells1-22/+7
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUDavid Howells1-4/+9
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-0/+800