sctp/ipv6.c: use ipv6_addr_copy
[safe/jmp/linux-2.6] / net / sctp / sm_statefuns.c
2009-01-06 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2008-12-26 Wei Yongjunsctp: Avoid memory overflow while FWD-TSN chunk is...
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/*/
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-29 Harvey Harrisonnet, misc: replace uses of NIP6_FMT with %p6
2008-10-23 Wei Yongjunsctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED state
2008-10-23 Wei Yongjunsctp: Add check for the TSN field of the SHUTDOWN chunk
2008-10-09 Vlad Yasevichsctp: update SNMP statiscts when T5 timer expired.
2008-10-09 Vlad Yasevichsctp: Fix SNMP number of SCTP_MIB_ABORTED during violat...
2008-10-09 Wei Yongjunsctp: Fix the SNMP number of SCTP_MIB_CURRESTAB
2008-10-01 Vlad Yasevichsctp: enable cookie-echo retransmission transport switch
2008-10-01 Wei Yongjunsctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUES
2008-10-01 Wei Yongjunsctp: Fix to start T5-shutdown-guard timer while enter...
2008-09-30 Wei Yongjunsctp: Fix kernel panic while process protocol violation...
2008-07-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-07-08 Vlad Yasevichsctp: Mark the tsn as received after all allocations...
2008-06-19 Vlad Yasevichsctp: Follow security requirement of responding with...
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-13 Robert P. J. Day[SCTP]: "list_for_each()" -> "list_for_each_entry(...
2008-04-13 Vlad Yasevich[SCTP]: Fix compiler warning about const qualifiers
2008-04-13 Gui Jianfeng[SCTP]: Fix protocol violation when receiving an error...
2008-03-28 Ilpo Järvinen[SCTP]: Remove sctp_add_cmd_sf wrapper bloat
2008-03-24 Florian Westphal[SCTP]: Replace char msg[] with static const char[].
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-29 Neil Horman[SCTP]: extend exported data in /proc/net/sctp/assoc
2008-02-05 Vlad Yasevich[SCTP]: Stop claiming that this is a "reference impleme...
2008-02-05 Wei Yongjun[SCTP]: Fix kernel panic while received AUTH chunk...
2008-02-03 Oliver Pintertypo fixes in net/sctp/sm_statefuns.c
2008-01-28 Vlad Yasevich[SCTP]: Correctly initialize error when parameter valid...
2008-01-28 David S. Miller[SCTP]: Fix build warning in sctp_sf_do_5_1C_ack().
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Vlad Yasevich[SCTP]: Follow Add-IP security consideratiosn wrt INIT...
2008-01-28 Vlad Yasevich[SCTP]: Implement ADD-IP special case processing for...
2008-01-28 Vlad Yasevich[SCTP]: Update ASCONF processing to conform to spec.
2008-01-28 Vlad Yasevich[SCTP]: Discard unauthenticated ASCONF and ASCONF ACK...
2008-01-09 Vlad Yasevich[SCTP]: Correctly handle AUTH parameters in unexpected...
2007-11-29 Vlad YasevichSCTP: Fix the number of HB transmissions.
2007-11-20 Joe Perches[SCTP]: Add missing "space"
2007-11-12 Jesper JuhlFix memory leak in discard case of sctp_sf_abort_violat...
2007-11-07 Vlad YasevichSCTP: Fix difference cases of retransmit.
2007-10-10 Vlad Yasevich[SCTP]: API updates to suport SCTP-AUTH extensions.
2007-10-10 Vlad Yasevich[SCTP]: Implement the receive and verification of AUTH...
2007-10-10 Vlad Yasevich[SCTP]: Implete SCTP-AUTH parameter processing
2007-10-10 Neil Horman[SCTP]: Rewrite of sctp buffer management code
2007-09-26 Wei YongjunSCTP : Add paramters validity check for ASCONF chunk
2007-09-26 Vlad YasevichSCTP: Clean up OOTB handling and fix infinite loop...
2007-09-26 Vlad YasevichSCTP: Explicitely discard OOTB chunks
2007-09-26 Wei YongjunSCTP: Send ABORT chunk with correct tag in response...
2007-08-30 Vlad YasevichSCTP: Abort on COOKIE-ECHO if backlog is exceeded.
2007-08-30 Wei YongjunSCTP: Use net_ratelimit to suppress error messages...
2007-08-30 Wei YongjunSCTP: Fix to encode PROTOCOL VIOLATION error cause...
2007-08-02 Wei YongjunSCTP: drop SACK if ctsn is not less than the next tsn...
2007-07-19 YOSHIFUJI Hideaki[NET] SCTP: Fix whitespace errors.
2007-05-04 Vlad Yasevich[SCTP]: Set assoc_id correctly during INIT collision.
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Vlad Yasevich[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-03-20 Vlad Yasevich[SCTP]: Increment error counters on user requested...
2007-02-26 Vlad Yasevich[SCTP]: Strike the transport before updating rto.
2007-02-11 YOSHIFUJI Hideaki[NET] SCTP: Fix whitespace errors.
2007-01-24 Brian Haley[SCTP]: Fix compiler warning.
2007-01-24 Vlad Yasevich[SCTP]: Correctly handle unexpected INIT-ACK chunk.
2007-01-24 Vlad Yasevich[SCTP]: Verify some mandatory parameters.
2006-12-22 Ivan Skytte Jorgensen[SCTP]: Fix typo adaption -> adaptation as per the...
2006-12-03 Al Viro[SCTP]: Even more trivial sctp annotations.
2006-12-03 Al Viro[SCTP]: SCTP_CMD_PROCESS_CTSN annotations.
2006-12-03 Al Viro[SCTP]: sctp_sf_send_restart_abort() is endian-agnostic.
2006-12-03 Al Viro[SCTP]: Switch sctp_chunk ->dest to net-endian.
2006-12-03 Al Viro[SCTP]: sctp_transport_route() switched to net-endian.
2006-12-03 Al Viro[SCTP]: sctp_process_init() and sctp_source() switched...
2006-12-03 Al Viro[SCTP]: sctp_transport_{init,new}() switched to net...
2006-12-03 Al Viro[SCTP]: Switch sctp_cookie ->peer_addr to net-endian.
2006-12-03 Al Viro[SCTP]: Switch address inside the heartbeat opaque...
2006-12-03 Al Viro[SCTP]: Switch sctp_assoc_lookup_paddr() 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]: SCTP_CMD_ASSOC_FAILED annotations.
2006-12-03 Al Viro[SCTP]: SCTP_CMD_INIT_FAILED annotations.
2006-12-03 Al Viro[SCTP]: sctp_stop_t1_and_abort() annotations.
2006-09-22 Vladislav Yasevich[SCTP]: Cleanup nomem handling in the state functions.
2006-09-22 Sridhar Samudrala[SCTP]: Extend /proc/net/sctp/snmp to provide more...
2006-08-22 Sridhar SamudralaFix sctp privilege elevation (CVE-2006-3745)
2006-07-21 Sridhar Samudrala[SCTP]: Set chunk->data_accepted only if we are going...
2006-07-21 Sridhar Samudrala[SCTP]: Verify all the paths to a peer via heartbeat...
2006-06-18 Neil Horman[SCTP]: Fix persistent slowdown in sctp when a gap...
2006-05-19 Vladislav Yasevich[SCTP]: Validate the parameter length in HB-ACK chunk.
2006-05-19 Sridhar Samudrala[SCTP]: Set sk_err so that poll wakes up after a non...
2006-05-06 Sridhar Samudrala[SCTP]: Fix panic's when receiving fragmented SCTP...
2006-05-06 Neil Horman[SCTP]: Allow spillover of receive buffer to avoid...
2006-01-31 Vlad Yasevich[SCTP]: heartbeats exceed maximum retransmssion limit
2006-01-30 Vlad Yasevich[SCTP]: correct the number of INIT retransmissions
2006-01-17 Tsutomu Fujii[SCTP]: Fix sctp_rcv_ootb() to handle the last chunk...
2006-01-13 Joe Perches[NET]: Use NIP6_FMT in kernel.h
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-09-23 Sridhar Samudrala[SCTP]: Fix SCTP_SHUTDOWN notifications.
2005-06-24 Adrian Bunk[PATCH] make various thing static
2005-06-20 Frank Filz[SCTP] sctp_connectx() API support
2005-04-28 Jerome Forissier[SCTP] Implement Sec 2.41 of SCTP Implementers guide.
next