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
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-07-14
1
-5
/
+31
|
\
|
*
sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...
Thomas Graf
2011-07-08
1
-5
/
+8
|
*
sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it
Wei Yongjun
2011-07-07
1
-0
/
+23
*
|
sctp: Reduce switch/case indent
Joe Perches
2011-07-01
1
-5
/
+5
*
|
net: Remove casts of void *
Joe Perches
2011-06-16
1
-8
/
+8
*
|
sctp: kzalloc() error handling on deleting last address
Michio Honda
2011-06-11
1
-0
/
+4
*
|
sctp: Add ASCONF operation on the single-homed host
Michio Honda
2011-06-02
1
-6
/
+50
*
|
sctp: Add socket option operation for Auto-ASCONF.
Michio Honda
2011-06-02
1
-0
/
+68
*
|
sctp: Add Auto-ASCONF support (core).
Michio Honda
2011-06-02
1
-4
/
+42
|
/
*
sctp: sctp_sendmsg: Don't test known non-null sinfo
Joe Perches
2011-05-12
1
-6
/
+4
*
sctp: sctp_sendmsg: Don't initialize default_sinfo
Joe Perches
2011-05-12
1
-1
/
+2
*
sctp: cache the ipv6 source after route lookup
Vlad Yasevich
2011-04-27
1
-1
/
+1
*
sctp: implement socket option SCTP_GET_ASSOC_ID_LIST
Wei Yongjun
2011-04-21
1
-0
/
+52
*
sctp: Allow bindx_del to accept 0 port
Vlad Yasevich
2011-04-19
1
-1
/
+5
*
sctp: use memdup_user to copy data from userspace
Shan Wei
2011-04-19
1
-16
/
+6
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
sctp: several declared/set but unused fixes
Hagen Paul Pfeifer
2011-03-07
1
-2
/
+0
*
net: add __rcu annotations to sk_wq and wq
Eric Dumazet
2011-02-22
1
-4
/
+5
*
sctp: user perfect name for Delayed SACK Timer option
Shan Wei
2011-01-19
1
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-12-17
1
-1
/
+9
|
\
|
*
sctp: fix the return value of getting the sctp partial delivery point
Wei Yongjun
2010-12-16
1
-1
/
+1
|
*
SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped address
Wei Yongjun
2010-12-10
1
-0
/
+8
*
|
Fix a typo in datagram.c and sctp/socket.c.
David Shwatrz
2010-12-06
1
-1
/
+1
|
/
*
net: avoid limits overflow
Eric Dumazet
2010-11-10
1
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-10-04
1
-1
/
+12
|
\
|
*
sctp: prevent reading out-of-bounds memory
Dan Rosenberg
2010-10-03
1
-1
/
+12
*
|
sctp: Fix break indentation in sctp_ioctl().
David S. Miller
2010-10-03
1
-1
/
+1
*
|
net: return operator cleanup
Eric Dumazet
2010-09-23
1
-3
/
+3
*
|
sctp: implement SIOCINQ ioctl() (take 3)
Diego Elio 'Flameeyes' Pettenò
2010-09-08
1
-1
/
+34
*
|
net: poll() optimizations
Eric Dumazet
2010-09-06
1
-3
/
+2
*
|
net/sctp: Use pr_fmt and pr_<level>
Joe Perches
2010-08-26
1
-24
/
+15
|
/
*
net: reserve ports for applications using fixed port numbers
Amerigo Wang
2010-05-15
1
-0
/
+2
*
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...
David S. Miller
2010-05-03
1
-1
/
+1
|
\
|
*
sctp: Use correct address family in sctp_getsockopt_peer_addrs()
Vlad Yasevich
2010-04-30
1
-1
/
+1
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-05-02
1
-2
/
+15
|
\
\
|
*
|
sctp: per_cpu variables should be in bh_disabled section
Vlad Yasevich
2010-04-28
1
-2
/
+2
|
*
|
sctp: avoid irq lock inversion while call sk->sk_data_ready()
Wei Yongjun
2010-04-28
1
-0
/
+10
*
|
|
net: sock_def_readable() and friends RCU conversion
Eric Dumazet
2010-05-01
1
-1
/
+1
|
|
/
|
/
|
*
|
net: sk_add_backlog() take rmem_alloc into account
Eric Dumazet
2010-04-27
1
-3
/
+0
*
|
net: sk_sleep() helper
Eric Dumazet
2010-04-20
1
-10
/
+10
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-11
1
-0
/
+1
|
\
\
|
|
/
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
sctp: eliminate useless code
Hagen Paul Pfeifer
2010-03-30
1
-1
/
+0
|
/
*
sctp: use limited socket backlog
Zhu Yi
2010-03-05
1
-0
/
+3
*
net/sctp: Eliminate useless code
Julia Lawall
2010-01-21
1
-1
/
+1
*
net/sctp/socket.c: squish warning
Andrew Morton
2010-01-03
1
-2
/
+1
*
sctp: fix sctp_setsockopt_autoclose compile warning
Andrei Pelinescu-Onciul
2009-12-02
1
-1
/
+1
*
net: Move && and || to end of previous line
Joe Perches
2009-11-29
1
-2
/
+2
*
sctp: limit maximum autoclose setsockopt value
Andrei Pelinescu-Onciul
2009-11-23
1
-0
/
+3
*
sctp: remove deprecated SCTP_GET_*_OLD stuffs
Amerigo Wang
2009-11-23
1
-325
/
+0
[next]