summaryrefslogtreecommitdiff
path: root/net/dccp/feat.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker1-1344/+461
2008-09-04dccp ccid-2: Use feature-negotiation to report Ack Ratio changesGerrit Renker1-0/+12
2008-09-04dccp: Support for exchanging of NN options in established stateGerrit Renker1-0/+96
2008-09-04dccp: Support for the exchange of NN options in established stateGerrit Renker1-0/+57
2008-09-04dccp: Debugging functions for feature negotiationGerrit Renker1-46/+107
2008-09-04dccp: Initialisation and type-checking of feature sysctlsGerrit Renker1-3/+8
2008-09-04dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker1-2/+11
2008-09-04dccp: Auto-load (when supported) CCID plugins for negotiationGerrit Renker1-0/+5
2008-09-04dccp: Initialisation framework for feature negotiationGerrit Renker1-10/+56
2008-09-04dccp: Remove manual influence on NDP Count featureGerrit Renker1-1/+1
2008-09-04dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker1-12/+0
2008-09-04dccp: Clean up old feature-negotiation infrastructureGerrit Renker1-498/+7
2008-09-04dccp: Feature activation handlersGerrit Renker1-10/+203
2008-09-04dccp: Processing Confirm optionsGerrit Renker1-1/+99
2008-09-04dccp: Process incoming Change feature-negotiation optionsGerrit Renker1-1/+145
2008-09-04dccp: Preference list reconciliationGerrit Renker1-2/+75
2008-09-04dccp: Insert feature-negotiation options into skbGerrit Renker1-0/+65
2008-09-04dccp: Deprecate old setsockopt frameworkGerrit Renker1-45/+27
2008-09-04dccp: Mechanism to resolve CCID dependenciesGerrit Renker1-0/+25
2008-09-04dccp: Resolve dependencies of features on choice of CCIDGerrit Renker1-0/+160
2008-09-04dccp: Query supported CCIDsGerrit Renker1-0/+4
2008-09-04dccp: Registration routines for changing feature valuesGerrit Renker1-23/+100
2008-09-04dccp: Limit feature negotiation to connection setup phaseGerrit Renker1-11/+8
2008-09-04dccp: Per-socket initialisation of feature negotiationGerrit Renker1-0/+19
2008-09-04dccp: List management for new feature negotiationGerrit Renker1-0/+129
2008-09-04dccp: Implement lookup table for feature-negotiation informationGerrit Renker1-0/+115
2008-09-04dccp: Basic data structure for feature negotiationGerrit Renker1-0/+14
2008-05-06dccp: return -EINVAL on invalid feature lengthChris Wright1-1/+1
2008-01-29[DCCP]: Make code assumptions explicitGerrit Renker1-7/+10
2008-01-29[DCCP]: Remove unused and redundant validation functionsGerrit Renker1-8/+4
2007-08-14[DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()Jesper Juhl1-4/+10
2007-02-11[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki1-4/+4
2006-12-12[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-3/+3
2006-12-03[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker1-5/+6
2006-12-03[DCCP]: Use kmemdupArnaldo Carvalho de Melo1-8/+4
2006-12-03[DCCP]: Make feature negotiation more readableGerrit Renker1-27/+89
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-30[DCCP]: Use NULL for pointers, comfort sparse.Randy Dunlap1-3/+3
2006-03-21[DCCP] feat: Pass dccp_minisock ptr where only the minisock is usedArnaldo Carvalho de Melo1-16/+14
2006-03-21[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo1-44/+37
2006-03-21[DCCP] feat: Actually change the CCID upon negotiationAndrea Bittau1-1/+42
2006-03-21[DCCP]: Initial feature negotiation implementationAndrea Bittau1-0/+554