summaryrefslogtreecommitdiff
path: root/net/dccp/timer.c
Commit message (Expand)AuthorAge
* net: dccp: Convert timers to use timer_setup()Kees Cook2017-10-25
* inet/connection_sock: Convert timers to use timer_setup()Kees Cook2017-10-18
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-27
* dccp: rename DCCP_INC_STATS_BH()Eric Dumazet2016-04-27
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-20
* net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang2014-05-22
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* dccp: Refine the wait-for-ccid mechanismGerrit Renker2010-10-28
* dccp: Extend CCID packet dequeueing interfaceGerrit Renker2010-10-28
* net: sk_dst_cache RCUificationEric Dumazet2010-04-13
* net: Fix for dst_negative_adviceKrishna Kumar2009-10-20
* dccp: Limit feature negotiation to connection setup phaseGerrit Renker2008-11-12
* dccp: Allow to distinguish original and retransmitted packetsGerrit Renker2008-07-26
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-25
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-16
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-28
* [DCCP]: Provide 10s of microsecond timesourceGerrit Renker2007-10-10
* [DCCP]: make dccp_write_xmit_timer() static againAdrian Bunk2007-03-25
* [DCCP]: Initialise write_xmit_timer also on passive socketsGerrit Renker2007-03-09
* [NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-10
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-11
* [DCCP]: Remove forward declarations in timer.cGerrit Renker2006-12-02
* [DCCP]: Add sysctls to control retransmission behaviourGerrit Renker2006-12-02
* [DCCP]: Update comments on precisely which packets can be retransmittedGerrit Renker2006-12-02
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo2006-03-20
* [DCCP]: Initial feature negotiation implementationAndrea Bittau2006-03-20
* [DCCP]: Fix the ACK and SEQ window variables settingsArnaldo Carvalho de Melo2005-08-29
* [DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo2005-08-29
* [ICSK]: Move generalised functions from tcp to inet_connection_sockArnaldo Carvalho de Melo2005-08-29
* [DCCP]: Initial implementationArnaldo Carvalho de Melo2005-08-29