aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-25[DCCP]: make dccp_write_xmit_timer() static againAdrian Bunk1-1/+1
2007-03-09[DCCP]: Initialise write_xmit_timer also on passive socketsGerrit Renker1-0/+25
2007-02-10[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-7/+7
2006-12-02[DCCP]: Remove forward declarations in timer.cGerrit Renker1-57/+53
2006-12-02[DCCP]: Add sysctls to control retransmission behaviourGerrit Renker1-6/+10
2006-12-02[DCCP]: Update comments on precisely which packets can be retransmittedGerrit Renker1-4/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo1-1/+1
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau1-0/+12
2005-08-29[DCCP]: Fix the ACK and SEQ window variables settingsArnaldo Carvalho de Melo1-1/+1
2005-08-29[DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo1-13/+23
2005-08-29[ICSK]: Move generalised functions from tcp to inet_connection_sockArnaldo Carvalho de Melo1-5/+1
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo1-0/+249