index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dccp
/
ccids
/
ccid3.c
Age
Commit message (
Expand
)
Author
2006-12-02
[DCCP]: Use `unsigned' for packet lengths
Gerrit Renker
2006-12-02
[DCCP] ccid3: Larger initial windows
Gerrit Renker
2006-12-02
[DCCP] ccid3: Track RX/TX packet size `s' using moving-average
Gerrit Renker
2006-12-02
[DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448
Gerrit Renker
2006-12-02
[DCCP] ccid3: Consolidate handling of t_RTO
Gerrit Renker
2006-12-02
[DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta
Gerrit Renker
2006-12-02
[DCCP] ccid3: Consolidate timer resets
Gerrit Renker
2006-12-02
[DCCP] ccid3: Resolve small FIXME
Gerrit Renker
2006-12-02
[DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sent
Gerrit Renker
2006-12-02
[DCCP] ccid3: Avoid congestion control on zero-sized data packets
Gerrit Renker
2006-12-02
[DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packet
Gerrit Renker
2006-12-02
[DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmission
Gerrit Renker
2006-12-02
[DCCP] ccid3: Simplify control flow in the calculation of t_ipi
Gerrit Renker
2006-12-02
[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi
Gerrit Renker
2006-12-02
[DCCP] CCID3: Remove non-referenced variable
Ian McDonald
2006-12-02
[DCCP]: Simplified conditions due to use of enum:8 states
Gerrit Renker
2006-12-02
[DCCP]: Add CCID3 debug support to Kconfig
Gerrit Renker
2006-12-02
[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states
Gerrit Renker
2006-10-24
[DCCP]: Update documentation references.
Gerrit Renker
2006-09-24
[DCCP]: Use constants for CCIDs
Ian McDonald
2006-09-22
[DCCP]: Tidyup CCID3 list handling
Ian McDonald
2006-08-26
[DCCP]: Fix CCID3
Ian McDonald
2006-08-26
[DCCP]: Update contact details and copyright
Ian McDonald
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-03-20
[DCCP] options: Make dccp_insert_options & friends yell on error
Arnaldo Carvalho de Melo
2006-03-20
[DCCP] ipv6: Add missing ipv6 control socket
Arnaldo Carvalho de Melo
2006-03-20
[DCCP]: Uninline some functions
Arnaldo Carvalho de Melo
2006-03-20
[DCCP]: sparse endianness annotations
Andrea Bittau
2006-03-20
[DCCP] CCID: Improve CCID infrastructure
Arnaldo Carvalho de Melo
2006-03-20
[DCCP] CCID3: Set the no_feedback_timer fields near init_timer
Arnaldo Carvalho de Melo
2006-03-20
[DCCP] CCID: Allow ccid_{init,exit} to be NULL
Arnaldo Carvalho de Melo
2006-03-04
[DCCP] ccid3: Divide by zero fix
Ian McDonald
2005-09-18
[DCCP]: Introduce CCID getsockopt for the CCIDs
Arnaldo Carvalho de Melo
2005-09-12
[CCID3]: Listen socks doesn't have a private CCID block
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Cleanup ccid3 debug calls
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Initialize ccid3hctx_t_ipi to 250ms
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistency
Arnaldo Carvalho de Melo
2005-09-09
[DCCP] Introduce dccp_timestamp
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Initialize more fields in ccid3_hc_rx_init
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Make the ccid3hcrx_rtt calc look more like the ccid3hctx_rtt one
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Use ELAPSED_TIME in the HC TX RTT estimation
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Calculate ccid3hcrx_x_recv using usecs_div
Arnaldo Carvalho de Melo
2005-09-09
[CCID] Only call the HC insert_options methods when requested
Arnaldo Carvalho de Melo
2005-09-09
[CCID3] Avoid unsigned integer overflows in usecs_div
Arnaldo Carvalho de Melo
2005-08-29
[CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet
Arnaldo Carvalho de Melo
2005-08-29
[DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE
Arnaldo Carvalho de Melo
2005-08-29
[CCID3]: Move ccid3_hc_rx_detect_loss to packet_history.c
Arnaldo Carvalho de Melo
2005-08-29
[CCID3]: Move ccid3_hc_rx_add_hist to packet_history.c
Arnaldo Carvalho de Melo
2005-08-29
[DCCP]: Move the calc_X routines to dccp_tfrc_lib
Arnaldo Carvalho de Melo
2005-08-29
[DCCP]: Just move packet_history.[ch] to net/dccp/ccids/lib/
Arnaldo Carvalho de Melo
[next]