aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/transport.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-22sctp: fix an issue that plpmtu can never go to complete stateXin Long1-4/+7
2023-01-31sctp: do not check hb_timer.expires when resetting hb_timerXin Long1-3/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2021-11-25sctp: make the raise timer more simple and accurateXin Long1-15/+11
2021-10-29sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long1-3/+4
2021-10-29sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long1-2/+2
2021-07-25sctp: send pmtu probe only if packet loss in Search Complete stateXin Long1-1/+5
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long1-18/+23
2021-07-01sctp: check pl.raise_count separately from its incrementXin Long1-4/+7
2021-06-24sctp: do black hole detection in search complete stateXin Long1-7/+4
2021-06-22sctp: enable PLPMTUD when the transport is readyXin Long1-0/+2
2021-06-22sctp: do state transition when receiving an icmp TOOBIG packetXin Long1-1/+50
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long1-0/+38
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long1-0/+44
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long1-0/+18
2020-11-23sctp: Fix some typoChristophe JAILLET1-2/+2
2020-11-14sctp: change to hold/put transport for proto_unreach_timerXin Long1-1/+1
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-1/+1
2019-12-09sctp: get netns from asoc and ep baseXin Long1-1/+1
2019-07-30sctp: only copy the available addr data in sctp_transport_initXin Long1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2019-02-22sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien1-1/+2
2018-09-20sctp: update dst pmtu with the correct daddrXin Long1-2/+10
2018-07-04sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long1-1/+1
2018-06-05sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long1-1/+1
2018-04-27sctp: re-use sctp_transport_pmtu in sctp_transport_routeMarcelo Ricardo Leitner1-18/+17
2018-04-27sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner1-3/+3
2018-04-27sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner1-2/+6
2018-01-08sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner1-10/+19
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook1-8/+5
2017-08-06sctp: remove the typedef sctp_lower_cwnd_tXin Long1-1/+1
2017-07-04net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-06-25sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner1-0/+2
2017-06-25sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner1-8/+18
2017-06-25sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner1-9/+8
2017-06-25sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner1-7/+8
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long1-12/+7
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-3/+1
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov1-1/+15
2017-01-18sctp: add stream reconf timerXin Long1-2/+15
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner1-2/+2
2016-04-10sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner1-6/+13
2016-03-20sctp: align MTU to a wordMarcelo Ricardo Leitner1-2/+2
2016-03-13sctp: fix the transports round robin issue when init is retransmittedXin Long1-1/+1
2016-01-28sctp: remove the dead field of sctp_transportXin Long1-3/+1
2016-01-28sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long1-2/+2
2015-11-09remove abs64()Andrew Morton1-1/+1
2014-07-31sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe1-2/+2
2014-07-02net: sctp: improve timer slack calculation for transport HBsDaniel Borkmann1-8/+9
2014-06-11net: sctp: migrate most recently used transport to ktimeDaniel Borkmann1-1/+1
2014-02-13net: remove unnecessary return'sstephen hemminger1-1/+0
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-12-05sctp: disable max_burst when the max_burst is 0wangweidong1-1/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-08-12net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruptionDaniel Borkmann1-2/+2
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-25/+24
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann1-1/+1
2013-04-17net: sctp: sctp_transport: remove unused variableDaniel Borkmann1-1/+0
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-7/+4
2013-02-04sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann1-4/+5
2012-12-07sctp: Add RCU protection to assoc->transport_addr_listThomas Graf1-5/+13
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari1-0/+2
2012-11-28sctp: Error in calculation of RTTvarSchoch Christian1-1/+1
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman1-7/+8
2012-08-14sctp: Push struct net down into sctp_transport_initEric W. Biederman1-3/+5
2012-07-22Merge branch 'kill_rtcache'David S. Miller1-1/+1
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman1-1/+3
2012-07-20net: Document dst->obsolete better.David S. Miller1-1/+1
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-1/+1
2012-07-16sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller1-2/+10
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman1-0/+2
2012-05-10sctp: check cached dst before using itNicolas Dichtel1-17/+0
2011-11-08sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda1-0/+16
2011-05-08sctp: Store a flowi in transports to provide persistent keying.David S. Miller1-6/+3
2011-04-27sctp: clean up route lookup callsVlad Yasevich1-13/+10
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich1-1/+1
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich1-5/+10
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches1-4/+5
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+4
2010-05-16sctp: delete active ICMP proto unreachable timer when free transportWei Yongjun1-0/+4
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich1-0/+2
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich1-15/+17
2010-04-30sctp: update transport initializationsVlad Yasevich1-25/+0
2010-04-30sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+2
2009-11-29sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul1-3/+2
2009-11-23sctp: Update max.burst implementationVlad Yasevich1-0/+38
2009-11-23sctp: Remove useless last_time_used variableVlad Yasevich1-5/+2
2009-11-13sctp: Set socket source address when additing first transportVlad Yasevich1-1/+2
2009-09-04sctp: Clear fast_recovery on the transport when T3 timer expires.Vlad Yasevich1-0/+3
2009-03-02sctp: use time_before or time_after for comparing jiffiesWei Yongjun1-3/+4
2009-02-16sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich1-0/+2
2008-07-18sctp: Prevent uninitialized memory accessFlorian Westphal1-0/+3
2008-06-04sctp: Start T3-RTX timer when fast retransmitting lowest TSNVlad Yasevich1-2/+2
2008-06-04sctp: Correctly implement Fast Recovery cwnd manipulations.Vlad Yasevich1-12/+32
2008-06-05[SCTP]: Fix NULL dereference of asoc.YOSHIFUJI Hideaki1-1/+1
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-5/+5
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-4/+4
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-9/+4
2007-11-07SCTP: Fix difference cases of retransmit.Vlad Yasevich1-2/+3
2007-06-13[SCTP] Don't disable PMTU discovery when mtu is smallVlad Yasevich1-2/+0
2007-06-13[SCTP] Update pmtu handling to be similar to tcpVlad Yasevich1-0/+41
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-1/+1
2007-03-22[SCTP]: Correctly reset ssthresh when restarting associationVlad Yasevich1-1/+1
2007-03-20[SCTP]: Reset some transport and association variables on restartVlad Yasevich1-0/+32
2007-02-10[NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki1-7/+7
2006-09-22[SCTP]: Remove multiple levels of msecs to jiffies conversions.Vladislav Yasevich1-1/+1
2006-07-21[SCTP]: Verify all the paths to a peer via heartbeat before using them.Sridhar Samudrala1-2/+7
2006-01-17[SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich1-1/+1
2006-01-03[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz1-13/+19
2005-12-02[SCTP]: Fix getsockname for sctp when an ipv6 socket accepts a connection fromNeil Horman1-1/+2
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-2/+2
2005-07-11[SCTP]: __nocast annotationsAlexey Dobriyan1-2/+3
2005-06-28[SCTP] Make init & delayed sack timeouts configurable by user.Vlad Yasevich1-1/+0
2005-06-20[SCTP] sctp_connectx() API supportFrank Filz1-1/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+514