aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/feat.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-01dccp: send Confirm options only onceGravatar Samuel Jero 1-5/+16
2011-08-01dccp: support for exchanging of NN options in established state 2/2Gravatar Gerrit Renker 1-0/+116
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gravatar Gerrit Renker 1-0/+65
2010-10-06dccp: Kill dead code and add static markers.Gravatar stephen hemminger 1-10/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-08-05net: mark read-only arrays as constGravatar Jan Engelhardt 1-3/+4
2009-01-21dccp: Debugging functions for feature negotiationGravatar Gerrit Renker 1-42/+107
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGravatar Gerrit Renker 1-3/+8
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGravatar Gerrit Renker 1-2/+11
2009-01-21dccp: Initialisation framework for feature negotiationGravatar Gerrit Renker 1-9/+56
2009-01-04dccp: Integrate the TFRC library with DCCPGravatar Gerrit Renker 1-4/+0
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGravatar Gerrit Renker 1-1/+1
2008-12-08dccp: Remove manual influence on NDP Count featureGravatar Gerrit Renker 1-1/+1
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGravatar Gerrit Renker 1-13/+0
2008-12-08dccp: Clean up old feature-negotiation infrastructureGravatar Gerrit Renker 1-498/+6
2008-12-01dccp: Feature activation handlersGravatar Gerrit Renker 1-10/+203
2008-12-01dccp: Processing Confirm optionsGravatar Gerrit Renker 1-1/+99
2008-12-01dccp: Process incoming Change feature-negotiation optionsGravatar Gerrit Renker 1-1/+179
2008-12-01dccp: Preference list reconciliationGravatar Gerrit Renker 1-2/+75
2008-12-01dccp: Insert feature-negotiation options into skbGravatar Gerrit Renker 1-0/+65
2008-11-20dccp: Fix bracing in dccp_feat_list_lookup.Gravatar Gerrit Renker 1-1/+2
2008-11-16dccp: Deprecate old setsockopt frameworkGravatar Gerrit Renker 1-45/+27
2008-11-16dccp: Mechanism to resolve CCID dependenciesGravatar Gerrit Renker 1-0/+37
2008-11-12dccp: Resolve dependencies of features on choice of CCIDGravatar Gerrit Renker 1-0/+160
2008-11-12dccp: Query supported CCIDsGravatar Gerrit Renker 1-0/+4
2008-11-12dccp: Registration routines for changing feature valuesGravatar Gerrit Renker 1-23/+169
2008-11-12dccp: Limit feature negotiation to connection setup phaseGravatar Gerrit Renker 1-11/+8
2008-11-04dccp: Per-socket initialisation of feature negotiationGravatar Gerrit Renker 1-0/+55
2008-11-04dccp: List management for new feature negotiationGravatar Gerrit Renker 1-0/+73
2008-11-04dccp: Implement lookup table for feature-negotiation informationGravatar Gerrit Renker 1-0/+39
2008-05-05dccp: return -EINVAL on invalid feature lengthGravatar Chris Wright 1-1/+1
2008-01-28[DCCP]: Make code assumptions explicitGravatar Gerrit Renker 1-7/+10
2008-01-28[DCCP]: Remove unused and redundant validation functionsGravatar Gerrit Renker 1-8/+4
2007-08-13[DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()Gravatar Jesper Juhl 1-4/+10
2007-02-10[NET] DCCP: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-4/+4
2006-12-11[DCCP]: Whitespace cleanupsGravatar Arnaldo Carvalho de Melo 1-3/+3
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGravatar Gerrit Renker 1-5/+6
2006-12-02[DCCP]: Use kmemdupGravatar Arnaldo Carvalho de Melo 1-8/+4
2006-12-02[DCCP]: Make feature negotiation more readableGravatar Gerrit Renker 1-27/+89
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-29[DCCP]: Use NULL for pointers, comfort sparse.Gravatar Randy Dunlap 1-3/+3
2006-03-20[DCCP] feat: Pass dccp_minisock ptr where only the minisock is usedGravatar Arnaldo Carvalho de Melo 1-16/+14
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockGravatar Arnaldo Carvalho de Melo 1-44/+37
2006-03-20[DCCP] feat: Actually change the CCID upon negotiationGravatar Andrea Bittau 1-1/+42
2006-03-20[DCCP]: Initial feature negotiation implementationGravatar Andrea Bittau 1-0/+554