summaryrefslogtreecommitdiff
path: root/net/dccp/feat.c
AgeCommit message (Expand)Author
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-08-01dccp: send Confirm options only onceSamuel Jero
2011-08-01dccp: support for exchanging of NN options in established state 2/2Gerrit Renker
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gerrit Renker
2010-10-06dccp: Kill dead code and add static markers.stephen hemminger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-01-21dccp: Debugging functions for feature negotiationGerrit Renker
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGerrit Renker
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker
2009-01-21dccp: Initialisation framework for feature negotiationGerrit Renker
2009-01-04dccp: Integrate the TFRC library with DCCPGerrit Renker
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker
2008-12-08dccp: Clean up old feature-negotiation infrastructureGerrit Renker
2008-12-01dccp: Feature activation handlersGerrit Renker
2008-12-01dccp: Processing Confirm optionsGerrit Renker
2008-12-01dccp: Process incoming Change feature-negotiation optionsGerrit Renker
2008-12-01dccp: Preference list reconciliationGerrit Renker
2008-12-01dccp: Insert feature-negotiation options into skbGerrit Renker
2008-11-20dccp: Fix bracing in dccp_feat_list_lookup.Gerrit Renker
2008-11-16dccp: Deprecate old setsockopt frameworkGerrit Renker
2008-11-16dccp: Mechanism to resolve CCID dependenciesGerrit Renker
2008-11-12dccp: Resolve dependencies of features on choice of CCIDGerrit Renker
2008-11-12dccp: Query supported CCIDsGerrit Renker
2008-11-12dccp: Registration routines for changing feature valuesGerrit Renker
2008-11-12dccp: Limit feature negotiation to connection setup phaseGerrit Renker
2008-11-04dccp: Per-socket initialisation of feature negotiationGerrit Renker
2008-11-04dccp: List management for new feature negotiationGerrit Renker
2008-11-04dccp: Implement lookup table for feature-negotiation informationGerrit Renker
2008-05-05dccp: return -EINVAL on invalid feature lengthChris Wright
2008-01-28[DCCP]: Make code assumptions explicitGerrit Renker
2008-01-28[DCCP]: Remove unused and redundant validation functionsGerrit Renker
2007-08-13[DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()Jesper Juhl
2007-02-10[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker
2006-12-02[DCCP]: Use kmemdupArnaldo Carvalho de Melo
2006-12-02[DCCP]: Make feature negotiation more readableGerrit Renker
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-29[DCCP]: Use NULL for pointers, comfort sparse.Randy Dunlap
2006-03-20[DCCP] feat: Pass dccp_minisock ptr where only the minisock is usedArnaldo Carvalho de Melo
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo
2006-03-20[DCCP] feat: Actually change the CCID upon negotiationAndrea Bittau
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau