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