Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2d06eeb877581a7f53209af1582c5f66c799f0bd
/
net
/
sctp
/
socket.c
81419d8
sctp: per_cpu variables should be in bh_disabled section
by Vlad Yasevich
· 15 years ago
561b173
sctp: avoid irq lock inversion while call sk->sk_data_ready()
by Wei Yongjun
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
50b1a78
sctp: use limited socket backlog
by Zhu Yi
· 15 years ago
09cb47a
net/sctp: Eliminate useless code
by Julia Lawall
· 15 years ago
8ffd320
net/sctp/socket.c: squish warning
by Andrew Morton
· 15 years ago
810c071
sctp: fix sctp_setsockopt_autoclose compile warning
by Andrei Pelinescu-Onciul
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
f6778aa
sctp: limit maximum autoclose setsockopt value
by Andrei Pelinescu-Onciul
· 15 years ago
a242b41
sctp: remove deprecated SCTP_GET_*_OLD stuffs
by Amerigo Wang
· 15 years ago
37051f7
sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLE
by Andrei Pelinescu-Onciul
· 15 years ago
a2bfbc0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
f9c6781
sctp: Fix regression introduced by new sctp_connectx api
by Vlad Yasevich
· 15 years ago
409b95a
sctp: Set source addresses on the association before adding transports
by Vlad Yasevich
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
3b88578
net: Generalize socket rx gap / receive queue overflow cmsg
by Neil Horman
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
f68b2e0
sctp: Fix SCTP_MAXSEG socket option to comply to spec.
by Vlad Yasevich
· 15 years ago
9c5c62b
sctp: Send user messages to the lower layer as one
by Vlad Yasevich
· 15 years ago
bec9640
sctp: Disallow new connection on a closing socket
by Vlad Yasevich
· 15 years ago
1bc4ee4
sctp: fix warning at inet_sock_destruct() while release sctp socket
by Wei Yongjun
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
1b003be
sctp: Use frag list abstraction interfaces.
by David S. Miller
· 15 years ago
c6ba68a
sctp: support non-blocking version of the new sctp_connectx() API
by Vlad Yasevich
· 15 years ago
5e8f3f7
sctp: simplify sctp listening code
by Vlad Yasevich
· 16 years ago
c6db93a
sctp: fix the length check in sctp_getsockopt_maxburst()
by Wei Yongjun
· 16 years ago
d212318
sctp: remove dup code in net/sctp/socket.c
by Wei Yongjun
· 16 years ago
914e1c8
sctp: Inherit all socket options from parent correctly.
by Vlad Yasevich
· 16 years ago
025dfda
trivial: fix then -> than typos in comments and documentation
by Frederik Schwarzer
· 16 years ago
8510b93
sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket option
by Wei Yongjun
· 16 years ago
aea3c5c
sctp: Implement socket option SCTP_GET_ASSOC_NUMBER
by Wei Yongjun
· 16 years ago
ea686a2
sctp: Fix a typo in socket.c
by Wei Yongjun
· 16 years ago
e89c209
sctp: Bring SCTP_MAXSEG socket option into ietf API extension compliance
by Wei Yongjun
· 16 years ago
1748376
net: Use a percpu_counter for sockets_allocated
by Eric Dumazet
· 16 years ago
5bc0b3b
net: Make sure BHs are disabled in sock_prot_inuse_add()
by Eric Dumazet
· 16 years ago
6f756a8
net: Make sure BHs are disabled in sock_prot_inuse_add()
by David S. Miller
· 16 years ago
9a57f7f
net: sctp should update its inuse counter
by Eric Dumazet
· 16 years ago
52cae8f
sctp: try harder to figure out address family when checking wildcards
by Vlad Yasevich
· 16 years ago
d972405
sctp: fix random memory dereference with SCTP_HMAC_IDENT option.
by Vlad Yasevich
· 16 years ago
328fc47
sctp: correct bounds check in sctp_setsockopt_auth_key
by Vlad Yasevich
· 16 years ago
30c2235
sctp: add verification checks to SCTP_AUTH_KEY option
by Vlad Yasevich
· 16 years ago
5e739d1
sctp: fix potential panics in the SCTP-AUTH API.
by Vlad Yasevich
· 16 years ago
a677a03
flag parameters: socket and socketpair
by Ulrich Drepper
· 16 years ago
4e54064
sctp: Allow only 1 listening socket with SO_REUSEADDR
by Vlad Yasevich
· 16 years ago
23b29ed
sctp: Do not leak memory on multiple listen() calls
by Vlad Yasevich
· 16 years ago
7dab83d
sctp: Support ipv6only AF_INET6 sockets.
by Vlad Yasevich
· 16 years ago
5c52ba1
sock: add net to prot->enter_memory_pressure callback
by Pavel Emelyanov
· 16 years ago
ecbed6a
sctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated.
by Vlad Yasevich
· 16 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
735ce97
sctp: Make sure N * sizeof(union sctp_addr) does not overflow.
by David S. Miller
· 16 years ago
7d06b2e
net: change proto destroy method to return void
by Brian Haley
· 16 years ago
7bfe8bd
sctp: Fix problems with the new SCTP_DELAYED_ACK code
by Vlad Yasevich
· 16 years ago
88a0a94
sctp: Support the new specification of sctp_connectx()
by Vlad Yasevich
· 17 years ago
d364d92
sctp: Bring SCTP_DELAYED_ACK socket option into API compliance
by Wei Yongjun
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
9dbc15f
[SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.
by Robert P. J. Day
· 17 years ago
ab38fb0
[SCTP]: Fix compiler warning about const qualifiers
by Vlad Yasevich
· 17 years ago
935a7f6
SCTP: fix wrong debug counting of bind_bucket
by Li Zefan
· 17 years ago
bdcde3d
[SOCK]: Drop inuse pcounter from struct proto (v2).
by Pavel Emelyanov
· 17 years ago
80445cf
[SCTP]: Remove redundant wrapper functions.
by Florian Westphal
· 17 years ago
577f99c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
219b99a
[SCTP]: Bring MAX_BURST socket option into ietf API extension compliance
by Neil Horman
· 17 years ago
7e8616d
[SCTP]: Update AUTH structures to match declarations in draft-16.
by Vlad Yasevich
· 17 years ago
b40db68
[SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS socket option
by Vlad Yasevich
· 17 years ago
5f31886
[SCTP]: Pick up an orphaned sctp_sockets_allocated counter.
by Pavel Emelyanov
· 17 years ago
b46ae36
[SCTP]: Set ports in every address returned by sctp_getladdrs()
by Vlad Yasevich
· 17 years ago
0eca8fe
[SCTP]: Do not increase rwnd when reading partial notification.
by Vlad Yasevich
· 17 years ago
60c778b
[SCTP]: Stop claiming that this is a "reference implementation"
by Vlad Yasevich
· 17 years ago
3ab224b
[NET] CORE: Introducing new memory accounting interface.
by Hideo Aoki
· 17 years ago
f57d96b
[SCTP]: Change use_as_src into a full address state
by Vlad Yasevich
· 17 years ago
8d8ad9d
[NET]: Name magic constants in sock_wake_async()
by Pavel Emelyanov
· 17 years ago
8e71a11
[SCTP]: Fix the bind_addr info during migration.
by Vlad Yasevich
· 17 years ago
f26f7c4
[SCTP]: Add bind hash locking to the migrate code
by Vlad Yasevich
· 17 years ago
d970dbf
SCTP: Convert custom hash lists to use hlist.
by Vlad Yasevich
· 17 years ago
0ed90fb
SCTP: Update RCU handling during the ADD-IP case
by Vlad Yasevich
· 17 years ago
8295b6d
[SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
by Eric Dumazet
· 17 years ago
411223c
fix breakage in sctp getsockopt
by Al Viro
· 17 years ago
227b60f
[INET]: local port range robustness
by Stephen Hemminger
· 17 years ago
0639300
[SCTP]: port randomization
by Stephen Hemminger
· 17 years ago
65b07e5
[SCTP]: API updates to suport SCTP-AUTH extensions.
by Vlad Yasevich
· 17 years ago
b6fa1a4
[SCTP] net/sctp/socket.c: make 3 variables static
by Adrian Bunk
· 17 years ago
4d93df0
[SCTP]: Rewrite of sctp buffer management code
by Neil Horman
· 17 years ago
559cf71
[SCTP]: Convert bind_addr_list locking to RCU
by Vlad Yasevich
· 17 years ago
2930354
[SCTP]: Add RCU synchronization around sctp_localaddr_list
by Vlad Yasevich
· 17 years ago
498d630
SCTP: Correctly disable listening when backlog is 0.
by Vlad Yasevich
· 17 years ago
2772b49
SCTP: Pick the correct port when binding to 0.
by Vlad Yasevich
· 17 years ago
e4d1fea
SCTP: IPv4 mapped addr not returned in SCTPv6 accept()
by Vlad Yasevich
· 17 years ago
d6f9fda
sctp: try to fix readlock
by Sebastian Siewior
· 17 years ago
c86dabc
sctp: remove shadowed symbols
by sebastian@breakpoint.cc
· 17 years ago
0a5fcb9
sctp: move global declaration to header file.
by sebastian@breakpoint.cc
· 17 years ago
0467521
sctp: make locally used function static
by sebastian@breakpoint.cc
· 17 years ago
9cbcbf4
[NET] SCTP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 17 years ago
f50f95c
SCTP: Check to make sure file is valid before setting timeout
by Vlad Yasevich
· 17 years ago
3663c30
SCTP: Fix thinko in sctp_copy_laddrs()
by Vlad Yasevich
· 17 years ago
5131a18
SCTP: lock_sock_nested in sctp_sock_migrate
by Zach Brown
· 17 years ago
186e234
SCTP: Fix sctp_getsockopt_get_peer_addrs
by Neil Horman
· 17 years ago
408f22e
SCTP: update sctp_getsockopt helpers to allow oversized buffers
by Neil Horman
· 17 years ago
8a47949
[SCTP] Flag a pmtu change request
by Vlad Yasevich
· 17 years ago
fe979ac
[SCTP] Fix leak in sctp_getsockopt_local_addrs when copy_to_user fails
by Vlad Yasevich
· 17 years ago
Next »