summaryrefslogtreecommitdiff
path: root/include/net/sctp
AgeCommit message (Expand)Author
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-10-06[SCTP] Fix SCTP socket options to work with 32-bit apps on 64-bit kernels.Sridhar Samudrala
2005-10-06[SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels.Ivan Skytte Jørgensen
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-07-18[SCTP]: Fix potential null pointer dereference while handling an icmp errorSridhar Samudrala
2005-07-11[SCTP]: __nocast annotationsAlexey Dobriyan
2005-07-08[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.David S. Miller
2005-06-28[SCTP] Make init & delayed sack timeouts configurable by user.Vlad Yasevich
2005-06-24[PATCH] make various thing staticAdrian Bunk
2005-06-20[SCTP] sctp_connectx() API supportFrank Filz
2005-04-28[SCTP] Fix SCTP sendbuffer accouting.Neil Horman
2005-04-28[SCTP] Implement Sec 2.41 of SCTP Implementers guide.Jerome Forissier
2005-01-14[SCTP] merge sctp_sock with sctp_optArnaldo Carvalho de Melo
2005-01-09Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller
2004-12-28[SCTP] Fix misc. issues in SCTP_PEER_ADDR_PARAMS set socket option.Sridhar Samudrala
2004-12-28[SCTP] Implementation of SCTP Implementer's Guide Section 2.35.Sridhar Samudrala
2004-12-27[SCTP] Validate and respond to invalid chunk/parameter lengths.Sridhar Samudrala
2004-12-27[INET] move inet_sock into inet_opt and rename it to inet_sockArnaldo Carvalho de Melo
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-11-22[SCTP]: Fix static inline declarations.Jesper Juhl
2004-11-09[PATCH] recieve typosAndries E. Brouwer
2004-10-21[SCTP] Adaption layer indication support.Sridhar Samudrala
2004-10-21[SCTP] Change sctp_assoc_t to a sized type(s32).Sridhar Samudrala
2004-09-13[NET] generalise per protocol slab cache handlingArnaldo Carvalho de Melo
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-06-04Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller
2004-06-03[PATCH] sparse: sctp annotationAlexander Viro
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-05-14[PATCH] MSEC_TO_JIFFIES consolidationAndrew Morton
2004-05-02[SCTP] Rename SCTP_ADDR_REACHABLE as SCTP_ADDR_AVAILABLE to be Sridhar Samudrala
2004-04-18[SCTP] Partial Reliability Extension support.Sridhar Samudrala
2004-04-18[SCTP] Cleanup sctp_packet and sctp_outq infrastructure.Sridhar Samudrala
2004-04-18[SCTP] Avoid the use of constant SCTP_IP_OVERHEAD to determine the Sridhar Samudrala
2004-04-05[SCTP] Use id to ptr translation service in lib/idr.c to assign andSridhar Samudrala
2004-04-05[SCTP] Update sctp_ulpevent structure to include assoc pointer andSridhar Samudrala
2004-02-08Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller
2004-02-08[SCTP] Removed SCTP specific rmem/wmem sysctl's and use the globalSridhar Samudrala
2004-02-06Merge http://linux-lksctp.bkbits.net/lksctp-2.5.workDavid S. Miller
2004-01-24[SCTP]: Fix packed attribute usage.Andrew Morton
2004-01-22[SCTP] Add sysctl parameters to update socket send/receive buffers.Sridhar Samudrala
2004-01-11Merge us.ibm.com:/home/sridhar/BK/linux-2.6.1Sridhar Samudrala
2003-11-29[SCTP]: Fix sm.h/sctp.h header include loop.Herbert Xu
2003-11-20[SCTP] ADDIP: Support for processing incoming ASCONF_ACK chunks.Sridhar Samudrala
2003-11-13[SCTP] Fix overflow in the macros JIFFIES_TO_MSECS/MSECS_TO_JIFFIESSridhar Samudrala
2003-10-28[SCTP] ADDIP: Add sysctl parameter to enable/disable addip.Sridhar Samudrala
2003-10-28[SCTP] ADDIP: Support for processing ASCONF chunks and respond withSridhar Samudrala
2003-10-01[SCTP] Fix bugs in conversions between msecs and jiffies.Sridhar Samudrala