summaryrefslogtreecommitdiffstats
path: root/net/dccp/timer.c
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+2Star
* [DCCP]: Provide 10s of microsecond timesourceGerrit Renker2007-10-111-0/+21
* [DCCP]: make dccp_write_xmit_timer() static againAdrian Bunk2007-03-261-1/+1
* [DCCP]: Initialise write_xmit_timer also on passive socketsGerrit Renker2007-03-091-0/+25
* [NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-1/+1
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-111-7/+7
* [DCCP]: Remove forward declarations in timer.cGerrit Renker2006-12-031-57/+53Star
* [DCCP]: Add sysctls to control retransmission behaviourGerrit Renker2006-12-031-6/+10
* [DCCP]: Update comments on precisely which packets can be retransmittedGerrit Renker2006-12-031-4/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo2006-03-211-1/+1
* [DCCP]: Initial feature negotiation implementationAndrea Bittau2006-03-211-0/+12
* [DCCP]: Fix the ACK and SEQ window variables settingsArnaldo Carvalho de Melo2005-08-301-1/+1
* [DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo2005-08-301-13/+23
* [ICSK]: Move generalised functions from tcp to inet_connection_sockArnaldo Carvalho de Melo2005-08-301-5/+1Star
* [DCCP]: Initial implementationArnaldo Carvalho de Melo2005-08-301-0/+249