- 7033190 sctp: make the raise timer more simple and accurate by Xin Long · 3 years, 1 month ago
- 75cf662 sctp: return true only for pathmtu update in sctp_transport_pl_toobig by Xin Long · 3 years, 2 months ago
- 4017124 sctp: allow IP fragmentation when PLPMTUD enters Error state by Xin Long · 3 years, 2 months ago
- eacf078 sctp: send pmtu probe only if packet loss in Search Complete state by Xin Long · 3 years, 5 months ago
- 058e6e0 sctp: improve the code for pmtu probe send and recv update by Xin Long · 3 years, 5 months ago
- 650b2a84 sctp: check pl.raise_count separately from its increment by Xin Long · 3 years, 6 months ago
- 0dac127 sctp: do black hole detection in search complete state by Xin Long · 3 years, 6 months ago
- 7307e4f sctp: enable PLPMTUD when the transport is ready by Xin Long · 3 years, 6 months ago
- 8369640 sctp: do state transition when receiving an icmp TOOBIG packet by Xin Long · 3 years, 6 months ago
- b87641a sctp: do state transition when a probe succeeds on HB ACK recv path by Xin Long · 3 years, 6 months ago
- 1dc68c1 sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path by Xin Long · 3 years, 6 months ago
- 92548ec sctp: add the probe timer in transport for PLPMTUD by Xin Long · 3 years, 6 months ago
- 5112cf5 sctp: Fix some typo by Christophe JAILLET · 4 years, 1 month ago
- 057a10f sctp: change to hold/put transport for proto_unreach_timer by Xin Long · 4 years, 2 months ago
- 31d518f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- bd085ef net: add bool confirm_neigh parameter for dst_ops.update_pmtu by Hangbin Liu · 5 years ago
- 4e7696d sctp: get netns from asoc and ep base by Xin Long · 5 years ago
- 4c31bc6 sctp: only copy the available addr data in sctp_transport_init by Xin Long · 5 years ago
- 47505b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 by Thomas Gleixner · 6 years ago
- d1f20c0 sctp: don't compare hb_timer expire date before starting it by Maciej Kwiecien · 6 years ago
- d7ab5cd sctp: update dst pmtu with the correct daddr by Xin Long · 6 years ago
- a659254 sctp: fix the issue that pathmtu may be set lower than MINSEGMENT by Xin Long · 6 years ago
- 1d88ba1 sctp: not allow transport timeout value less than HZ/5 for hb_timer by Xin Long · 7 years ago
- 6e91b57 sctp: re-use sctp_transport_pmtu in sctp_transport_route by Marcelo Ricardo Leitner · 7 years ago
- 6ff0f87 sctp: introduce sctp_dst_mtu by Marcelo Ricardo Leitner · 7 years ago
- 800e00c sctp: move transport pathmtu calc away of sctp_assoc_add_peer by Marcelo Ricardo Leitner · 7 years ago
- b6c5734 sctp: fix the handling of ICMP Frag Needed for too small MTUs by Marcelo Ricardo Leitner · 7 years ago
- 9c3b575 net: sctp: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- 233e793 sctp: remove the typedef sctp_lower_cwnd_t by Xin Long · 7 years ago
- a4b2b58 net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- a02d036 sctp: adjust ssthresh when transport is idle by Marcelo Ricardo Leitner · 8 years ago
- 4ccbd0b sctp: adjust cwnd increase in Congestion Avoidance phase by Marcelo Ricardo Leitner · 8 years ago
- e56f777a sctp: allow increasing cwnd regardless of ctsn moving or not by Marcelo Ricardo Leitner · 8 years ago
- d0b53f4 sctp: update order of adjustments of partial_bytes_acked and cwnd by Marcelo Ricardo Leitner · 8 years ago
- 3ebfdf0 sctp: get sock from transport in sctp_transport_update_pmtu by Xin Long · 8 years ago
- b564d62 scripts/spelling.txt: add "varible" pattern and fix typo instances by Masahiro Yamada · 8 years ago
- c86a773 sctp: add dst_pending_confirm flag by Julian Anastasov · 8 years ago
- 7b9438d sctp: add stream reconf timer by Xin Long · 8 years ago
- 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
- e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
- ba6f5e3 sctp: avoid refreshing heartbeat timer too often by Marcelo Ricardo Leitner · 9 years ago
- 3822a5f sctp: align MTU to a word by Marcelo Ricardo Leitner · 9 years ago
- 39d2ade sctp: fix the transports round robin issue when init is retransmitted by Xin Long · 9 years ago
- 47faa1e sctp: remove the dead field of sctp_transport by Xin Long · 9 years ago
- 1eed677 sctp: fix the transport dead race check by using atomic_add_unless on refcnt by Xin Long · 9 years ago
- 79211c8 remove abs64() by Andrew Morton · 9 years ago
- 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
- 8f61059 net: sctp: improve timer slack calculation for transport HBs by Daniel Borkmann · 11 years ago
- e575235 net: sctp: migrate most recently used transport to ktime by Daniel Borkmann · 11 years ago
- 2045cea net: remove unnecessary return's by stephen hemminger · 11 years ago
- 34f9f43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
- 78ac814 sctp: disable max_burst when the max_burst is 0 by wangweidong · 11 years ago
- 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- 771085d net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruption by Daniel Borkmann · 11 years ago
- 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
- 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
- bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 12 years ago
- 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 12 years ago
- 8fa5df6 net: sctp: sctp_transport: remove unused variable by Daniel Borkmann · 12 years ago
- 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 12 years ago
- 8c98653 sctp: sctp_close: fix release of bindings for deferred call_rcu's by Daniel Borkmann · 12 years ago
- 45122ca26 sctp: Add RCU protection to assoc->transport_addr_list by Thomas Graf · 12 years ago
- 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
- 92d64c2 sctp: Error in calculation of RTTvar by Schoch Christian · 12 years ago
- e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
- 89bf345 sctp: Push struct net down into sctp_transport_init by Eric W. Biederman · 12 years ago
- 5e9965c Merge branch 'kill_rtcache' by David S. Miller · 12 years ago
- 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 12 years ago
- f5b0a87 net: Document dst->obsolete better. by David S. Miller · 12 years ago
- 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
- 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 12 years ago
- 4244854 sctp: be more restrictive in transport selection on bundled sacks by Neil Horman · 13 years ago
- e026886 sctp: check cached dst before using it by Nicolas Dichtel · 13 years ago
- ddc4bbe sctp: fasthandoff with ASCONF at mobile-node by Michio Honda · 14 years ago
- 8663c93 sctp: Store a flowi in transports to provide persistent keying. by David S. Miller · 14 years ago
- da0420b sctp: clean up route lookup calls by Vlad Yasevich · 14 years ago
- af13847 sctp: remove useless arguments from get_saddr() call by Vlad Yasevich · 14 years ago
- 9914ae3 sctp: cache the ipv6 source after route lookup by Vlad Yasevich · 14 years ago
- 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
- 6811d58 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 55fa0cf sctp: delete active ICMP proto unreachable timer when free transport by Wei Yongjun · 15 years ago
- 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 50b5d6a sctp: Fix a race between ICMP protocol unreachable and connect() by Vlad Yasevich · 15 years ago
- cf9b481 sctp: fast recovery algorithm is per association. by Vlad Yasevich · 15 years ago
- b2cf9b6 sctp: update transport initializations by Vlad Yasevich · 15 years ago
- d9efc22 sctp: Do not force T3 timer on fast retransmissions. by Vlad Yasevich · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 5fdd4ba sctp: on T3_RTX retransmit all the in-flight chunks by Andrei Pelinescu-Onciul · 15 years ago
- 46d5a80 sctp: Update max.burst implementation by Vlad Yasevich · 15 years ago
- 245cba7 sctp: Remove useless last_time_used variable by Vlad Yasevich · 15 years ago
- a78102e sctp: Set socket source address when additing first transport by Vlad Yasevich · 15 years ago
- 33ce828 sctp: Clear fast_recovery on the transport when T3 timer expires. by Vlad Yasevich · 15 years ago
- f61f6f8 sctp: use time_before or time_after for comparing jiffies by Wei Yongjun · 16 years ago
- faee47c sctp: Fix the RTO-doubling on idle-link heartbeats by Vlad Yasevich · 16 years ago
- 6d0ccba sctp: Prevent uninitialized memory access by Florian Westphal · 16 years ago
- 62aeaff sctp: Start T3-RTX timer when fast retransmitting lowest TSN by Vlad Yasevich · 17 years ago
- a646523 sctp: Correctly implement Fast Recovery cwnd manipulations. by Vlad Yasevich · 17 years ago
- e511710 [SCTP]: Fix NULL dereference of asoc. by YOSHIFUJI Hideaki · 17 years ago