Allow arch to initialize arch field of the module structure
[safe/jmp/linux-2.6] / include / net / sctp /
2007-05-04 Vlad Yasevich[SCTP]: Set assoc_id correctly during INIT collision.
2007-05-04 Sridhar Samudrala[SCTP]: Re-order SCTP initializations to avoid race...
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_MAX_BURST socket option.
2007-04-26 Vlad Yasevich[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE...
2007-04-26 Vlad Yasevich[SCTP]: Honor flags when setting peer address parameters
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CH...
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-03-20 Vlad Yasevich[SCTP]: Reset some transport and association variables...
2007-03-20 Vlad Yasevich[SCTP]: Clean up stale data during association restart
2007-01-24 Vlad Yasevich[SCTP]: Correctly handle unexpected INIT-ACK chunk.
2006-12-22 Adrian Bunk[SCTP]: make 2 functions static
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-10 Alexey Dobriyan[PATCH] sysctl: remove unused "context" param
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-03 Al Viro[SCTP]: SCTP_CMD_PROCESS_CTSN annotations.
2006-12-03 Al Viro[SCTP]: Annotate ->supported_addrs().
2006-12-03 Al Viro[SCTP]: sctp_association ->peer.i is a host-endian...
2006-12-03 Al Viro[SCTP]: Annotate ->inaddr_any().
2006-12-03 Al Viro[SCTP]: flip_to_{h,n}() are not needed anymore.
2006-12-03 Al Viro[SCTP]: ->a_h is gone now.
2006-12-03 Al Viro[SCTP]: ->a_h is gone now.
2006-12-03 Al Viro[SCTP]: ->source_h is not used anymore.
2006-12-03 Al Viro[SCTP]: Switch all remaining users of ->saddr_h to...
2006-12-03 Al Viro[SCTP]: Switch ->from_addr_param() to net-endian.
2006-12-03 Al Viro[SCTP]: Annotate ->dst_saddr()
2006-12-03 Al Viro[SCTP] embedded sctp_addr: net-endian mirrors
2006-12-03 Al Viro[SCTP]: Beginning of conversion to net-endian for embed...
2006-12-03 Al Viro[SCTP]: Beginning of sin_port fixes.
2006-12-03 Al Viro[SCTP]: Trivial sctp endianness annotations.
2006-12-03 Al Viro[SCTP]: Annotate tsn_dups.
2006-12-03 Al Viro[SCTP]: SCTP_CMD_INIT_FAILED annotations.
2006-12-03 Al Viro[SCTP]: sctp_make_op_error() annotations.
2006-12-03 Al Viro[SCTP]: Annotate sctp_init_cause().
2006-12-03 Vlad Yasevich[SCTP]: Fix warning
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-12 Vlad Yasevich[SCTP]: Fix receive buffer accounting.
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]: Extend /proc/net/sctp/snmp to provide more...
2006-09-21 Herbert Xu[SCTP]: Use HMAC template and hash interface
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]: Verify all the paths to a peer via heartbeat...
2006-06-21 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/hdrcleanup-2.6
2006-06-20 David S. Miller[SCTP]: Fix unintentional change to SCTP_ASSERT when...
2006-06-18 Vlad Yasevich[SCTP] Reset rtt_in_progress for the chunk when process...
2006-06-18 Vlad Yasevich[SCTP]: Reject sctp packets with broadcast addresses.
2006-05-24 David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2006-05-19 Vladislav Yasevich[SCTP]: Respect the real chunk length when walking...
2006-05-19 Sridhar Samudrala[SCTP]: Set sk_err so that poll wakes up after a non...
2006-05-06 David WoodhouseMerge git://git./linux/kernel/git/torvalds/linux-2.6
2006-05-06 Neil Horman[SCTP]: Allow spillover of receive buffer to avoid...
2006-04-26 David WoodhouseDon't include linux/config.h from anywhere else in...
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
2006-02-03 Vlad Yasevich[SCTP]: Fix 'fast retransmit' to send a TSN only once.
2006-01-17 Sridhar Samudrala[SCTP]: Fix couple of races between sctp_peeloff()...
2006-01-17 Vlad Yasevich[SCTP]: Fix machine check/connection hang on IA64.
2006-01-17 Vlad Yasevich[SCTP]: Fix bad sysctl formatting of SCTP timeout value...
2006-01-17 Vlad Yasevich[SCTP]: Fix sctp_cookie alignment in the packet.
2006-01-13 Joe Perches[NET]: Use NIP6_FMT in kernel.h
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-11-12 Neil Horman[SCTP]: Include ulpevents in socket receive buffer...
2005-11-12 Vladislav Yasevich[SCTP]: Fix ia64 NaT consumption fault with sctp_sideff...
2005-11-12 Vladislav Yasevich[SCTP]: Remove timeouts[] array from sctp_endpoint.
2005-10-28 Ivan Skytte Jorgensen[SCTP] Rename SCTP specific control message flags.
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-10-07 Sridhar Samudrala[SCTP] Fix SCTP socket options to work with 32-bit...
2005-10-07 Ivan Skytte Jørgensen[SCTP] Fix sctp_get{pl}addrs() API to work with 32...
2005-08-29 Arnaldo Carvalho... [TCP]: Move the tcp sock states to net/tcp_states.h
2005-07-18 Sridhar Samudrala[SCTP]: Fix potential null pointer dereference while...
2005-07-12 Alexey Dobriyan[SCTP]: __nocast annotations
2005-07-09 David S. Miller[SCTP]: Use struct list_head for chunk lists, not sk_bu...
2005-06-28 Vlad Yasevich[SCTP] Make init & delayed sack timeouts configurable...
2005-06-24 Adrian Bunk[PATCH] make various thing static
2005-06-20 Frank Filz[SCTP] sctp_connectx() API support
2005-04-28 Neil Horman[SCTP] Fix SCTP sendbuffer accouting.
2005-04-28 Jerome Forissier[SCTP] Implement Sec 2.41 of SCTP Implementers guide.
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2