Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
16f2a6282c6fa294068d2c266f75b2458e9776fe
/
net
/
dccp
/
ccids
cb8e2e4
dccp: tfrc: fix doc warnings in tfrc_equation.c
by Baokun Li
· 3 years, 7 months ago
0b609b5
net: dccp: Fix most of the kerneldoc warnings
by Andrew Lunn
· 4 years, 2 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 4 months ago
d0b1101
net: dccp: kerneldoc fixes
by Andrew Lunn
· 4 years, 6 months ago
266f312
dccp: Replace HTTP links with HTTPS ones
by Alexander A. Klimov
· 4 years, 6 months ago
a7f7f62
treewide: replace '---help---' in Kconfig files with 'help'
by Masahiro Yamada
· 4 years, 7 months ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
7931287
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 132
by Thomas Gleixner
· 6 years ago
74ba920
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
61ef4b0
dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()
by Alexey Kodanev
· 6 years ago
0ce4e70
net: dccp: switch rx_tstamp_last_feedback to monotonic clock
by Eric Dumazet
· 7 years ago
74174fe
net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
by Eric Dumazet
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
a8d7aa1
dccp: fix tasklet usage
by Eric Dumazet
· 7 years ago
dd5684e
dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state
by Alexey Kodanev
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
54df7ef
net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swap
by Gustavo A. R. Silva
· 7 years ago
839a609
net: dccp: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
d011b9a
dccp: do not use tcp_time_stamp
by Eric Dumazet
· 8 years ago
72ef9c4
dccp: fix memory leak during tear-down of unsuccessful connection request
by Hannes Frederic Sowa
· 8 years ago
09db308
dccp: re-enable debug macro
by Gerrit Renker
· 11 years ago
6aee49c
dccp: make local variable static
by stephen hemminger
· 11 years ago
a402a5a
net: dccp: Remove extern from function prototypes
by Joe Perches
· 11 years ago
95148a0
net/dccp/ccids: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
7b07f8e
dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)
by Mathias Krause
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
793734b
dccp ccid-3: replace incorrect BUG_ON
by Gerrit Renker
· 13 years ago
eb93992
module_param: make bool parameters really bool (net & drivers/net)
by Rusty Russell
· 13 years ago
d9b9384
net: add moduleparam.h for users of module_param/MODULE_PARM_DESC
by Paul Gortmaker
· 13 years ago
d96a9e8
dccp ccid-2: check Ack Ratio when reducing cwnd
by Samuel Jero
· 13 years ago
0ce95dc7
dccp ccid-2: increment cwnd correctly
by Samuel Jero
· 13 years ago
d346d88
dccp ccid-2: prevent cwnd > Sequence Window
by Samuel Jero
· 13 years ago
31daf03
dccp ccid-2: use feature-negotiation to report Ack Ratio changes
by Gerrit Renker
· 13 years ago
113ced1
dccp ccid-2: Perform congestion-window validation
by Gerrit Renker
· 13 years ago
58fdea0
dccp ccid-2: Use existing function to test for data packets
by Gerrit Renker
· 13 years ago
b4d5f4b
dccp ccid-2: move rfc 3390 function into header file
by Gerrit Renker
· 13 years ago
442b963
tcp: Increase the initial congestion window to 10.
by David S. Miller
· 14 years ago
7e87fe8
dccp ccid-2: Separate option parsing from CCID processing
by Gerrit Renker
· 14 years ago
f17a37c
dccp ccid-2: Ack Vector interface clean-up
by Gerrit Renker
· 14 years ago
1c0e0a0
dccp ccid-2: Stop polling
by Gerrit Renker
· 14 years ago
fe84f41
dccp: Return-value convention of hc_tx_send_packet()
by Gerrit Renker
· 14 years ago
baf9e78
dccp: remove unused argument in CCID tx function
by Gerrit Renker
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
536bb20
dccp ccid-3: Remove redundant 'options_received' struct
by Gerrit Renker
· 14 years ago
792e6d3
dccp tfrc/ccid-3: computing the loss rate from the Loss Event Rate
by Gerrit Renker
· 14 years ago
80763dfb
dccp ccid-3: remove dead states
by Gerrit Renker
· 14 years ago
4874c13
dccp: Add packet type information to CCID-specific option parsing
by Gerrit Renker
· 14 years ago
37efb03
dccp ccid-3: Simplify and consolidate tx_parse_options
by Gerrit Renker
· 14 years ago
d2c7263
dccp ccid-3: remove buggy RTT-sampling history lookup
by Gerrit Renker
· 14 years ago
20cbd3e
dccp ccid-3: A lower bound for the inter-packet scheduling algorithm
by Gerrit Renker
· 14 years ago
89858ad
dccp ccid-3: use per-route RTO or TCP RTO as fallback
by Gerrit Renker
· 14 years ago
4886fca
dccp ccid-2: Share TCP's minimum RTO code
by Gerrit Renker
· 14 years ago
22b71c8
tcp/dccp: Consolidate common code for RFC 3390 conversion
by Gerrit Renker
· 14 years ago
d26eeb0
dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()
by Gerrit Renker
· 14 years ago
d82b6f8
dccp ccid-2: Use u32 timestamps uniformly
by Gerrit Renker
· 14 years ago
231cc2a
dccp ccid-2: Replace broken RTT estimator with better algorithm
by Gerrit Renker
· 14 years ago
c38c92a
dccp ccid-2: Simplify dec_pipe and rearming of RTO timer
by Gerrit Renker
· 14 years ago
30564e35
dccp ccid-2: Remove redundant sanity tests
by Gerrit Renker
· 14 years ago
51c22bb
dccp ccid-3: No more CCID control blocks in LISTEN state
by Gerrit Renker
· 14 years ago
67b67e3
ccid: ccid-2/3 code cosmetics
by Gerrit Renker
· 14 years ago
a7d13fb
dccp: remove unused function argument
by Gerrit Renker
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b138338
net: remove trailing space in messages
by Frans Pop
· 15 years ago
996ccf4
dccp ccid-3: Remove CCID naming redundancy 2/2
by Gerrit Renker
· 15 years ago
77d2dd9
dccp ccid-2: Remove CCID naming redundancy 1/2
by Gerrit Renker
· 15 years ago
388d5e9
dccp ccid-3: Overhaul CCID naming convention 2/2
by Gerrit Renker
· 15 years ago
b1c00fe
dccp ccid-2: Overhaul CCID naming convention 1/2
by Gerrit Renker
· 15 years ago
aa1b1ff
net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle
by Gerrit Renker
· 15 years ago
36cbd3d
net: mark read-only arrays as const
by Jan Engelhardt
· 15 years ago
4dbc242
dccp ccid-3: Fix RFC reference
by Gerrit Renker
· 16 years ago
1b6725d
net: fix section mismatch warnings in dccp/ccids/lib/tfrc.c
by Leonardo Potenza
· 16 years ago
129fa44
dccp: Integrate the TFRC library with DCCP
by Gerrit Renker
· 16 years ago
ddebc97
dccp: Lockless integration of CCID congestion-control plugins
by Gerrit Renker
· 16 years ago
e8ef967
dccp: Registration routines for changing feature values
by Gerrit Renker
· 16 years ago
410e27a
This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"
by Gerrit Renker
· 16 years ago
a3cbdde
dccp ccid-3: Preventing Oscillations
by Gerrit Renker
· 16 years ago
53ac957
dccp ccid-3: Simplify computing and range-checking of t_ipi
by Gerrit Renker
· 16 years ago
c8f41d5
dccp ccid-3: Measuring the packet size s with regard to rfc3448bis-06
by Gerrit Renker
· 16 years ago
891e4d8
dccp ccid-3: Tidy up CCID-Kconfig dependencies
by Gerrit Renker
· 16 years ago
9d497a2
dccp ccid-3: Implement rfc3448bis change to initial-rate computation
by Gerrit Renker
· 16 years ago
88e97a9
dccp ccid-3: Update the RX history records in one place
by Gerrit Renker
· 16 years ago
68c89ee
dccp ccid-3: Update the computation of X_recv
by Gerrit Renker
· 16 years ago
22338f0
dccp tfrc: Increase number of RTT samples
by Gerrit Renker
· 16 years ago
2b81143
dccp ccid-3: Always perform receiver RTT sampling
by Gerrit Renker
· 16 years ago
2f3e3bb
dccp ccid-3: Remove duplicate RX states
by Gerrit Renker
· 16 years ago
34a081b
dccp tfrc: Let dccp_tfrc_lib do the sampling work
by Gerrit Renker
· 16 years ago
3ca7aea
dccp tfrc: Return type of update_i_mean is void
by Gerrit Renker
· 16 years ago
d20ed95
dccp tfrc: Perform early loss detection
by Gerrit Renker
· 16 years ago
24b8d34
dccp tfrc: Receiver history initialisation routine
by Gerrit Renker
· 16 years ago
8b67ad1
dccp tfrc: Suppress unavoidable "below resolution" warning
by Gerrit Renker
· 16 years ago
d0c05fe
dccp ccid-3: Simplified handling of TX states
by Gerrit Renker
· 16 years ago
f76fd32
dccp ccid-3: Runtime verification of timer resolution
by Gerrit Renker
· 16 years ago
6224877
tcp/dccp: Consolidate common code for RFC 3390 conversion
by Gerrit Renker
· 16 years ago
20bbd0f
dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer()
by Gerrit Renker
· 16 years ago
1435562
dccp ccid-2: Replace broken RTT estimator with better algorithm
by Gerrit Renker
· 16 years ago
e9803c0
dccp ccid-2: Simplify dec_pipe and rearming of RTO timer
by Gerrit Renker
· 16 years ago
Next »