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.12.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: Mark GET_PEER|LOCAL_ADDR_OLD deprecated.
Vlad Yasevich
2008-07-01
1
-0
/
+12
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-28
1
-1
/
+3
|
\
|
*
sctp: Make sure N * sizeof(union sctp_addr) does not overflow.
David S. Miller
2008-06-20
1
-1
/
+3
*
|
net: change proto destroy method to return void
Brian Haley
2008-06-14
1
-2
/
+1
*
|
sctp: Fix problems with the new SCTP_DELAYED_ACK code
Vlad Yasevich
2008-06-09
1
-2
/
+2
*
|
sctp: Support the new specification of sctp_connectx()
Vlad Yasevich
2008-05-09
1
-11
/
+59
*
|
sctp: Bring SCTP_DELAYED_ACK socket option into API compliance
Wei Yongjun
2008-05-09
1
-89
/
+153
|
/
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-04-14
1
-2
/
+3
|
\
|
*
[SCTP]: Fix compiler warning about const qualifiers
Vlad Yasevich
2008-04-12
1
-2
/
+3
*
|
[SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.
Robert P. J. Day
2008-04-12
1
-39
/
+17
*
|
SCTP: fix wrong debug counting of bind_bucket
Li Zefan
2008-04-10
1
-1
/
+1
*
|
[SOCK]: Drop inuse pcounter from struct proto (v2).
Pavel Emelyanov
2008-03-28
1
-5
/
+0
*
|
[SCTP]: Remove redundant wrapper functions.
Florian Westphal
2008-03-23
1
-2
/
+2
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
2008-03-18
1
-13
/
+60
|
\
|
|
*
[SCTP]: Bring MAX_BURST socket option into ietf API extension compliance
Neil Horman
2008-03-05
1
-13
/
+60
*
|
net: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-03-05
1
-7
/
+7
|
/
*
[SCTP]: Update AUTH structures to match declarations in draft-16.
Vlad Yasevich
2008-02-28
1
-1
/
+5
*
[SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS socket option
Vlad Yasevich
2008-02-28
1
-4
/
+8
*
[SCTP]: Pick up an orphaned sctp_sockets_allocated counter.
Pavel Emelyanov
2008-02-20
1
-0
/
+2
*
[SCTP]: Set ports in every address returned by sctp_getladdrs()
Vlad Yasevich
2008-02-06
1
-0
/
+6
*
[SCTP]: Do not increase rwnd when reading partial notification.
Vlad Yasevich
2008-02-05
1
-1
/
+2
*
[SCTP]: Stop claiming that this is a "reference implementation"
Vlad Yasevich
2008-02-05
1
-4
/
+4
*
[NET] CORE: Introducing new memory accounting interface.
Hideo Aoki
2008-01-28
1
-5
/
+6
*
[SCTP]: Change use_as_src into a full address state
Vlad Yasevich
2008-01-28
1
-4
/
+4
*
[NET]: Name magic constants in sock_wake_async()
Pavel Emelyanov
2008-01-28
1
-1
/
+2
*
[SCTP]: Fix the bind_addr info during migration.
Vlad Yasevich
2007-12-07
1
-10
/
+2
*
[SCTP]: Add bind hash locking to the migrate code
Vlad Yasevich
2007-12-07
1
-0
/
+6
*
SCTP: Convert custom hash lists to use hlist.
Vlad Yasevich
2007-11-09
1
-9
/
+5
*
SCTP: Update RCU handling during the ADD-IP case
Vlad Yasevich
2007-11-07
1
-1
/
+1
*
[SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
Eric Dumazet
2007-11-07
1
-0
/
+6
*
fix breakage in sctp getsockopt
Al Viro
2007-10-14
1
-4
/
+6
*
[INET]: local port range robustness
Stephen Hemminger
2007-10-10
1
-5
/
+6
*
[SCTP]: port randomization
Stephen Hemminger
2007-10-10
1
-16
/
+5
*
[SCTP]: API updates to suport SCTP-AUTH extensions.
Vlad Yasevich
2007-10-10
1
-0
/
+304
*
[SCTP] net/sctp/socket.c: make 3 variables static
Adrian Bunk
2007-10-10
1
-3
/
+3
*
[SCTP]: Rewrite of sctp buffer management code
Neil Horman
2007-10-10
1
-12
/
+57
*
[SCTP]: Convert bind_addr_list locking to RCU
Vlad Yasevich
2007-09-16
1
-70
/
+28
*
[SCTP]: Add RCU synchronization around sctp_localaddr_list
Vlad Yasevich
2007-09-16
1
-13
/
+25
*
SCTP: Correctly disable listening when backlog is 0.
Vlad Yasevich
2007-08-30
1
-0
/
+2
*
SCTP: Pick the correct port when binding to 0.
Vlad Yasevich
2007-08-30
1
-0
/
+1
*
SCTP: IPv4 mapped addr not returned in SCTPv6 accept()
Vlad Yasevich
2007-08-01
1
-9
/
+11
*
sctp: try to fix readlock
Sebastian Siewior
2007-08-01
1
-5
/
+11
*
sctp: remove shadowed symbols
sebastian@breakpoint.cc
2007-08-01
1
-1
/
+0
*
sctp: move global declaration to header file.
sebastian@breakpoint.cc
2007-08-01
1
-2
/
+0
*
sctp: make locally used function static
sebastian@breakpoint.cc
2007-08-01
1
-3
/
+3
*
[NET] SCTP: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-07-19
1
-2
/
+2
*
SCTP: Check to make sure file is valid before setting timeout
Vlad Yasevich
2007-07-05
1
-1
/
+9
*
SCTP: Fix thinko in sctp_copy_laddrs()
Vlad Yasevich
2007-07-05
1
-1
/
+1
*
SCTP: lock_sock_nested in sctp_sock_migrate
Zach Brown
2007-06-26
1
-1
/
+4
*
SCTP: Fix sctp_getsockopt_get_peer_addrs
Neil Horman
2007-06-19
1
-4
/
+3
[next]