summaryrefslogtreecommitdiff
path: root/net/sctp/transport.c
Commit message (Expand)AuthorAge
* sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-08
* net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-25
* sctp: remove the typedef sctp_lower_cwnd_tXin Long2017-08-06
* net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner2017-06-25
* sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner2017-06-25
* sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner2017-06-25
* sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner2017-06-25
* sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-05
* scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada2017-02-27
* sctp: add dst_pending_confirm flagJulian Anastasov2017-02-07
* sctp: add stream reconf timerXin Long2017-01-18
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-25
* sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-22
* sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner2016-04-10
* sctp: align MTU to a wordMarcelo Ricardo Leitner2016-03-20
* sctp: fix the transports round robin issue when init is retransmittedXin Long2016-03-13
* sctp: remove the dead field of sctp_transportXin Long2016-01-28
* sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long2016-01-28
* remove abs64()Andrew Morton2015-11-09
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-07-31
* net: sctp: improve timer slack calculation for transport HBsDaniel Borkmann2014-07-02
* net: sctp: migrate most recently used transport to ktimeDaniel Borkmann2014-06-11
* net: remove unnecessary return'sstephen hemminger2014-02-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-09
|\
| * sctp: disable max_burst when the max_burst is 0wangweidong2013-12-05
* | sctp: Fix FSF address in file headersJeff Kirsher2013-12-06
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-16
|\
| * net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruptionDaniel Borkmann2013-08-12
* | net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-09
* | net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-24
|/
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-01
* net: sctp: get rid of t_new macro for kzallocDaniel Borkmann2013-06-17
* net: sctp: sctp_transport: remove unused variableDaniel Borkmann2013-04-17
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-04
* sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann2013-02-04
* sctp: Add RCU protection to assoc->transport_addr_listThomas Graf2012-12-07
* sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-03
* sctp: Error in calculation of RTTvarSchoch Christian2012-11-28
* sctp: Make sysctl tunables per netEric W. Biederman2012-08-14
* sctp: Push struct net down into sctp_transport_initEric W. Biederman2012-08-14
* Merge branch 'kill_rtcache'David S. Miller2012-07-22
|\
| * net: Document dst->obsolete better.David S. Miller2012-07-20
* | sctp: Implement quick failover draft from tsvwgNeil Horman2012-07-22
|/
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-17
* sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller2012-07-16
* sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-06-30
* sctp: check cached dst before using itNicolas Dichtel2012-05-10
* sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda2011-11-08
* sctp: Store a flowi in transports to provide persistent keying.David S. Miller2011-05-08