index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
associola.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+1
2013-12-10
sctp: properly latch and use autoclose value from sock to association
Neil Horman
1
-4
/
+1
2013-12-06
sctp: fix some comments in associola.c
wangweidong
1
-4
/
+4
2013-12-06
sctp: convert sctp_peer_needs_update to boolean
wangweidong
1
-3
/
+3
2013-12-06
sctp: remove the else path
wangweidong
1
-7
/
+3
2013-12-06
sctp: remove the duplicate initialize
wangweidong
1
-41
/
+0
2013-12-06
sctp: Fix FSF address in file headers
Jeff Kirsher
1
-3
/
+2
2013-11-14
net: sctp: bug-fixing: retran_path not set properly after transports recoveri...
Chang Xiangzhong
1
-2
/
+4
2013-10-28
sctp: fix some comments in chunk.c and associola.c
wangweidong
1
-2
/
+2
2013-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2013-08-12
net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF state
Daniel Borkmann
1
-2
/
+2
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-01
net: sctp: rework debugging framework to use pr_debug and friends
Daniel Borkmann
1
-34
/
+33
2013-06-25
net: sctp: migrate cookie life from timeval to ktime
Daniel Borkmann
1
-7
/
+1
2013-06-17
net: sctp: get rid of t_new macro for kzalloc
Daniel Borkmann
1
-1
/
+1
2013-06-14
net: sctp: sctp_association_init: put refs in reverse order
Daniel Borkmann
1
-4
/
+3
2013-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-8
/
+4
2013-04-29
sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()
Jeff Layton
1
-14
/
+2
2013-04-15
net: sctp: minor: make sctp_ep_common's member 'dead' a bool
Daniel Borkmann
1
-2
/
+2
2013-04-15
net: sctp: remove sctp_ep_common struct member 'malloced'
Daniel Borkmann
1
-6
/
+2
2013-03-13
sctp: don't break the loop while meeting the active_path so as to find the ma...
Xufeng Zhang
1
-1
/
+1
2013-02-27
sctp: convert to idr_alloc()
Tejun Heo
1
-16
/
+15
2013-02-04
net: remove redundant check for timer pending state before del_timer
Ying Xue
1
-3
/
+2
2012-12-07
sctp: Add RCU protection to assoc->transport_addr_list
Thomas Graf
1
-3
/
+3
2012-12-03
sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...
Michele Baldessari
1
-1
/
+9
2012-08-14
sctp: Make sysctl tunables per net
Eric W. Biederman
1
-4
/
+6
2012-08-14
sctp: Push struct net down into sctp_transport_init
Eric W. Biederman
1
-1
/
+2
2012-08-14
sctp: Push struct net down to sctp_chunk_event_lookup
Eric W. Biederman
1
-2
/
+3
2012-08-14
sctp: Make the mib per network namespace
Eric W. Biederman
1
-1
/
+1
2012-08-14
sctp: Make the address lists per network namespace
Eric W. Biederman
1
-1
/
+2
2012-08-14
sctp: Make the association hashtable handle multiple network namespaces
Eric W. Biederman
1
-1
/
+3
2012-07-22
sctp: Implement quick failover draft from tsvwg
Neil Horman
1
-7
/
+30
2012-07-16
sctp: Adjust PMTU updates to accomodate route invalidation.
David S. Miller
1
-2
/
+2
2012-06-30
sctp: be more restrictive in transport selection on bundled sacks
Neil Horman
1
-0
/
+1
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-2
/
+2
2011-12-19
sctp: fix incorrect overflow check on autoclose
Xi Wang
1
-1
/
+1
2011-08-24
sctp: Bundle HEAERTBEAT into ASCONF_ACK
Michio Honda
1
-0
/
+1
2011-06-02
sctp: Add ASCONF operation on the single-homed host
Michio Honda
1
-0
/
+6
2011-05-31
sctp: stop pending timers and purge queues when peer restart asoc
Wei Yongjun
1
-9
/
+14
2011-05-25
sctp: fix memory leak of the ASCONF queue when free asoc
Wei Yongjun
1
-0
/
+16
2011-04-12
sctp: fix oops while removed transport still using as retran path
Wei Yongjun
1
-0
/
+2
2011-04-12
sctp: fix oops when updating retransmit path with DEBUG on
Vlad Yasevich
1
-0
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-07
sctp: several declared/set but unused fixes
Hagen Paul Pfeifer
1
-2
/
+0
2010-08-26
net/sctp: Use pr_fmt and pr_<level>
Joe Perches
1
-0
/
+2
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
1
-1
/
+1
2010-05-17
net: Remove unnecessary returns from void function()s
Joe Perches
1
-2
/
+0
2010-05-03
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...
David S. Miller
1
-7
/
+6
2010-04-30
sctp: rwnd_press should be cumulative
Vlad Yasevich
1
-1
/
+1
[next]