index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
sm_sideeffect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: Prevent soft lockup when sctp_accept() is called during a timeout event
Karl Heiss
2015-09-28
1
-19
/
+23
*
sctp: Whitespace fix
Karl Heiss
2015-09-28
1
-2
/
+2
*
sctp: Do not try to search for the transport twice
Vlad Yasevich
2015-08-28
1
-1
/
+1
*
sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state
lucien
2015-08-27
1
-1
/
+1
*
net: sctp: Don't transition to PF state when transport has exhausted 'Path.Ma...
Karl Heiss
2014-04-27
1
-4
/
+3
*
net: sctp: Potentially-Failed state should not be reached from unconfirmed state
Matija Glavinic Pecotic
2014-02-20
1
-3
/
+4
*
sctp: remove macros sctp_bh_[un]lock_sock
wangweidong
2014-01-21
1
-8
/
+8
*
sctp: fix checkpatch errors with space required or prohibited
wangweidong
2013-12-26
1
-2
/
+2
*
sctp: remove casting from function calls through ops structure
wangweidong
2013-12-22
1
-1
/
+1
*
sctp: Fix FSF address in file headers
Jeff Kirsher
2013-12-06
1
-3
/
+2
*
net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcb
Daniel Borkmann
2013-11-04
1
-1
/
+0
*
net: sctp: trivial: update bug report in header comment
Daniel Borkmann
2013-08-09
1
-6
/
+0
*
net: sctp: trivial: update mailing list address
Daniel Borkmann
2013-07-24
1
-1
/
+1
*
net: sctp: confirm route during forward progress
Daniel Borkmann
2013-07-09
1
-0
/
+6
*
net: sctp: rework debugging framework to use pr_debug and friends
Daniel Borkmann
2013-07-01
1
-56
/
+40
*
net: sctp: sideeffect: throw BUG if primary_path is NULL
Daniel Borkmann
2013-06-14
1
-1
/
+4
*
net: remove redundant check for timer pending state before del_timer
Ying Xue
2013-02-04
1
-4
/
+2
*
sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...
Michele Baldessari
2012-12-03
1
-0
/
+1
*
sctp: send abort chunk when max_retrans exceeded
Neil Horman
2012-11-20
1
-1
/
+8
*
sctp: Clean up type-punning in sctp_cmd_t union
Neil Horman
2012-11-03
1
-23
/
+22
*
sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()
Zijie Pan
2012-10-16
1
-1
/
+2
*
sctp: check src addr when processing SACK to update transport state
Nicolas Dichtel
2012-10-04
1
-2
/
+2
*
sctp: Push struct net down into all of the state machine functions
Eric W. Biederman
2012-08-14
1
-1
/
+1
*
sctp: Push struct net down to sctp_chunk_event_lookup
Eric W. Biederman
2012-08-14
1
-8
/
+16
*
sctp: Implement quick failover draft from tsvwg
Neil Horman
2012-07-22
1
-4
/
+29
*
sctp: be more restrictive in transport selection on bundled sacks
Neil Horman
2012-06-30
1
-1
/
+1
*
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
2012-05-15
1
-3
/
+2
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-15
1
-2
/
+2
*
sctp: fasthandoff with ASCONF at server-node
Michio Honda
2011-11-08
1
-1
/
+7
*
sctp: deal with multiple COOKIE_ECHO chunks
Max Matveev
2011-09-16
1
-0
/
+5
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-07-14
1
-2
/
+18
|
\
|
*
sctp: Enforce retransmission limit during shutdown
Thomas Graf
2011-07-07
1
-2
/
+18
*
|
net: Remove casts of void *
Joe Perches
2011-06-16
1
-1
/
+1
|
/
*
sctp: stop pending timers and purge queues when peer restart asoc
Wei Yongjun
2011-05-31
1
-0
/
+3
*
sctp: fix to check the source address of COOKIE-ECHO chunk
Wei Yongjun
2011-04-20
1
-2
/
+1
*
sctp: kill abandoned SCTP_CMD_TRANSMIT command
Shan Wei
2011-04-19
1
-6
/
+0
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
net/sctp: Use pr_fmt and pr_<level>
Joe Perches
2010-08-26
1
-11
/
+10
*
net: Remove unnecessary returns from void function()s
Joe Perches
2010-05-17
1
-4
/
+0
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-05-12
1
-0
/
+35
|
\
|
*
sctp: Fix a race between ICMP protocol unreachable and connect()
Vlad Yasevich
2010-05-06
1
-0
/
+35
*
|
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...
David S. Miller
2010-05-03
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
sctp: send SHUTDOWN-ACK chunk back to the source.
Vlad Yasevich
2010-04-30
1
-2
/
+6
*
|
sctp: Fix oops when sending queued ASCONF chunks
Vlad Yasevich
2010-04-28
1
-0
/
+26
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
tree-wide: Assorted spelling fixes
Daniel Mack
2010-02-09
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-12-09
1
-1
/
+1
|
\
|
*
Merge branch 'for-next' into for-linus
Jiri Kosina
2009-12-07
1
-1
/
+1
|
|
\
|
|
*
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
1
-1
/
+1
*
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-29
1
-1
/
+0
|
\
\
\
|
|
/
/
[next]