summaryrefslogtreecommitdiff
path: root/include/linux/sctp.h
AgeCommit message (Collapse)Author
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo
For the places where we need a pointer to the transport header, it is still legal to touch skb->h.raw directly if just adding to, subtracting from or setting it to another layer header. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-25[SCTP]: Introduce sctp_hdr()Arnaldo Carvalho de Melo
For consistency with all the other skb->h.raw accessors. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2006-12-22[SCTP]: Fix typo adaption -> adaptation as per the latest API draft.Ivan Skytte Jorgensen
Signed-off-by: Ivan Skytte Jorgensen <isj-sctp@i1.dk> Signed-off-by: Sridhar Samudrala <sri@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2006-12-02[SCTP]: Annotate SCTP headers.Al Viro
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
2004-12-27[SCTP] Validate and respond to invalid chunk/parameter lengths.Sridhar Samudrala
Signed-off-by: Vladislav Yasevich <vladislav.yasevich@hp.com> Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
2004-10-21[SCTP] Adaption layer indication support.Sridhar Samudrala
Add support for SCTP_ADAPTION_INDICATION notification, SCTP_ADAPTION_LAYER socket option and SCTP_PARAM_ADAPTION_LAYER_IND parameter. Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
2004-04-18[SCTP] Partial Reliability Extension support.Sridhar Samudrala
2004-01-24[SCTP]: Fix packed attribute usage.Andrew Morton
2003-11-20[SCTP] ADDIP: Support for processing incoming ASCONF_ACK chunks.Sridhar Samudrala
2003-09-22[SCTP] ADDIP: Support for the creation of ASCONF_ACK chunk (Kevin).Sridhar Samudrala
2003-08-27[SCTP] SCTP_SET_PEER_PRIMARY socket option support. (Kevin Gao)Sridhar Samudrala
2003-08-03[SCTP] ADDIP basic infrastructure support. (Ardelle.Fan)Sridhar Samudrala
2002-10-23sctp: header update for new error cause: (13) Protocol Violation Jon Grimm
2002-10-02Remove more excessive spaces.Daisy Chang
2002-10-01sctp: Added the 'Unrecognized Parameter' handling.Daisy Chang
2002-08-29[SCTP]: Rename sctp_foo.[ch] to foo.[ch] and kill CVS tags on authors request.David S. Miller
2002-08-27include/linux/sctp.h: Use __u{8,16,32} instead of uint{8,16,32}_tDavid S. Miller
2002-08-19lksctp-2_5_31-0_5_1.patchJon Grimm