aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/feat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-3/+3
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker1-5/+6
2006-12-02[DCCP]: Use kmemdupArnaldo Carvalho de Melo1-8/+4
2006-12-02[DCCP]: Make feature negotiation more readableGerrit Renker1-27/+89
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-29[DCCP]: Use NULL for pointers, comfort sparse.Randy Dunlap1-3/+3
2006-03-20[DCCP] feat: Pass dccp_minisock ptr where only the minisock is usedArnaldo Carvalho de Melo1-16/+14
2006-03-20[DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo1-44/+37
2006-03-20[DCCP] feat: Actually change the CCID upon negotiationAndrea Bittau1-1/+42
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau1-0/+554