aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-2/+2
* SCTP: Check to make sure file is valid before setting timeoutVlad Yasevich2007-07-051-1/+9
* SCTP: Fix thinko in sctp_copy_laddrs()Vlad Yasevich2007-07-051-1/+1
* SCTP: lock_sock_nested in sctp_sock_migrateZach Brown2007-06-261-1/+4
* SCTP: Fix sctp_getsockopt_get_peer_addrsNeil Horman2007-06-191-4/+3
* SCTP: update sctp_getsockopt helpers to allow oversized buffersNeil Horman2007-06-191-34/+74
* [SCTP] Flag a pmtu change requestVlad Yasevich2007-06-131-0/+3
* [SCTP] Fix leak in sctp_getsockopt_local_addrs when copy_to_user failsVlad Yasevich2007-06-131-4/+5
* [SCTP]: Allow unspecified port in sctp_bindx()Vlad Yasevich2007-06-131-4/+11
* [SCTP]: Correctly set daddr for IPv6 sockets during peeloffVlad Yasevich2007-06-131-1/+3
* [SCTP]: Correctly copy addresses in sctp_copy_laddrsVlad Yasevich2007-05-101-4/+8
* [SCTP]: Prevent OOPS if hmac modules didn't loadVlad Yasevich2007-05-101-1/+6
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-2/+2
* [SCTP]: Fix the SO_REUSEADDR handling to be similar to TCP.Vlad Yasevich2007-05-041-10/+22
* [SCTP]: Verify all destination ports in sctp_connectx.Vlad Yasevich2007-05-041-0/+8
* [SCTP]: Fix sctp_getsockopt_local_addrs_old() to use local storage.Vlad Yasevich2007-04-281-36/+60
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-5/+6
* [SCTP]: Implement SCTP_MAX_BURST socket option.Vlad Yasevich2007-04-251-0/+61
* [SCTP]: Honor flags when setting peer address parametersVlad Yasevich2007-04-251-10/+44
* [SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.Vlad Yasevich2007-04-251-0/+57
* [SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket optionVlad Yasevich2007-04-251-7/+77
* [SCTP]: Unmap v4mapped addresses during SCTP_BINDX_REM_ADDR operation.Paolo Galtieri2007-04-171-0/+6
* [SCTP]: Fix assertion (!atomic_read(&sk->sk_rmem_alloc)) failed messageTsutomu Fujii2007-04-171-4/+44
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-57/+57
* [SCTP]: Fix typo adaption -> adaptation as per the latest API draft.Ivan Skytte Jorgensen2006-12-221-17/+17
* [SCTP]: Add support for SCTP_CONTEXT socket option.Ivan Skytte Jorgensen2006-12-131-0/+84
* [SCTP]: Handle address add/delete events in a more efficient way.Sridhar Samudrala2006-12-131-24/+10
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* [SCTP]: Get rid of the last remnants of sin_port flipping.Al Viro2006-12-021-13/+6
* [SCTP]: Annotate ->inaddr_any().Al Viro2006-12-021-1/+1
* [SCTP]: We need to be careful when copying to sockaddr_storage.Al Viro2006-12-021-4/+4
* [SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions.Al Viro2006-12-021-4/+2
* [SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr().Al Viro2006-12-021-1/+1
* [SCTP]: Trivial parts of a_h -> a switch.Al Viro2006-12-021-14/+10
* [SCTP]: sctp_has_association() switched to net-endian.Al Viro2006-12-021-2/+2
* [SCTP]: sctp_endpoint_lookup_assoc() switched to net-endian.Al Viro2006-12-021-5/+3
* [SCTP]: Switch sctp_add_bind_addr() to net-endian.Al Viro2006-12-021-4/+1
* [SCTP]: Switch sctp_assoc_add_peer() to net-endian.Al Viro2006-12-021-7/+6
* [SCTP]: Switch sctp_del_bind_addr() to net-endian.Al Viro2006-12-021-12/+5
* [SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.Al Viro2006-12-021-2/+3
* [SCTP]: Switch sctp_bind_addr_match() to net-endian.Al Viro2006-12-021-3/+1
* [SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.Al Viro2006-12-021-4/+1
* [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro2006-12-021-16/+16
* [SCTP] bug: endianness problem in sctp_getsockopt_sctp_status()Al Viro2006-12-021-2/+2
* [SCTP]: Beginning of sin_port fixes.Al Viro2006-12-021-17/+12
* [SCTP]: Correctly set IP id for SCTP trafficVlad Yasevich2006-10-301-0/+9
* [SCTP]: Fix minor typoVille Nuorvala2006-10-181-1/+1
* [SCTP]: Fix receive buffer accounting.Vlad Yasevich2006-10-111-4/+18
* [SCTP]: Enable Nagle algorithm by default.Sridhar Samudrala2006-09-291-2/+2