aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-2/+2
2016-04-27dccp: rename DCCP_INC_STATS_BH()Eric Dumazet1-2/+2
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet1-23/+1
2014-05-22net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2010-10-28dccp: Refine the wait-for-ccid mechanismGerrit Renker1-1/+1
2010-10-28dccp: Extend CCID packet dequeueing interfaceGerrit Renker1-11/+14
2010-04-13net: sk_dst_cache RCUificationEric Dumazet1-2/+2
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar1-2/+2
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