summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-142-1/+2
|\
| * [SCTP]: Fix compiler warning about const qualifiersVlad Yasevich2008-04-131-1/+1
| * [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACKGui Jianfeng2008-04-131-0/+1
* | [SCTP]: Remove sctp_add_cmd_sf wrapper bloatIlpo Järvinen2008-03-282-10/+1Star
* | Merge branch 'master' of ../net-2.6/David S. Miller2008-03-241-1/+1
|\|
| * [SCTP]: Fix build warnings with IPV6 disabled.David S. Miller2008-03-211-1/+1
* | [SCTP]: Remove redundant wrapper functions.Florian Westphal2008-03-241-2/+0Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-211-4/+8
|\|
| * [SCTP]: Fix a race between module load and protosw accessVlad Yasevich2008-03-201-4/+8
* | [SCTP]: Kill unused static inline sctp_sysctl_jiffies_msIlpo Järvinen2008-02-291-5/+0Star
* | [SCTP]: extend exported data in /proc/net/sctp/assocNeil Horman2008-02-291-0/+8
|/
* [SCTP]: Update AUTH structures to match declarations in draft-16.Vlad Yasevich2008-02-281-4/+6
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-0510-39/+39
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-291-2/+1Star
* [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
* [SCTP]: Use crc32c library for checksum calculations.Vlad Yasevich2008-01-282-7/+78
* [IPV4] sctp: Use ipv4_is_<type>Joe Perches2008-01-281-30/+6Star
* [SCTP]: Fix the name of the authentication event.Vlad Yasevich2008-01-091-1/+1
* [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: Fix build issues with SCTP AUTH.Vlad Yasevich2007-11-291-3/+6
* SCTP: Clean-up some defines for regressions tests.Vlad Yasevich2007-11-091-1/+0Star
* SCTP: Make sctp_verify_param return multiple indications.Vlad Yasevich2007-11-091-0/+2
* SCTP: Convert custom hash lists to use hlist.Vlad Yasevich2007-11-092-6/+7
* 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-074-2/+6
* SCTP endianness annotations regressionAl Viro2007-10-291-1/+1
* [SCTP] net/sctp/auth.c: make 3 functions staticAdrian Bunk2007-10-261-1/+0Star
* [SCTP]: #if 0 sctp_update_copy_cksum()Adrian Bunk2007-10-261-1/+0Star
* [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]: API updates to suport SCTP-AUTH extensions.Vlad Yasevich2007-10-113-0/+110
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-113-1/+12
* [SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich2007-10-112-0/+4
* [SCTP]: Implete SCTP-AUTH parameter processingVlad Yasevich2007-10-111-0/+1
* [SCTP]: Implement SCTP-AUTH internalsVlad Yasevich2007-10-114-6/+227
* [SCTP]: Implement the Supported Extensions ParameterVlad Yasevich2007-10-111-0/+1
* [SCTP]: Make sctp_addto_param() static.Adrian Bunk2007-10-111-1/+0Star
* [SCTP]: Rewrite of sctp buffer management codeNeil Horman2007-10-111-0/+5
* fix sctp_del_bind_addr() last argument typeAl Viro2007-09-261-1/+1