index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-23
net: return operator cleanup
Eric Dumazet
4
-13
/
+13
2010-08-26
net/sctp: Use pr_fmt and pr_<level>
Joe Perches
1
-18
/
+30
2010-06-03
net: use __packed annotation
Eric Dumazet
1
-2
/
+2
2010-05-26
sctp: dubious bitfields in sctp_transport
Dan Carpenter
1
-1
/
+1
2010-05-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-0
/
+4
2010-05-06
sctp: Fix a race between ICMP protocol unreachable and connect()
Vlad Yasevich
2
-0
/
+4
2010-05-03
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...
David S. Miller
3
-34
/
+36
2010-05-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-0
/
+3
2010-04-30
sctp: Tag messages that can be Nagle delayed at creation.
Vlad Yasevich
1
-5
/
+3
2010-04-30
sctp: fast recovery algorithm is per association.
Vlad Yasevich
1
-6
/
+6
2010-04-30
sctp: update transport initializations
Vlad Yasevich
1
-1
/
+1
2010-04-30
sctp: Save some room in the sctp_transport by using bitfields
Vlad Yasevich
1
-22
/
+27
2010-04-30
sctp: remove 'resent' bit from the chunk
Vlad Yasevich
1
-2
/
+1
2010-04-30
sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT state
Wei Yongjun
1
-1
/
+1
2010-04-28
sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...
Neil Horman
1
-0
/
+1
2010-04-28
sctp: Fix oops when sending queued ASCONF chunks
Vlad Yasevich
1
-0
/
+1
2010-04-28
sctp: avoid irq lock inversion while call sk->sk_data_ready()
Wei Yongjun
1
-0
/
+1
2010-03-21
net: snmp mib cleanup
Eric Dumazet
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 max.burst implementation
Vlad Yasevich
1
-0
/
+4
2009-11-23
sctp: Turn the enum socket options into defines
Vlad Yasevich
1
-82
/
+43
2009-11-23
sctp: Remove useless last_time_used variable
Vlad Yasevich
1
-6
/
+0
2009-11-23
sctp: remove deprecated SCTP_GET_*_OLD stuffs
Amerigo Wang
1
-8
/
+0
2009-11-23
sctp: Update SWS avaoidance receiver side algorithm
Vlad Yasevich
2
-0
/
+10
2009-11-23
sctp: Fix malformed "Invalid Stream Identifier" error
Vlad Yasevich
1
-1
/
+2
2009-11-23
sctp: implement the sender side for SACK-IMMEDIATELY extension
Wei Yongjun
1
-0
/
+1
2009-11-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2009-11-13
sctp: Set source addresses on the association before adding transports
Vlad Yasevich
1
-1
/
+1
2009-11-04
net: cleanup include/net
Eric Dumazet
1
-2
/
+1
2009-09-30
net: Make setsockopt() optlen be unsigned.
David S. Miller
1
-2
/
+2
2009-09-04
sctp: turn flags in 'struct sctp_association' into bit fields
Wei Yongjun
1
-12
/
+9
2009-09-04
sctp: Sysctl configuration for IPv4 Address Scoping
Bhaskar Dutta
2
-0
/
+17
2009-09-04
sctp: Turn flags in 'sctp_packet' into bit fields
Vlad Yasevich
1
-16
/
+6
2009-09-04
sctp: Fix SCTP_MAXSEG socket option to comply to spec.
Vlad Yasevich
2
-3
/
+5
2009-09-04
sctp: Don't do NAGLE delay on large writes that were fragmented small
Vlad Yasevich
1
-1
/
+1
2009-09-04
sctp: drop a_rwnd to 0 when receive buffer overflows.
Vlad Yasevich
1
-0
/
+6
2009-09-04
sctp: Send user messages to the lower layer as one
Vlad Yasevich
2
-0
/
+4
2009-09-04
sctp: Disallow new connection on a closing socket
Vlad Yasevich
1
-1
/
+1
2009-09-04
sctp: remove unused union (sctp_cmsg_data_t) definition
Rami Rosen
1
-6
/
+0
2009-08-05
net: mark read-only arrays as const
Jan Engelhardt
1
-1
/
+3
2009-06-23
net: Move rx skb_orphan call to where needed
Herbert Xu
1
-0
/
+1
2009-06-03
sctp: support non-blocking version of the new sctp_connectx() API
Vlad Yasevich
1
-0
/
+2
2009-06-03
sctp: fix to choose alternate destination when retransmit ASCONF chunk
Wei Yongjun
1
-4
/
+2
2009-03-21
sctp: Clean up TEST_FRAME hacks.
Vlad Yasevich
1
-7
/
+0
2009-03-02
sctp: Fix broken RTO-doubling for data retransmits
Vlad Yasevich
1
-1
/
+2
2009-02-16
sctp: Inherit all socket options from parent correctly.
Vlad Yasevich
1
-0
/
+2
[next]