index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
sm_sideeffect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-26
sctp: fix checkpatch errors with space required or prohibited
wangweidong
1
-2
/
+2
2013-12-22
sctp: remove casting from function calls through ops structure
wangweidong
1
-1
/
+1
2013-12-06
sctp: Fix FSF address in file headers
Jeff Kirsher
1
-3
/
+2
2013-11-04
net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcb
Daniel Borkmann
1
-1
/
+0
2013-08-09
net: sctp: trivial: update bug report in header comment
Daniel Borkmann
1
-6
/
+0
2013-07-24
net: sctp: trivial: update mailing list address
Daniel Borkmann
1
-1
/
+1
2013-07-09
net: sctp: confirm route during forward progress
Daniel Borkmann
1
-0
/
+6
2013-07-01
net: sctp: rework debugging framework to use pr_debug and friends
Daniel Borkmann
1
-56
/
+40
2013-06-14
net: sctp: sideeffect: throw BUG if primary_path is NULL
Daniel Borkmann
1
-1
/
+4
2013-02-04
net: remove redundant check for timer pending state before del_timer
Ying Xue
1
-4
/
+2
2012-12-03
sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...
Michele Baldessari
1
-0
/
+1
2012-11-20
sctp: send abort chunk when max_retrans exceeded
Neil Horman
1
-1
/
+8
2012-11-03
sctp: Clean up type-punning in sctp_cmd_t union
Neil Horman
1
-23
/
+22
2012-10-16
sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()
Zijie Pan
1
-1
/
+2
2012-10-04
sctp: check src addr when processing SACK to update transport state
Nicolas Dichtel
1
-2
/
+2
2012-08-14
sctp: Push struct net down into all of the state machine functions
Eric W. Biederman
1
-1
/
+1
2012-08-14
sctp: Push struct net down to sctp_chunk_event_lookup
Eric W. Biederman
1
-8
/
+16
2012-07-22
sctp: Implement quick failover draft from tsvwg
Neil Horman
1
-4
/
+29
2012-06-30
sctp: be more restrictive in transport selection on bundled sacks
Neil Horman
1
-1
/
+1
2012-05-15
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
1
-3
/
+2
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-2
/
+2
2011-11-08
sctp: fasthandoff with ASCONF at server-node
Michio Honda
1
-1
/
+7
2011-09-16
sctp: deal with multiple COOKIE_ECHO chunks
Max Matveev
1
-0
/
+5
2011-07-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+18
2011-07-07
sctp: Enforce retransmission limit during shutdown
Thomas Graf
1
-2
/
+18
2011-06-16
net: Remove casts of void *
Joe Perches
1
-1
/
+1
2011-05-31
sctp: stop pending timers and purge queues when peer restart asoc
Wei Yongjun
1
-0
/
+3
2011-04-20
sctp: fix to check the source address of COOKIE-ECHO chunk
Wei Yongjun
1
-2
/
+1
2011-04-19
sctp: kill abandoned SCTP_CMD_TRANSMIT command
Shan Wei
1
-6
/
+0
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-08-26
net/sctp: Use pr_fmt and pr_<level>
Joe Perches
1
-11
/
+10
2010-05-17
net: Remove unnecessary returns from void function()s
Joe Perches
1
-4
/
+0
2010-05-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+35
2010-05-06
sctp: Fix a race between ICMP protocol unreachable and connect()
Vlad Yasevich
1
-0
/
+35
2010-05-03
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...
David S. Miller
1
-2
/
+6
2010-04-30
sctp: send SHUTDOWN-ACK chunk back to the source.
Vlad Yasevich
1
-2
/
+6
2010-04-28
sctp: Fix oops when sending queued ASCONF chunks
Vlad Yasevich
1
-0
/
+26
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
1
-1
/
+1
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-11-29
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+0
2009-11-29
sctp: on T3_RTX retransmit all the in-flight chunks
Andrei Pelinescu-Onciul
1
-1
/
+0
2009-11-23
sctp: Update SWS avaoidance receiver side algorithm
Vlad Yasevich
1
-2
/
+1
2009-11-23
sctp: Select a working primary during sctp_connectx()
Vlad Yasevich
1
-0
/
+2
2009-09-04
sctp: Try not to change a_rwnd when faking a SACK from SHUTDOWN.
Vlad Yasevich
1
-3
/
+4
2009-09-04
sctp: Fix error count increments that were results of HEARTBEATS
Vlad Yasevich
1
-4
/
+16
2009-09-04
sctp: Send user messages to the lower layer as one
Vlad Yasevich
1
-1
/
+28
2009-06-03
sctp: fix to choose alternate destination when retransmit ASCONF chunk
Wei Yongjun
1
-3
/
+5
[next]