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