aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-10dccp: tfrc: fix doc warnings in tfrc_equation.cBaokun Li1-0/+1
2020-10-30net: dccp: Fix most of the kerneldoc warningsAndrew Lunn4-0/+17
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-13net: dccp: kerneldoc fixesAndrew Lunn1-0/+2
2020-07-13dccp: Replace HTTP links with HTTPS onesAlexander A. Klimov5-6/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner4-20/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 132Thomas Gleixner4-56/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2-28/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-08-07dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev1-2/+4
2018-06-23net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet1-4/+7
2018-06-23net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet1-3/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-05-03dccp: fix tasklet usageEric Dumazet1-2/+12
2018-01-26dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev1-0/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swapGustavo A. R. Silva1-3/+1
2017-10-25net: dccp: Convert timers to use timer_setup()Kees Cook4-10/+13
2017-05-17dccp: do not use tcp_time_stampEric Dumazet2-5/+5
2017-03-13dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2014-02-16dccp: re-enable debug macroGerrit Renker2-1/+2
2014-01-04dccp: make local variable staticstephen hemminger2-2/+1
2013-10-19net: dccp: Remove extern from function prototypesJoe Perches3-29/+26
2013-01-11net/dccp/ccids: remove depends on CONFIG_EXPERIMENTALKees Cook1-3/+2
2012-08-15dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause1-0/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings4-3/+11
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-6/+6
2012-03-03dccp ccid-3: replace incorrect BUG_ONGerrit Renker1-2/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell4-5/+5
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker1-0/+1
2011-08-01dccp ccid-2: check Ack Ratio when reducing cwndSamuel Jero1-3/+23
2011-08-01dccp ccid-2: increment cwnd correctlySamuel Jero1-1/+1
2011-08-01dccp ccid-2: prevent cwnd > Sequence WindowSamuel Jero2-15/+41
2011-08-01dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker1-1/+9
2011-07-04dccp ccid-2: Perform congestion-window validationGerrit Renker2-3/+91
2011-07-04dccp ccid-2: Use existing function to test for data packetsGerrit Renker2-11/+11
2011-07-04dccp ccid-2: move rfc 3390 function into header fileGerrit Renker2-9/+9
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller1-0/+9
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGerrit Renker2-93/+43
2010-11-10dccp ccid-2: Ack Vector interface clean-upGerrit Renker1-8/+5
2010-10-28dccp ccid-2: Stop pollingGerrit Renker2-8/+20
2010-10-28dccp: Return-value convention of hc_tx_send_packet()Gerrit Renker1-6/+6
2010-10-12dccp: remove unused argument in CCID tx functionGerrit Renker2-3/+2
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-09-21dccp ccid-3: Remove redundant 'options_received' structGerrit Renker2-23/+8
2010-09-21dccp tfrc/ccid-3: computing the loss rate from the Loss Event RateGerrit Renker3-5/+19
2010-09-21dccp ccid-3: remove dead statesGerrit Renker2-30/+9
2010-09-21dccp: Add packet type information to CCID-specific option parsingGerrit Renker1-6/+8