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