aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-01-14[SCTP] merge sctp_sock with sctp_optArnaldo Carvalho de Melo2-31/+32
2005-01-09Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller8-141/+29
2004-12-28[SCTP] Fix misc. issues in SCTP_PEER_ADDR_PARAMS set socket option.Sridhar Samudrala1-6/+0
2004-12-28[SCTP] Implementation of SCTP Implementer's Guide Section 2.35.Sridhar Samudrala2-0/+10
2004-12-27[SCTP] Validate and respond to invalid chunk/parameter lengths.Sridhar Samudrala2-5/+10
2004-12-27[INET] move inet_sock into inet_opt and rename it to inet_sockArnaldo Carvalho de Melo1-9/+3
2004-12-26[SCTP] Treat ICMP protocol unreachable errors from non-SCTP capable hosts asSridhar Samudrala3-1/+9
2004-12-26[SCTP] Code cleanup: remove unused code and make needlessly global code staticSridhar Samudrala8-129/+0
2004-11-22[SCTP]: Fix static inline declarations.Jesper Juhl1-3/+3
2004-11-09[PATCH] recieve typosAndries E. Brouwer1-2/+2
2004-10-21[SCTP] Adaption layer indication support.Sridhar Samudrala2-0/+9
2004-10-21[SCTP] Change sctp_assoc_t to a sized type(s32).Sridhar Samudrala2-2/+2
2004-09-13[NET] generalise per protocol slab cache handlingArnaldo Carvalho de Melo1-0/+1
2004-07-22[SCTP] Fix issues with handling stale cookie error over multihomingSridhar Samudrala1-0/+3
2004-07-22[SCTP] Fix data not being delivered to user in SHUTDOWN_SENT state.Sridhar Samudrala2-0/+7
2004-06-04Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller2-0/+18
2004-06-03[PATCH] sparse: sctp annotationAlexander Viro2-4/+4
2004-06-03[SCTP] Fix missing VTAG validation on certain incoming packets.Sridhar Samudrala1-0/+17
2004-06-03[SCTP] Fix the use of cached non-zero vtag in an INIT that is resentSridhar Samudrala1-0/+1
2004-05-14[PATCH] MSEC_TO_JIFFIES consolidationAndrew Morton1-5/+0
2004-05-02[SCTP] Rename SCTP_ADDR_REACHABLE as SCTP_ADDR_AVAILABLE to be Sridhar Samudrala2-7/+2
2004-04-18[SCTP] Partial Reliability Extension support.Sridhar Samudrala7-47/+74
2004-04-18[SCTP] Cleanup sctp_packet and sctp_outq infrastructure.Sridhar Samudrala2-48/+9
2004-04-18[SCTP] Avoid the use of constant SCTP_IP_OVERHEAD to determine the Sridhar Samudrala3-11/+12
2004-04-05[SCTP] Use id to ptr translation service in lib/idr.c to assign andSridhar Samudrala2-26/+9
2004-04-05[SCTP] Update sctp_ulpevent structure to include assoc pointer andSridhar Samudrala1-2/+8
2004-02-08Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller1-6/+0
2004-02-08[SCTP] Removed SCTP specific rmem/wmem sysctl's and use the globalSridhar Samudrala1-6/+0
2004-02-06Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller2-1/+7
2004-01-24[SCTP]: Fix packed attribute usage.Andrew Morton1-1/+1
2004-01-22[SCTP] Add sysctl parameters to update socket send/receive buffers.Sridhar Samudrala2-1/+7
2004-01-11Merge us.ibm.com:/home/sridhar/BK/linux-2.6.1Sridhar Samudrala4-11/+37
2003-11-29[SCTP]: Fix sm.h/sctp.h header include loop.Herbert Xu1-1/+0
2003-11-20[SCTP] ADDIP: Support for processing incoming ASCONF_ACK chunks.Sridhar Samudrala2-0/+22
2003-11-13[SCTP] Fix overflow in the macros JIFFIES_TO_MSECS/MSECS_TO_JIFFIESSridhar Samudrala1-2/+4
2003-10-28[SCTP] ADDIP: Add sysctl parameter to enable/disable addip.Sridhar Samudrala1-0/+4
2003-10-28[SCTP] ADDIP: Support for processing ASCONF chunks and respond withSridhar Samudrala3-9/+7
2003-10-01[SCTP] Fix bugs in conversions between msecs and jiffies.Sridhar Samudrala1-0/+3
2003-09-28[SCTP] Convert tv_add from static inline to a macro to fix an obscureSridhar Samudrala1-16/+13
2003-09-22[SCTP] ADDIP: Support for the creation of ASCONF_ACK chunk (Kevin).Sridhar Samudrala1-4/+6
2003-09-18[SCTP] ADDIP: Handle ERROR chunk in response to an ASCONF chunk.Sridhar Samudrala2-2/+8
2003-09-18[SCTP] ADDIP: Support to send ASCONF chunk with ADD/DEL IP params.Sridhar Samudrala2-0/+8
2003-09-02[SCTP] Convert sctp_param2sockaddr() and sockaddr2sctp_addr() toSridhar Samudrala3-86/+99
2003-08-29[SCTP] draft07 API changes: sctp_bindx() now takes a packed array ofSridhar Samudrala1-0/+6
2003-08-27[SCTP] SCTP_SET_PEER_PRIMARY socket option support. (Kevin Gao)Sridhar Samudrala3-3/+12
2003-08-24[SCTP] draft07 API changes: sctp_getpaddrs(), sctp_getladdrs() nowSridhar Samudrala1-3/+5
2003-08-04[SCTP] Fix to avoid large kmalloc failures on 64-bit platforms.Sridhar Samudrala1-4/+4
2003-08-03[SCTP] ADDIP basic infrastructure support. (Ardelle.Fan)Sridhar Samudrala4-16/+30
2003-07-18[SCTP] Support for IPV6_V6ONLY socket option. (Ardelle.fan)Sridhar Samudrala1-0/+1
2003-07-15[SCTP] Reduce the size of struct sctp_ulpevent so that it fits inSridhar Samudrala1-1/+0