index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: use get_unused_fd_flags(0) instead of get_unused_fd()
Yann Droneaud
2013-07-02
1
-1
/
+1
*
net: sctp: rework debugging framework to use pr_debug and friends
Daniel Borkmann
2013-07-01
1
-88
/
+80
*
net: sctp: simplify sctp_get_port
Daniel Borkmann
2013-06-25
1
-4
/
+1
*
net: sctp: decouple cleaning some socket data from endpoint
Daniel Borkmann
2013-06-25
1
-1
/
+15
*
net: sctp: migrate cookie life from timeval to ktime
Daniel Borkmann
2013-06-25
1
-11
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-19
1
-0
/
+6
|
\
|
*
net: sctp: fix NULL pointer dereference in socket destruction
Daniel Borkmann
2013-06-11
1
-0
/
+6
*
|
net: sctp: remove SCTP_STATIC macro
Daniel Borkmann
2013-06-17
1
-42
/
+36
*
|
net: sctp: minor: remove variable in sctp_init_sock
Daniel Borkmann
2013-06-14
1
-4
/
+2
|
/
*
sctp: fix error return code in __sctp_connect()
Wei Yongjun
2013-04-07
1
-2
/
+3
*
net: add option to enable error queue packets waking select
Keller, Jacob E
2013-03-31
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-03-05
1
-3
/
+3
|
\
|
*
net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS
Guenter Roeck
2013-02-27
1
-3
/
+3
*
|
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-5
/
+4
|
/
*
net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree
Daniel Borkmann
2013-02-08
1
-1
/
+1
*
sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...
Michele Baldessari
2012-12-03
1
-0
/
+69
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-29
1
-2
/
+2
|
\
|
*
sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall
Tommi Rantala
2012-11-28
1
-2
/
+2
*
|
net: Make CAP_NET_BIND_SERVICE per user namespace
Eric W. Biederman
2012-11-18
1
-3
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-10
1
-1
/
+1
|
\
|
|
*
net: sctp: Fix typo in net/sctp
Masanari Iida
2012-11-01
1
-1
/
+1
*
|
sctp: Make hmac algorithm selection for cookie generation dynamic
Neil Horman
2012-10-26
1
-4
/
+7
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-02
1
-5
/
+20
|
\
|
*
unexport sock_map_fd(), switch to sock_alloc_file()
Al Viro
2012-09-26
1
-5
/
+20
*
|
sctp: Make sysctl tunables per net
Eric W. Biederman
2012-08-14
1
-26
/
+39
*
|
sctp: Push struct net down to sctp_chunk_event_lookup
Eric W. Biederman
2012-08-14
1
-10
/
+17
*
|
sctp: Make the address lists per network namespace
Eric W. Biederman
2012-08-14
1
-3
/
+4
*
|
sctp: Make the port hash table use struct net in it's key.
Eric W. Biederman
2012-08-14
1
-9
/
+13
|
/
*
sctp: Implement quick failover draft from tsvwg
Neil Horman
2012-07-22
1
-0
/
+101
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-07-19
1
-2
/
+10
|
\
|
*
sctp: Fix list corruption resulting from freeing an association on a list
Neil Horman
2012-07-16
1
-2
/
+10
*
|
sctp: Adjust PMTU updates to accomodate route invalidation.
David S. Miller
2012-07-16
1
-3
/
+3
|
/
*
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
2012-05-15
1
-4
/
+2
*
sctp: Allow struct sctp_event_subscribe to grow without breaking binaries
Thomas Graf
2012-04-04
1
-2
/
+3
*
sctp: Export sctp_do_peeloff
Benjamin Poirier
2012-03-08
1
-15
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-12-23
1
-2
/
+0
|
\
|
*
sctp: fix incorrect overflow check on autoclose
Xi Wang
2011-12-19
1
-2
/
+0
*
|
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
2011-12-11
1
-2
/
+2
*
|
net: remove ipv6_addr_copy()
Alexey Dobriyan
2011-11-22
1
-1
/
+1
|
/
*
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
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
[next]