index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+3
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-5
/
+4
2013-02-27
net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS
Guenter Roeck
1
-3
/
+3
2013-02-08
net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree
Daniel Borkmann
1
-1
/
+1
2012-12-03
sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...
Michele Baldessari
1
-0
/
+69
2012-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2012-11-28
sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall
Tommi Rantala
1
-2
/
+2
2012-11-18
net: Make CAP_NET_BIND_SERVICE per user namespace
Eric W. Biederman
1
-3
/
+5
2012-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-11-01
net: sctp: Fix typo in net/sctp
Masanari Iida
1
-1
/
+1
2012-10-26
sctp: Make hmac algorithm selection for cookie generation dynamic
Neil Horman
1
-4
/
+7
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-5
/
+20
2012-09-26
unexport sock_map_fd(), switch to sock_alloc_file()
Al Viro
1
-5
/
+20
2012-08-14
sctp: Make sysctl tunables per net
Eric W. Biederman
1
-26
/
+39
2012-08-14
sctp: Push struct net down to sctp_chunk_event_lookup
Eric W. Biederman
1
-10
/
+17
2012-08-14
sctp: Make the address lists per network namespace
Eric W. Biederman
1
-3
/
+4
2012-08-14
sctp: Make the port hash table use struct net in it's key.
Eric W. Biederman
1
-9
/
+13
2012-07-22
sctp: Implement quick failover draft from tsvwg
Neil Horman
1
-0
/
+101
2012-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+10
2012-07-16
sctp: Fix list corruption resulting from freeing an association on a list
Neil Horman
1
-2
/
+10
2012-07-16
sctp: Adjust PMTU updates to accomodate route invalidation.
David S. Miller
1
-3
/
+3
2012-05-15
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
1
-4
/
+2
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
[next]