aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/feat.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gravatar Gerrit Renker 1-0/+1
2010-10-06dccp: Kill dead code and add static markers.Gravatar stephen hemminger 1-1/+0
2009-01-21dccp: Debugging functions for feature negotiationGravatar Gerrit Renker 1-13/+0
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGravatar Gerrit Renker 1-0/+8
2009-01-21dccp: Initialisation framework for feature negotiationGravatar Gerrit Renker 1-1/+1
2008-12-08dccp: Clean up old feature-negotiation infrastructureGravatar Gerrit Renker 1-7/+5
2008-12-01dccp: Processing Confirm optionsGravatar Gerrit Renker 1-2/+0
2008-12-01dccp: Process incoming Change feature-negotiation optionsGravatar Gerrit Renker 1-2/+2
2008-11-23dccp: Header option insertion routine for feature-negotiationGravatar Gerrit Renker 1-0/+2
2008-11-23dccp: Support for Mandatory optionsGravatar Gerrit Renker 1-0/+2
2008-11-23dccp: Increase the scope of variable-length htonl/ntohl functionsGravatar Gerrit Renker 1-0/+14
2008-11-23dccp: Set per-connection CCIDs via socket optionsGravatar Gerrit Renker 1-0/+2
2008-11-16dccp: Deprecate old setsockopt frameworkGravatar Gerrit Renker 1-2/+3
2008-11-12dccp: Registration routines for changing feature valuesGravatar Gerrit Renker 1-1/+24
2008-11-04dccp: Per-socket initialisation of feature negotiationGravatar Gerrit Renker 1-0/+1
2008-11-04dccp: Basic data structure for feature negotiationGravatar Gerrit Renker 1-0/+61
2008-01-28[DCCP]: Remove unused and redundant validation functionsGravatar Gerrit Renker 1-26/+0
2007-02-10[NET] DCCP: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-1/+1
2006-12-02[DCCP]: Make feature negotiation more readableGravatar Gerrit Renker 1-2/+39
2006-12-02[DCCP]: Add sysctls to control retransmission behaviourGravatar Gerrit Renker 1-7/+0
2006-09-22[DCCP]: Shift sysctls into feat.hGravatar Ian McDonald 1-0/+5
2006-07-24[DCCP]: Fix default sequence window sizeGravatar Ian McDonald 1-0/+2
2006-03-20[DCCP] feat: Pass dccp_minisock ptr where only the minisock is usedGravatar Arnaldo Carvalho de Melo 1-3/+4
2006-03-20[DCCP]: Initial feature negotiation implementationGravatar Andrea Bittau 1-0/+28