index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-06
trivial: fix then -> than typos in comments and documentation
Frederik Schwarzer
1
-1
/
+1
2008-12-26
sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket option
Wei Yongjun
1
-3
/
+16
2008-12-26
sctp: Implement socket option SCTP_GET_ASSOC_NUMBER
Wei Yongjun
1
-0
/
+35
2008-12-26
sctp: Fix a typo in socket.c
Wei Yongjun
1
-4
/
+4
2008-12-26
sctp: Bring SCTP_MAXSEG socket option into ietf API extension compliance
Wei Yongjun
1
-23
/
+107
2008-11-26
net: Use a percpu_counter for sockets_allocated
Eric Dumazet
1
-3
/
+3
2008-11-26
net: Make sure BHs are disabled in sock_prot_inuse_add()
Eric Dumazet
1
-0
/
+2
2008-11-24
net: Make sure BHs are disabled in sock_prot_inuse_add()
David S. Miller
1
-0
/
+4
2008-11-17
net: sctp should update its inuse counter
Eric Dumazet
1
-0
/
+2
2008-10-01
sctp: try harder to figure out address family when checking wildcards
Vlad Yasevich
1
-5
/
+5
2008-08-28
sctp: fix random memory dereference with SCTP_HMAC_IDENT option.
Vlad Yasevich
1
-2
/
+4
2008-08-28
sctp: correct bounds check in sctp_setsockopt_auth_key
Vlad Yasevich
1
-1
/
+1
2008-08-26
sctp: add verification checks to SCTP_AUTH_KEY option
Vlad Yasevich
1
-0
/
+5
2008-08-21
sctp: fix potential panics in the SCTP-AUTH API.
Vlad Yasevich
1
-20
/
+65
2008-07-24
flag parameters: socket and socketpair
Ulrich Drepper
1
-1
/
+1
2008-07-19
sctp: Allow only 1 listening socket with SO_REUSEADDR
Vlad Yasevich
1
-9
/
+16
2008-07-19
sctp: Do not leak memory on multiple listen() calls
Vlad Yasevich
1
-2
/
+3
2008-07-19
sctp: Support ipv6only AF_INET6 sockets.
Vlad Yasevich
1
-5
/
+25
2008-07-17
sock: add net to prot->enter_memory_pressure callback
Pavel Emelyanov
1
-1
/
+1
2008-07-02
sctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated.
Vlad Yasevich
1
-0
/
+12
2008-06-28
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+3
2008-06-21
sctp: Make sure N * sizeof(union sctp_addr) does not overflow.
David S. Miller
1
-1
/
+3
2008-06-15
net: change proto destroy method to return void
Brian Haley
1
-2
/
+1
2008-06-10
sctp: Fix problems with the new SCTP_DELAYED_ACK code
Vlad Yasevich
1
-2
/
+2
2008-05-10
sctp: Support the new specification of sctp_connectx()
Vlad Yasevich
1
-11
/
+59
2008-05-10
sctp: Bring SCTP_DELAYED_ACK socket option into API compliance
Wei Yongjun
1
-89
/
+153
2008-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+3
2008-04-13
[SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.
Robert P. J. Day
1
-39
/
+17
2008-04-13
[SCTP]: Fix compiler warning about const qualifiers
Vlad Yasevich
1
-2
/
+3
2008-04-10
SCTP: fix wrong debug counting of bind_bucket
Li Zefan
1
-1
/
+1
2008-03-29
[SOCK]: Drop inuse pcounter from struct proto (v2).
Pavel Emelyanov
1
-5
/
+0
2008-03-24
[SCTP]: Remove redundant wrapper functions.
Florian Westphal
1
-2
/
+2
2008-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
1
-13
/
+60
2008-03-06
net: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-7
/
+7
2008-03-06
[SCTP]: Bring MAX_BURST socket option into ietf API extension compliance
Neil Horman
1
-13
/
+60
2008-02-29
[SCTP]: Update AUTH structures to match declarations in draft-16.
Vlad Yasevich
1
-1
/
+5
2008-02-29
[SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS socket option
Vlad Yasevich
1
-4
/
+8
2008-02-20
[SCTP]: Pick up an orphaned sctp_sockets_allocated counter.
Pavel Emelyanov
1
-0
/
+2
2008-02-07
[SCTP]: Set ports in every address returned by sctp_getladdrs()
Vlad Yasevich
1
-0
/
+6
2008-02-05
[SCTP]: Do not increase rwnd when reading partial notification.
Vlad Yasevich
1
-1
/
+2
2008-02-05
[SCTP]: Stop claiming that this is a "reference implementation"
Vlad Yasevich
1
-4
/
+4
2008-01-29
[NET] CORE: Introducing new memory accounting interface.
Hideo Aoki
1
-5
/
+6
2008-01-29
[SCTP]: Change use_as_src into a full address state
Vlad Yasevich
1
-4
/
+4
2008-01-29
[NET]: Name magic constants in sock_wake_async()
Pavel Emelyanov
1
-1
/
+2
2007-12-07
[SCTP]: Fix the bind_addr info during migration.
Vlad Yasevich
1
-10
/
+2
2007-12-07
[SCTP]: Add bind hash locking to the migrate code
Vlad Yasevich
1
-0
/
+6
2007-11-09
SCTP: Convert custom hash lists to use hlist.
Vlad Yasevich
1
-9
/
+5
2007-11-07
SCTP: Update RCU handling during the ADD-IP case
Vlad Yasevich
1
-1
/
+1
2007-11-07
[SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
Eric Dumazet
1
-0
/
+6
2007-10-14
fix breakage in sctp getsockopt
Al Viro
1
-4
/
+6
[next]