aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-12dccp: Limit feature negotiation to connection setup phaseGerrit Renker1-12/+0
2008-07-26dccp: Allow to distinguish original and retransmitted packetsGerrit Renker1-16/+4
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-1/+1
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov1-2/+2
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+2
2007-10-10[DCCP]: Provide 10s of microsecond timesourceGerrit Renker1-0/+21
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