summaryrefslogtreecommitdiffstats
path: root/net/dccp/timer.c
Commit message (Expand)AuthorAgeFilesLines
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-2/+2
* dccp: rename DCCP_INC_STATS_BH()Eric Dumazet2016-04-271-2/+2
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-23/+1
* net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang2014-05-221-1/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* dccp: Refine the wait-for-ccid mechanismGerrit Renker2010-10-281-1/+1
* dccp: Extend CCID packet dequeueing interfaceGerrit Renker2010-10-281-11/+14
* net: sk_dst_cache RCUificationEric Dumazet2010-04-131-2/+2
* net: Fix for dst_negative_adviceKrishna Kumar2009-10-201-2/+2
* dccp: Limit feature negotiation to connection setup phaseGerrit Renker2008-11-121-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