index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-23
Merge branch 'kill_rtcache'
David S. Miller
1
-1
/
+1
2012-07-22
sctp: Implement quick failover draft from tsvwg
Neil Horman
1
-1
/
+3
2012-07-21
net: Document dst->obsolete better.
David S. Miller
1
-1
/
+1
2012-07-17
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
David S. Miller
1
-1
/
+1
2012-07-16
sctp: Adjust PMTU updates to accomodate route invalidation.
David S. Miller
1
-2
/
+10
2012-07-01
sctp: be more restrictive in transport selection on bundled sacks
Neil Horman
1
-0
/
+2
2012-05-11
sctp: check cached dst before using it
Nicolas Dichtel
1
-17
/
+0
2011-11-09
sctp: fasthandoff with ASCONF at mobile-node
Michio Honda
1
-0
/
+16
2011-05-09
sctp: Store a flowi in transports to provide persistent keying.
David S. Miller
1
-6
/
+3
2011-04-28
sctp: clean up route lookup calls
Vlad Yasevich
1
-13
/
+10
2011-04-28
sctp: remove useless arguments from get_saddr() call
Vlad Yasevich
1
-1
/
+1
2011-04-28
sctp: cache the ipv6 source after route lookup
Vlad Yasevich
1
-5
/
+10
2010-08-27
net/sctp: Use pr_fmt and pr_<level>
Joe Perches
1
-4
/
+5
2010-05-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+4
2010-05-16
sctp: delete active ICMP proto unreachable timer when free transport
Wei Yongjun
1
-0
/
+4
2010-05-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2010-05-06
sctp: Fix a race between ICMP protocol unreachable and connect()
Vlad Yasevich
1
-0
/
+2
2010-05-01
sctp: fast recovery algorithm is per association.
Vlad Yasevich
1
-15
/
+17
2010-05-01
sctp: update transport initializations
Vlad Yasevich
1
-25
/
+0
2010-05-01
sctp: Do not force T3 timer on fast retransmissions.
Vlad Yasevich
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-11-29
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+2
2009-11-29
sctp: on T3_RTX retransmit all the in-flight chunks
Andrei Pelinescu-Onciul
1
-3
/
+2
2009-11-23
sctp: Update max.burst implementation
Vlad Yasevich
1
-0
/
+38
2009-11-23
sctp: Remove useless last_time_used variable
Vlad Yasevich
1
-5
/
+2
2009-11-14
sctp: Set socket source address when additing first transport
Vlad Yasevich
1
-1
/
+2
2009-09-05
sctp: Clear fast_recovery on the transport when T3 timer expires.
Vlad Yasevich
1
-0
/
+3
2009-03-03
sctp: use time_before or time_after for comparing jiffies
Wei Yongjun
1
-3
/
+4
2009-02-16
sctp: Fix the RTO-doubling on idle-link heartbeats
Vlad Yasevich
1
-0
/
+2
2008-07-19
sctp: Prevent uninitialized memory access
Florian Westphal
1
-0
/
+3
2008-06-04
sctp: Start T3-RTX timer when fast retransmitting lowest TSN
Vlad Yasevich
1
-2
/
+2
2008-06-04
sctp: Correctly implement Fast Recovery cwnd manipulations.
Vlad Yasevich
1
-12
/
+32
2008-06-04
[SCTP]: Fix NULL dereference of asoc.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-03-06
net: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-5
/
+5
2008-02-05
[SCTP]: Stop claiming that this is a "reference implementation"
Vlad Yasevich
1
-4
/
+4
2008-01-29
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
1
-9
/
+4
2007-11-07
SCTP: Fix difference cases of retransmit.
Vlad Yasevich
1
-2
/
+3
2007-06-14
[SCTP] Don't disable PMTU discovery when mtu is small
Vlad Yasevich
1
-2
/
+0
2007-06-14
[SCTP] Update pmtu handling to be similar to tcp
Vlad Yasevich
1
-0
/
+41
2007-04-26
[NET]: cleanup extra semicolons
Stephen Hemminger
1
-1
/
+1
2007-03-22
[SCTP]: Correctly reset ssthresh when restarting association
Vlad Yasevich
1
-1
/
+1
2007-03-20
[SCTP]: Reset some transport and association variables on restart
Vlad Yasevich
1
-0
/
+32
2007-02-11
[NET] SCTP: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-7
/
+7
2006-09-23
[SCTP]: Remove multiple levels of msecs to jiffies conversions.
Vladislav Yasevich
1
-1
/
+1
2006-07-22
[SCTP]: Verify all the paths to a peer via heartbeat before using them.
Sridhar Samudrala
1
-2
/
+7
2006-01-17
[SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.
Vlad Yasevich
1
-1
/
+1
2006-01-04
[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.
Frank Filz
1
-13
/
+19
2005-12-03
[SCTP]: Fix getsockname for sctp when an ipv6 socket accepts a connection from
Neil Horman
1
-1
/
+2
2005-10-09
[PATCH] gfp flags annotations - part 1
Al Viro
1
-2
/
+2
2005-07-12
[SCTP]: __nocast annotations
Alexey Dobriyan
1
-2
/
+3
[next]