index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dccp
/
ccids
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-30
net: dccp: Fix most of the kerneldoc warnings
Andrew Lunn
4
-0
/
+17
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-13
net: dccp: kerneldoc fixes
Andrew Lunn
1
-0
/
+2
2020-07-13
dccp: Replace HTTP links with HTTPS ones
Alexander A. Klimov
5
-6
/
+6
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-3
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
4
-20
/
+4
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 132
Thomas Gleixner
4
-56
/
+4
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
2
-28
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2018-08-07
dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()
Alexey Kodanev
1
-2
/
+4
2018-06-23
net: dccp: switch rx_tstamp_last_feedback to monotonic clock
Eric Dumazet
1
-4
/
+7
2018-06-23
net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
Eric Dumazet
1
-3
/
+2
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+2
2018-05-03
dccp: fix tasklet usage
Eric Dumazet
1
-2
/
+12
2018-01-26
dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state
Alexey Kodanev
1
-0
/
+3
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-01
net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swap
Gustavo A. R. Silva
1
-3
/
+1
2017-10-25
net: dccp: Convert timers to use timer_setup()
Kees Cook
4
-10
/
+13
2017-05-17
dccp: do not use tcp_time_stamp
Eric Dumazet
2
-5
/
+5
2017-03-13
dccp: fix memory leak during tear-down of unsuccessful connection request
Hannes Frederic Sowa
1
-0
/
+1
2014-02-16
dccp: re-enable debug macro
Gerrit Renker
2
-1
/
+2
2014-01-04
dccp: make local variable static
stephen hemminger
2
-2
/
+1
2013-10-19
net: dccp: Remove extern from function prototypes
Joe Perches
3
-29
/
+26
2013-01-11
net/dccp/ccids: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
1
-3
/
+2
2012-08-15
dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)
Mathias Krause
1
-0
/
+1
2012-07-10
net: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
4
-3
/
+11
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-6
/
+6
2012-03-03
dccp ccid-3: replace incorrect BUG_ON
Gerrit Renker
1
-2
/
+1
2011-12-19
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
4
-5
/
+5
2011-10-31
net: add moduleparam.h for users of module_param/MODULE_PARM_DESC
Paul Gortmaker
1
-0
/
+1
2011-08-01
dccp ccid-2: check Ack Ratio when reducing cwnd
Samuel Jero
1
-3
/
+23
2011-08-01
dccp ccid-2: increment cwnd correctly
Samuel Jero
1
-1
/
+1
2011-08-01
dccp ccid-2: prevent cwnd > Sequence Window
Samuel Jero
2
-15
/
+41
2011-08-01
dccp ccid-2: use feature-negotiation to report Ack Ratio changes
Gerrit Renker
1
-1
/
+9
2011-07-04
dccp ccid-2: Perform congestion-window validation
Gerrit Renker
2
-3
/
+91
2011-07-04
dccp ccid-2: Use existing function to test for data packets
Gerrit Renker
2
-11
/
+11
2011-07-04
dccp ccid-2: move rfc 3390 function into header file
Gerrit Renker
2
-9
/
+9
2011-02-02
tcp: Increase the initial congestion window to 10.
David S. Miller
1
-0
/
+9
2010-11-15
dccp ccid-2: Separate option parsing from CCID processing
Gerrit Renker
2
-93
/
+43
2010-11-10
dccp ccid-2: Ack Vector interface clean-up
Gerrit Renker
1
-8
/
+5
2010-10-28
dccp ccid-2: Stop polling
Gerrit Renker
2
-8
/
+20
2010-10-28
dccp: Return-value convention of hc_tx_send_packet()
Gerrit Renker
1
-6
/
+6
2010-10-12
dccp: remove unused argument in CCID tx function
Gerrit Renker
2
-3
/
+2
2010-09-23
net: return operator cleanup
Eric Dumazet
1
-1
/
+1
2010-09-21
dccp ccid-3: Remove redundant 'options_received' struct
Gerrit Renker
2
-23
/
+8
2010-09-21
dccp tfrc/ccid-3: computing the loss rate from the Loss Event Rate
Gerrit Renker
3
-5
/
+19
2010-09-21
dccp ccid-3: remove dead states
Gerrit Renker
2
-30
/
+9
2010-09-21
dccp: Add packet type information to CCID-specific option parsing
Gerrit Renker
1
-6
/
+8
2010-09-15
dccp ccid-3: Simplify and consolidate tx_parse_options
Gerrit Renker
2
-46
/
+14
[next]