aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/feat.c
Commit message (Expand)AuthorAgeFilesLines
* dccp: Kill dead code and add static markers.stephen hemminger2010-10-061-10/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: mark read-only arrays as constJan Engelhardt2009-08-051-3/+4
* dccp: Debugging functions for feature negotiationGerrit Renker2009-01-211-42/+107
* dccp: Initialisation and type-checking of feature sysctlsGerrit Renker2009-01-211-3/+8
* dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker2009-01-211-2/+11
* dccp: Initialisation framework for feature negotiationGerrit Renker2009-01-211-9/+56
* dccp: Integrate the TFRC library with DCCPGerrit Renker2009-01-041-4/+0
* dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker2009-01-041-1/+1
* dccp: Remove manual influence on NDP Count featureGerrit Renker2008-12-081-1/+1
* dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker2008-12-081-13/+0
* dccp: Clean up old feature-negotiation infrastructureGerrit Renker2008-12-081-498/+6
* dccp: Feature activation handlersGerrit Renker2008-12-011-10/+203
* dccp: Processing Confirm optionsGerrit Renker2008-12-011-1/+99
* dccp: Process incoming Change feature-negotiation optionsGerrit Renker2008-12-011-1/+179
* dccp: Preference list reconciliationGerrit Renker2008-12-011-2/+75
* dccp: Insert feature-negotiation options into skbGerrit Renker2008-12-011-0/+65
* dccp: Fix bracing in dccp_feat_list_lookup.Gerrit Renker2008-11-201-1/+2
* dccp: Deprecate old setsockopt frameworkGerrit Renker2008-11-161-45/+27
* dccp: Mechanism to resolve CCID dependenciesGerrit Renker2008-11-161-0/+37
* dccp: Resolve dependencies of features on choice of CCIDGerrit Renker2008-11-121-0/+160
* dccp: Query supported CCIDsGerrit Renker2008-11-121-0/+4
* dccp: Registration routines for changing feature valuesGerrit Renker2008-11-121-23/+169
* dccp: Limit feature negotiation to connection setup phaseGerrit Renker2008-11-121-11/+8
* dccp: Per-socket initialisation of feature negotiationGerrit Renker2008-11-041-0/+55
* dccp: List management for new feature negotiationGerrit Renker2008-11-041-0/+73
* dccp: Implement lookup table for feature-negotiation informationGerrit Renker2008-11-041-0/+39
* dccp: return -EINVAL on invalid feature lengthChris Wright2008-05-051-1/+1
* [DCCP]: Make code assumptions explicitGerrit Renker2008-01-281-7/+10
* [DCCP]: Remove unused and redundant validation functionsGerrit Renker2008-01-281-8/+4
* [DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()Jesper Juhl2007-08-131-4/+10
* [NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-4/+4
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-111-3/+3
* [DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker2006-12-021-5/+6
* [DCCP]: Use kmemdupArnaldo Carvalho de Melo2006-12-021-8/+4
* [DCCP]: Make feature negotiation more readableGerrit Renker2006-12-021-27/+89
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [DCCP]: Use NULL for pointers, comfort sparse.Randy Dunlap2006-03-291-3/+3
* [DCCP] feat: Pass dccp_minisock ptr where only the minisock is usedArnaldo Carvalho de Melo2006-03-201-16/+14
* [DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo2006-03-201-44/+37
* [DCCP] feat: Actually change the CCID upon negotiationAndrea Bittau2006-03-201-1/+42
* [DCCP]: Initial feature negotiation implementationAndrea Bittau2006-03-201-0/+554