summaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-20/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 132Thomas Gleixner-56/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-28/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-08-07dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev-2/+4
2018-06-23net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet-4/+7
2018-06-23net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet-3/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+2
2018-05-03dccp: fix tasklet usageEric Dumazet-2/+12
2018-01-26dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev-0/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-11-01net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swapGustavo A. R. Silva-3/+1
2017-10-25net: dccp: Convert timers to use timer_setup()Kees Cook-10/+13
2017-05-17dccp: do not use tcp_time_stampEric Dumazet-5/+5
2017-03-13dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa-0/+1
2014-02-16dccp: re-enable debug macroGerrit Renker-1/+2
2014-01-04dccp: make local variable staticstephen hemminger-2/+1
2013-10-19net: dccp: Remove extern from function prototypesJoe Perches-29/+26
2013-01-11net/dccp/ccids: remove depends on CONFIG_EXPERIMENTALKees Cook-3/+2
2012-08-15dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause-0/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings-3/+11
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-6/+6
2012-03-03dccp ccid-3: replace incorrect BUG_ONGerrit Renker-2/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell-5/+5
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker-0/+1
2011-08-01dccp ccid-2: check Ack Ratio when reducing cwndSamuel Jero-3/+23
2011-08-01dccp ccid-2: increment cwnd correctlySamuel Jero-1/+1
2011-08-01dccp ccid-2: prevent cwnd > Sequence WindowSamuel Jero-15/+41
2011-08-01dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker-1/+9
2011-07-04dccp ccid-2: Perform congestion-window validationGerrit Renker-3/+91
2011-07-04dccp ccid-2: Use existing function to test for data packetsGerrit Renker-11/+11
2011-07-04dccp ccid-2: move rfc 3390 function into header fileGerrit Renker-9/+9
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller-0/+9
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGerrit Renker-93/+43
2010-11-10dccp ccid-2: Ack Vector interface clean-upGerrit Renker-8/+5
2010-10-28dccp ccid-2: Stop pollingGerrit Renker-8/+20
2010-10-28dccp: Return-value convention of hc_tx_send_packet()Gerrit Renker-6/+6
2010-10-12dccp: remove unused argument in CCID tx functionGerrit Renker-3/+2
2010-09-23net: return operator cleanupEric Dumazet-1/+1
2010-09-21dccp ccid-3: Remove redundant 'options_received' structGerrit Renker-23/+8
2010-09-21dccp tfrc/ccid-3: computing the loss rate from the Loss Event RateGerrit Renker-5/+19
2010-09-21dccp ccid-3: remove dead statesGerrit Renker-30/+9
2010-09-21dccp: Add packet type information to CCID-specific option parsingGerrit Renker-6/+8
2010-09-15dccp ccid-3: Simplify and consolidate tx_parse_optionsGerrit Renker-46/+14
2010-09-15dccp ccid-3: remove buggy RTT-sampling history lookupGerrit Renker-57/+38
2010-09-15dccp ccid-3: A lower bound for the inter-packet scheduling algorithmGerrit Renker-16/+21
2010-08-30dccp ccid-3: use per-route RTO or TCP RTO as fallbackGerrit Renker-38/+6
2010-08-30dccp ccid-2: Share TCP's minimum RTO codeGerrit Renker-2/+3
2010-08-30tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker-6/+2