Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bc775eac63c16dbcfabc4c6e949c0228edf3e11f
/
net
/
sctp
/
socket.c
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
8b35805
[SCTP]: Allow unspecified port in sctp_bindx()
by Vlad Yasevich
· 17 years ago
d570ee4
[SCTP]: Correctly set daddr for IPv6 sockets during peeloff
by Vlad Yasevich
· 17 years ago
70b57b8
[SCTP]: Correctly copy addresses in sctp_copy_laddrs
by Vlad Yasevich
· 18 years ago
8dc4984
[SCTP]: Prevent OOPS if hmac modules didn't load
by Vlad Yasevich
· 18 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 18 years ago
ce5325c
[SCTP]: Fix the SO_REUSEADDR handling to be similar to TCP.
by Vlad Yasevich
· 18 years ago
16d00fb
[SCTP]: Verify all destination ports in sctp_connectx.
by Vlad Yasevich
· 18 years ago
aad97f3
[SCTP]: Fix sctp_getsockopt_local_addrs_old() to use local storage.
by Vlad Yasevich
· 18 years ago
3ff50b7
[NET]: cleanup extra semicolons
by Stephen Hemminger
· 18 years ago
7033157
[SCTP]: Implement SCTP_MAX_BURST socket option.
by Vlad Yasevich
· 18 years ago
bdf3092
[SCTP]: Honor flags when setting peer address parameters
by Vlad Yasevich
· 18 years ago
d49d91d
[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.
by Vlad Yasevich
· 18 years ago
b6e1331
[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option
by Vlad Yasevich
· 18 years ago
0304ff8a
[SCTP]: Unmap v4mapped addresses during SCTP_BINDX_REM_ADDR operation.
by Paolo Galtieri
· 18 years ago
ea2bc48
[SCTP]: Fix assertion (!atomic_read(&sk->sk_rmem_alloc)) failed message
by Tsutomu Fujii
· 18 years ago
d808ad9
[NET] SCTP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
0f3fffd
[SCTP]: Fix typo adaption -> adaptation as per the latest API draft.
by Ivan Skytte Jorgensen
· 18 years ago
6ab792f
[SCTP]: Add support for SCTP_CONTEXT socket option.
by Ivan Skytte Jorgensen
· 18 years ago
29c7cf9
[SCTP]: Handle address add/delete events in a more efficient way.
by Sridhar Samudrala
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
54e6ecb
[PATCH] slab: remove SLAB_ATOMIC
by Christoph Lameter
· 18 years ago
dce116a
[SCTP]: Get rid of the last remnants of sin_port flipping.
by Al Viro
· 18 years ago
6fbfa9f
[SCTP]: Annotate ->inaddr_any().
by Al Viro
· 18 years ago
8cec6b8
[SCTP]: We need to be careful when copying to sockaddr_storage.
by Al Viro
· 18 years ago
b3f5b3b
[SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions.
by Al Viro
· 18 years ago
5ae955c
[SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr().
by Al Viro
· 18 years ago
6244be4
[SCTP]: Trivial parts of a_h -> a switch.
by Al Viro
· 18 years ago
6c7be55
[SCTP]: sctp_has_association() switched to net-endian.
by Al Viro
· 18 years ago
cd4ff03
[SCTP]: sctp_endpoint_lookup_assoc() switched to net-endian.
by Al Viro
· 18 years ago
5ab7b85
[SCTP]: Switch sctp_add_bind_addr() to net-endian.
by Al Viro
· 18 years ago
4bdf4b5
[SCTP]: Switch sctp_assoc_add_peer() to net-endian.
by Al Viro
· 18 years ago
c9a0850
[SCTP]: Switch sctp_del_bind_addr() to net-endian.
by Al Viro
· 18 years ago
be29681
[SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.
by Al Viro
· 18 years ago
7e1e4a2
[SCTP]: Switch sctp_bind_addr_match() to net-endian.
by Al Viro
· 18 years ago
5f242a1
[SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.
by Al Viro
· 18 years ago
09ef7fe
[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.
by Al Viro
· 18 years ago
30330ee
[SCTP] bug: endianness problem in sctp_getsockopt_sctp_status()
by Al Viro
· 18 years ago
04afd8b
[SCTP]: Beginning of sin_port fixes.
by Al Viro
· 18 years ago
4f44430
[SCTP]: Correctly set IP id for SCTP traffic
by Vlad Yasevich
· 18 years ago
23c435f
[SCTP]: Fix minor typo
by Ville Nuorvala
· 18 years ago
331c4ee
[SCTP]: Fix receive buffer accounting.
by Vlad Yasevich
· 18 years ago
208edef
[SCTP]: Enable Nagle algorithm by default.
by Sridhar Samudrala
· 18 years ago
1616436
[SCTP]: Cleanups
by Adrian Bunk
· 18 years ago
3fd091e
[SCTP]: Remove multiple levels of msecs to jiffies conversions.
by Vladislav Yasevich
· 18 years ago
8abfedd
[SCTP]: Use the flags value that is passed as an arg to sctp_accept.
by Sridhar Samudrala
· 18 years ago
eb5fa39
[SCTP]: Fix IPv6 address flag setting when doing peel-off/accept.
by Vladislav Yasevich
· 18 years ago
1b489e1
[SCTP]: Use HMAC template and hash interface
by Herbert Xu
· 18 years ago
b9ac867
[SCTP]: Fix sctp_primitive_ABORT() call in sctp_close().
by Sridhar Samudrala
· 18 years ago
c164a9b
Fix sctp privilege elevation (CVE-2006-3745)
by Sridhar Samudrala
· 18 years ago
dc022a9
[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed
by Sridhar Samudrala
· 18 years ago
37fa687
[SCTP]: Check for NULL arg to sctp_bucket_destroy().
by Sridhar Samudrala
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
5636bef
[SCTP]: Reject sctp packets with broadcast addresses.
by Vlad Yasevich
· 18 years ago
402d68c
[SCTP]: Limit association max_retrans setting in setsockopt.
by Vlad Yasevich
· 18 years ago
Next »