aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/timer.c
Commit message (Expand)AuthorAgeFilesLines
* This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker2008-09-091-16/+26
* dccp ccid-3: Runtime verification of timer resolutionGerrit Renker2008-09-041-2/+1
* dccp: Refine the wait-for-ccid mechanismGerrit Renker2008-09-041-1/+1
* dccp: Extend CCID packet dequeueing interfaceGerrit Renker2008-09-041-11/+14
* dccp: Limit feature negotiation to connection setup phaseGerrit Renker2008-09-041-12/+0
* dccp: Allow to distinguish original and retransmitted packetsGerrit Renker2008-07-261-16/+4
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-1/+1
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-2/+2
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+2
* [DCCP]: Provide 10s of microsecond timesourceGerrit Renker2007-10-101-0/+21
* [DCCP]: make dccp_write_xmit_timer() static againAdrian Bunk2007-03-251-1/+1
* [DCCP]: Initialise write_xmit_timer also on passive socketsGerrit Renker2007-03-091-0/+25
* [NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-1/+1
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-111-7/+7
* [DCCP]: Remove forward declarations in timer.cGerrit Renker2006-12-021-57/+53
* [DCCP]: Add sysctls to control retransmission behaviourGerrit Renker2006-12-021-6/+10
* [DCCP]: Update comments on precisely which packets can be retransmittedGerrit Renker2006-12-021-4/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo2006-03-201-1/+1
* [DCCP]: Initial feature negotiation implementationAndrea Bittau2006-03-201-0/+12
* [DCCP]: Fix the ACK and SEQ window variables settingsArnaldo Carvalho de Melo2005-08-291-1/+1
* [DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo2005-08-291-13/+23
* [ICSK]: Move generalised functions from tcp to inet_connection_sockArnaldo Carvalho de Melo2005-08-291-5/+1
* [DCCP]: Initial implementationArnaldo Carvalho de Melo2005-08-291-0/+249