Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-24sctp: Fix some typoChristophe JAILLET
2020-11-14sctp: change to hold/put transport for proto_unreach_timerXin Long
2020-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-25net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-12-10sctp: get netns from asoc and ep baseXin Long
2019-07-31sctp: only copy the available addr data in sctp_transport_initXin Long
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-02-22sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien
2018-09-20sctp: update dst pmtu with the correct daddrXin Long
2018-07-04sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long
2018-06-05sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long
2018-04-27sctp: re-use sctp_transport_pmtu in sctp_transport_routeMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner
2018-04-27sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner
2018-01-08sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook
2017-08-07sctp: remove the typedef sctp_lower_cwnd_tXin Long
2017-07-05net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-25sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner
2017-06-25sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner
2017-06-25sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner
2017-06-25sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long
2017-02-28scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov
2017-01-18sctp: add stream reconf timerXin Long
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner
2016-04-11sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner
2016-03-20sctp: align MTU to a wordMarcelo Ricardo Leitner
2016-03-14sctp: fix the transports round robin issue when init is retransmittedXin Long
2016-01-29sctp: remove the dead field of sctp_transportXin Long
2016-01-29sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long
2015-11-10remove abs64()Andrew Morton
2014-08-01sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe
2014-07-03net: sctp: improve timer slack calculation for transport HBsDaniel Borkmann
2014-06-11net: sctp: migrate most recently used transport to ktimeDaniel Borkmann
2014-02-14net: remove unnecessary return'sstephen hemminger
2013-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher
2013-12-06sctp: disable max_burst when the max_burst is 0wangweidong
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-13net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruptionDaniel Borkmann
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann
2013-07-25net: sctp: trivial: update mailing list addressDaniel Borkmann
2013-07-02net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann
2013-06-18net: sctp: get rid of t_new macro for kzallocDaniel Borkmann
2013-04-17net: sctp: sctp_transport: remove unused variableDaniel Borkmann
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue
2013-02-04sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann