summaryrefslogtreecommitdiff
path: root/net/dccp/timer.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-11[DCCP]: Provide 10s of microsecond timesourceGerrit Renker1-0/+21
2007-03-26[DCCP]: make dccp_write_xmit_timer() static againAdrian Bunk1-1/+1
2007-03-10[DCCP]: Initialise write_xmit_timer also on passive socketsGerrit Renker1-0/+25
2007-02-11[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2006-12-12[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-7/+7
2006-12-03[DCCP]: Remove forward declarations in timer.cGerrit Renker1-57/+53
2006-12-03[DCCP]: Add sysctls to control retransmission behaviourGerrit Renker1-6/+10
2006-12-03[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-21[DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo1-1/+1
2006-03-21[DCCP]: Initial feature negotiation implementationAndrea Bittau1-0/+12
2005-08-30[DCCP]: Fix the ACK and SEQ window variables settingsArnaldo Carvalho de Melo1-1/+1
2005-08-30[DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo1-13/+23
2005-08-30[ICSK]: Move generalised functions from tcp to inet_connection_sockArnaldo Carvalho de Melo1-5/+1
2005-08-30[DCCP]: Initial implementationArnaldo Carvalho de Melo1-0/+249