summaryrefslogtreecommitdiff
path: root/include/net/sctp/structs.h
AgeCommit message (Expand)AuthorFilesLines
2008-10-09sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich1-1/+0
2008-10-01sctp: try harder to figure out address family when checking wildcardsVlad Yasevich1-1/+1
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman1-14/+17
2008-08-04sctp: Drop ipfargok in sctp_xmit functionHerbert Xu1-2/+1
2008-07-23sctp: make sctp_outq_flush() staticAdrian Bunk1-1/+0
2008-07-19sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich1-0/+2
2008-06-20sctp: Follow security requirement of responding with 1 packetVlad Yasevich1-1/+1
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+14
2008-06-04sctp: Fix ECN markings for IPv6Vlad Yasevich1-0/+1
2008-06-04sctp: Start T3-RTX timer when fast retransmitting lowest TSNVlad Yasevich1-1/+4
2008-06-04sctp: Correctly implement Fast Recovery cwnd manipulations.Vlad Yasevich1-1/+7
2008-06-04[SCTP]: Fix NULL dereference of asoc.YOSHIFUJI Hideaki1-1/+2
2008-05-10sctp: Bring SCTP_DELAYED_ACK socket option into API complianceWei Yongjun1-0/+4
2008-03-24[SCTP]: Remove redundant wrapper functions.Florian Westphal1-2/+0
2008-02-29[SCTP]: extend exported data in /proc/net/sctp/assocNeil Horman1-0/+8
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-4/+4
2008-01-29[SCTP]: Implement ADD-IP special case processing for ABORT chunkVlad Yasevich1-0/+2
2008-01-29[SCTP]: Change use_as_src into a full address stateVlad Yasevich1-2/+8
2008-01-29[SCTP]: Update ASCONF processing to conform to spec.Vlad Yasevich1-11/+13
2008-01-29[SCTP]: Add the handling of "Set Primary IP Address" parameter to INITVlad Yasevich1-0/+1
2008-01-29[SCTP]: Handle the wildcard ADD-IP Address parameterVlad Yasevich1-0/+2
2007-12-21[NET] include/net/: Spelling fixesJoe Perches1-3/+3
2007-12-07[SCTP]: Fix the bind_addr info during migration.Vlad Yasevich1-0/+3
2007-11-09SCTP: Convert custom hash lists to use hlist.Vlad Yasevich1-6/+4
2007-11-07SCTP: Allow ADD_IP to work with AUTH for backward compatibility.Vlad Yasevich1-0/+2
2007-11-07SCTP: Correctly disable ADD-IP when AUTH is not supported.Vlad Yasevich1-1/+0
2007-11-07SCTP: Update RCU handling during the ADD-IP caseVlad Yasevich1-3/+1
2007-11-07SCTP: Fix difference cases of retransmit.Vlad Yasevich1-2/+3
2007-10-11[SCTP]: port randomizationStephen Hemminger1-2/+0
2007-10-11[SCTP]: Tie ADD-IP and AUTH functionality as required by spec.Vlad Yasevich1-0/+1
2007-10-11[SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich1-0/+8
2007-10-11[SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich1-0/+3
2007-10-11[SCTP]: Implement SCTP-AUTH internalsVlad Yasevich1-5/+66
2007-10-11[SCTP]: Implement the Supported Extensions ParameterVlad Yasevich1-0/+1
2007-10-11[SCTP]: Make sctp_addto_param() static.Adrian Bunk1-1/+0
2007-09-26fix sctp_del_bind_addr() last argument typeAl Viro1-1/+1
2007-09-26SCTP : Add paramters validity check for ASCONF chunkWei Yongjun1-0/+1
2007-09-17[SCTP]: Convert bind_addr_list locking to RCUVlad Yasevich1-4/+3
2007-09-17[SCTP]: Add RCU synchronization around sctp_localaddr_listVlad Yasevich1-0/+6
2007-08-30SCTP: Fix to encode PROTOCOL VIOLATION error cause correctlyWei Yongjun1-0/+1
2007-06-14[SCTP] Flag a pmtu change requestVlad Yasevich1-0/+6
2007-06-14[SCTP] Update pmtu handling to be similar to tcpVlad Yasevich1-0/+1
2007-05-05[SCTP]: Set assoc_id correctly during INIT collision.Vlad Yasevich1-0/+1
2007-04-26[SCTP]: Implement SCTP_MAX_BURST socket option.Vlad Yasevich1-0/+1
2007-04-26[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.Vlad Yasevich1-0/+1
2007-04-26[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket optionVlad Yasevich1-1/+2
2007-03-20[SCTP]: Reset some transport and association variables on restartVlad Yasevich1-0/+1
2006-12-22[SCTP]: Fix typo adaption -> adaptation as per the latest API draft.Ivan Skytte Jorgensen1-4/+4
2006-12-14[SCTP]: Add support for SCTP_CONTEXT socket option.Ivan Skytte Jorgensen1-0/+4
2006-12-14[SCTP]: Handle address add/delete events in a more efficient way.Sridhar Samudrala1-4/+2