[SCTP] Flag a pmtu change request
[safe/jmp/linux-2.6] / net / sctp / socket.c
2007-06-13 Vlad Yasevich[SCTP] Flag a pmtu change request
2007-06-13 Vlad Yasevich[SCTP] Fix leak in sctp_getsockopt_local_addrs when...
2007-06-13 Vlad Yasevich[SCTP]: Allow unspecified port in sctp_bindx()
2007-06-13 Vlad Yasevich[SCTP]: Correctly set daddr for IPv6 sockets during...
2007-05-11 Vlad Yasevich[SCTP]: Correctly copy addresses in sctp_copy_laddrs
2007-05-11 Vlad Yasevich[SCTP]: Prevent OOPS if hmac modules didn't load
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-05-04 Vlad Yasevich[SCTP]: Fix the SO_REUSEADDR handling to be similar...
2007-05-04 Vlad Yasevich[SCTP]: Verify all destination ports in sctp_connectx.
2007-04-29 Vlad Yasevich[SCTP]: Fix sctp_getsockopt_local_addrs_old() to use...
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_MAX_BURST socket option.
2007-04-26 Vlad Yasevich[SCTP]: Honor flags when setting peer address parameters
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option
2007-04-17 Paolo Galtieri[SCTP]: Unmap v4mapped addresses during SCTP_BINDX_REM_...
2007-04-17 Tsutomu Fujii[SCTP]: Fix assertion (!atomic_read(&sk->sk_rmem_alloc...
2007-02-11 YOSHIFUJI Hideaki[NET] SCTP: Fix whitespace errors.
2006-12-22 Ivan Skytte Jorgensen[SCTP]: Fix typo adaption -> adaptation as per the...
2006-12-14 Ivan Skytte Jorgensen[SCTP]: Add support for SCTP_CONTEXT socket option.
2006-12-14 Sridhar Samudrala[SCTP]: Handle address add/delete events in a more...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-03 Al Viro[SCTP]: Get rid of the last remnants of sin_port flipping.
2006-12-03 Al Viro[SCTP]: Annotate ->inaddr_any().
2006-12-03 Al Viro[SCTP]: We need to be careful when copying to sockaddr_...
2006-12-03 Al Viro[SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions.
2006-12-03 Al Viro[SCTP]: sctp_make_asconf_update_ip() and sctp_find_unma...
2006-12-03 Al Viro[SCTP]: Trivial parts of a_h -> a switch.
2006-12-03 Al Viro[SCTP]: sctp_has_association() switched to net-endian.
2006-12-03 Al Viro[SCTP]: sctp_endpoint_lookup_assoc() switched to net...
2006-12-03 Al Viro[SCTP]: Switch sctp_add_bind_addr() to net-endian.
2006-12-03 Al Viro[SCTP]: Switch sctp_assoc_add_peer() to net-endian.
2006-12-03 Al Viro[SCTP]: Switch sctp_del_bind_addr() to net-endian.
2006-12-03 Al Viro[SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.
2006-12-03 Al Viro[SCTP]: Switch sctp_bind_addr_match() to net-endian.
2006-12-03 Al Viro[SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact...
2006-12-03 Al Viro[SCTP]: Beginning of conversion to net-endian for embed...
2006-12-03 Al Viro[SCTP] bug: endianness problem in sctp_getsockopt_sctp_...
2006-12-03 Al Viro[SCTP]: Beginning of sin_port fixes.
2006-10-31 Vlad Yasevich[SCTP]: Correctly set IP id for SCTP traffic
2006-10-19 Ville Nuorvala[SCTP]: Fix minor typo
2006-10-12 Vlad Yasevich[SCTP]: Fix receive buffer accounting.
2006-09-30 Sridhar Samudrala[SCTP]: Enable Nagle algorithm by default.
2006-09-22 Adrian Bunk[SCTP]: Cleanups
2006-09-22 Vladislav Yasevich[SCTP]: Remove multiple levels of msecs to jiffies...
2006-09-22 Sridhar Samudrala[SCTP]: Use the flags value that is passed as an arg...
2006-09-22 Vladislav Yasevich[SCTP]: Fix IPv6 address flag setting when doing peel...
2006-09-21 Herbert Xu[SCTP]: Use HMAC template and hash interface
2006-08-30 Sridhar Samudrala[SCTP]: Fix sctp_primitive_ABORT() call in sctp_close().
2006-08-22 Sridhar SamudralaFix sctp privilege elevation (CVE-2006-3745)
2006-07-21 Sridhar Samudrala[SCTP]: ADDIP: Don't use an address as source until...
2006-07-21 Sridhar Samudrala[SCTP]: Check for NULL arg to sctp_bucket_destroy().
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-18 Vlad Yasevich[SCTP]: Reject sctp packets with broadcast addresses.
2006-06-18 Vlad Yasevich[SCTP]: Limit association max_retrans setting in setsoc...
2006-05-19 Vladislav Yasevich[SCTP]: Allow linger to abort 1-N style sockets.
2006-05-19 Vladislav Yasevich[SCTP]: A better solution to fix the race between sctp_...
2006-05-19 Sridhar Samudrala[SCTP]: Set sk_err so that poll wakes up after a non...
2006-03-25 Davide Libenzi[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed...
2006-01-30 Vlad Yasevich[SCTP]: correct the number of INIT retransmissions
2006-01-17 Sridhar Samudrala[SCTP]: Fix couple of races between sctp_peeloff()...
2006-01-17 Vlad Yasevich[SCTP]: Fix bad sysctl formatting of SCTP timeout value...
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-12 Kris Katterjohn[NET]: Remove more unneeded typecasts on *malloc()
2006-01-03 Frank Filz[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket...
2006-01-03 Frank Filz[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option...
2005-12-19 Neil Horman[SCTP]: Fix sctp to not return erroneous POLLOUT events.
2005-12-15 Al Viro[PATCH] Address of void __user * is void __user * ...
2005-12-03 Neil Horman[SCTP]: Return socket errors only if the receive queue...
2005-11-12 Neil Horman[SCTP]: Include ulpevents in socket receive buffer...
2005-11-12 Vladislav Yasevich[SCTP]: Remove timeouts[] array from sctp_endpoint.
2005-10-28 Ivan Skytte Jorgensen[SCTP] Do not allow unprivileged programs initiating...
2005-10-28 Ivan Skytte Jorgensen[SCTP] Allow SCTP_MAXSEG to revert to default frag...
2005-10-28 Ivan Skytte Jorgensen[SCTP] Fix SCTP_SETADAPTION sockopt to use the correct...
2005-10-28 Ivan Skytte Jorgensen[SCTP] Rename SCTP specific control message flags.
2005-10-07 Ivan Skytte Jørgensen[SCTP] Fix sctp_get{pl}addrs() API to work with 32...
2005-09-02 Jesper Juhl[CRYPTO]: crypto_free_tfm() callers no longer need...
2005-08-29 David S. Miller[NET]: Kill skb->list
2005-07-09 David S. Miller[SCTP]: Use struct list_head for chunk lists, not sk_bu...
2005-06-20 Frank Filz[SCTP] sctp_connectx() API support
2005-06-19 Herbert Xu[SCTP]: Replace spin_lock_irqsave with spin_lock_bh
2005-06-13 Vladislav Yasevich[SCTP]: Fix bug in restart of peeled-off associations.
2005-04-28 Neil Horman[SCTP] Fix SCTP sendbuffer accouting.
2005-04-28 Vladislav Yasevich[SCTP] Fix SCTP_ASSOCINFO getsockopt for 1-1 style
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2