summaryrefslogtreecommitdiff
path: root/net/sctp/sm_statefuns.c
AgeCommit message (Expand)Author
2005-03-22[NET] use sk_acceptq_is_fullArnaldo Carvalho de Melo
2004-12-27[SCTP] Validate and respond to invalid chunk/parameter lengths.Sridhar Samudrala
2004-12-26[SCTP] Treat ICMP protocol unreachable errors from non-SCTP capable hosts asSridhar Samudrala
2004-12-26[SCTP] Code cleanup: remove unused code and make needlessly global code staticSridhar Samudrala
2004-10-21[SCTP] Adaption layer indication support.Sridhar Samudrala
2004-07-24[SCTP]: Fix mis-merge.David S. Miller
2004-07-24Merge conflicts with Yoshfuji's SNMP stats changes.David S. Miller
2004-07-22[SCTP] Fix missing '+' in the computation of sack chunk size inSridhar Samudrala
2004-07-22[SCTP] Fix issues with handling stale cookie error over multihomingSridhar Samudrala
2004-07-22[SCTP] Fix data not being delivered to user in SHUTDOWN_SENT state.Sridhar Samudrala
2004-07-20Merge bk://bk.skbuff.net:20608/linux-2.6-snmp-20040708David S. Miller
2004-07-11[SPARSE]: Fix warnings in net/sctp/Andrew Morton
2004-07-09[NET] convert storage for MIB from struct member to array item.Hideaki Yoshifuji
2004-06-03[SCTP] Fix missing VTAG validation on certain incoming packets.Sridhar Samudrala
2004-06-03[SCTP] Fix the use of cached non-zero vtag in an INIT that is resentSridhar Samudrala
2004-06-03[SCTP] Fix to not setup a new association if the endpoint is inJorge Hernandez-Herrero
2004-04-18[SCTP] Partial Reliability Extension support.Sridhar Samudrala
2004-04-18[SCTP] Cleanup sctp_packet and sctp_outq infrastructure.Sridhar Samudrala
2004-02-26[SCTP] Fix incorrect INIT process termination with sinit_max_init_timeo.Sridhar Samudrala
2004-01-15[SCTP] ADDIP: Handle T4 RTO timer expiry.Sridhar Samudrala
2003-11-20[SCTP] ADDIP: Support for processing incoming ASCONF_ACK chunks.Sridhar Samudrala
2003-10-28[SCTP] ADDIP: Support for processing ASCONF chunks and respond withSridhar Samudrala
2003-09-18[SCTP] ADDIP: Handle ERROR chunk in response to an ASCONF chunk.Sridhar Samudrala
2003-09-02[SCTP] Convert sctp_param2sockaddr() and sockaddr2sctp_addr() toSridhar Samudrala
2003-08-03[SCTP] ADDIP basic infrastructure support. (Ardelle.Fan)Sridhar Samudrala
2003-07-10[SCTP] Send SHUTDOWNs through the same path as the received DATA inSridhar Samudrala
2003-06-19[SCTP] More typedef & name cleanup.Jon Grimm
2003-06-18[SCTP] More typedef removals.Jon Grimm
2003-06-18[SCTP] Minor warning cleanups. Jon Grimm
2003-06-18[SCTP] Add ASSOCINFO and RTOINFO sockopts. (Ryan Layer and Anup Pemmaiah)Jon Grimm
2003-06-22Merge touki.austin.ibm.com:/home/jgrimm/bk/linux-2.5Jon Grimm
2003-06-20[SCTP] OOTB Cookie-Echo path does not like stale cookie vtag fix.Jon Grimm
2003-06-12[SCTP] Fix for incorrect vtag in the stale cookie ERROR chunk.Sridhar Samudrala
2003-06-20Hand merge.Jon Grimm
2003-06-05[SCTP] Fix double free of chunk along unexepected INIT path.Jon Grimm
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-05-15[SCTP] SCTP_SHUTDOWN_EVENT notification support.Sridhar Samudrala
2003-05-13[SCTP] Multiple causes may be embedded in an ERROR chunk (ardelle.fan)Jon Grimm
2003-05-08[SCTP] Bug fix for bind_bucket leak & heartbeat error count.Jon Grimm
2003-05-07MergeJon Grimm
2003-05-06Manual merge.Sridhar Samudrala
2003-05-06[SCTP] Verify contents of SACK against underrun.Jon Grimm
2003-05-05[SCTP] Support SCTP ECN on ipv6.Jon Grimm
2003-04-30[SCTP] Add sinfo_timetolive support.Jon Grimm
2003-04-28[NET]: Spelling fixes for net/Steven Cole
2003-04-22[SCTP] Add some macros to clean up code.Jon Grimm
2003-04-21[SCTP] Track partially acked message for SEND_FAILED.Jon Grimm
2003-04-16[SCTP] More typedef removals.Jon Grimm
2003-04-09[SCTP] Various code cleanup.Jon Grimm
2003-04-01[SCTP] listen() backlog support for TCP-style sockets.Sridhar Samudrala