aboutsummaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)Author
2006-12-02[DCCP] ccid3: Avoid congestion control on zero-sized data packetsGerrit Renker
2006-12-02[DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packetGerrit Renker
2006-12-02[DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmissionGerrit Renker
2006-12-02[DCCP] ccid3: Simplify control flow in the calculation of t_ipiGerrit Renker
2006-12-02[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipiGerrit Renker
2006-12-02[DCCP] ccid2: Allow window to grow largerAndrea Bittau
2006-12-02[DCCP] ackvec: Split long ack vectors across multiple optionsAndrea Bittau
2006-12-02[DCCP] ackvec: infrastructure for sending more than one ackvec per packetAndrea Bittau
2006-12-02[DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvecAndrea Bittau
2006-12-02[DCCP]: Adds the tx buffer sysctlsIan McDonald
2006-12-02[DCCP] CCID3: Remove non-referenced variableIan McDonald
2006-12-02[DCCP]: Make dccp_probe more portableIan McDonald
2006-12-02[CCID 3]: Add annotations for socket structuresGerrit Renker
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker
2006-12-02[DCCP]: Set TX Queue Length Bounds via SysctlIan McDonald
2006-12-02[DCCP]: Add CCID3 debug support to KconfigGerrit Renker
2006-12-02[DCCP]: enable debug messages also for static buildsGerrit Renker
2006-12-02[DCCP]: Use kmemdupArnaldo Carvalho de Melo
2006-12-02[DCCP] CCID2: Code optimizationsAndrea Bittau
2006-12-02[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo
2006-12-02[DCCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in dccp_v4_err()Arnaldo Carvalho de Melo
2006-12-02[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker
2006-12-02[NET]: More dccp endianness annotations.Al Viro
2006-12-02[NET]: annotate csum_ipv6_magic() callers in net/*Al Viro
2006-12-02[NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro
2006-12-02[TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki
2006-12-02[DCCP] ACKVEC: Optimization - Do not traverse records if none will be foundAndrea Bittau
2006-12-02[DCCP]: Miscellaneous code tidy-upsGerrit Renker
2006-12-02[DCCP]: Make feature negotiation more readableGerrit Renker
2006-12-02[DCCPv6]: Resolve conditional build problemGerrit Renker
2006-12-02[TCP/DCCP]: Introduce net_xmit_evalGerrit Renker
2006-12-02[DCCPv6]: Choose a genuine initial sequence numberGerrit Renker
2006-12-02[DCCP]: Remove redundant statements in init_sequence (ISS)Gerrit Renker
2006-12-02[DCCP]: Remove forward declarations in timer.cGerrit Renker
2006-12-02[DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker
2006-12-02[DCCP]: Add sysctls to control retransmission behaviourGerrit Renker
2006-12-02[DCCP]: Increment sequence numbers on retransmitted Response packetsGerrit Renker
2006-12-02[DCCP]: Update comments on precisely which packets can be retransmittedGerrit Renker
2006-12-02[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker
2006-12-02[DCCP]: Update code comments for Step 2/3Gerrit Renker
2006-12-02[DCCP]: tidy up dccp_v{4,6}_conn_requestGerrit Renker
2006-12-02[DCCP]: Fix logfile overflowIan McDonald
2006-12-02[DCCP]: Fix DCCP Probe TypoIan McDonald
2006-12-02[DCCPv6]: remove forward declarations in ipv6.cGerrit Renker
2006-12-02[DCCPv4]: remove forward declarations in ipv4.cGerrit Renker
2006-12-02[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUGGerrit Renker
2006-12-02[DCCP] timewait: Remove leftover extern declarationsArnaldo Carvalho de Melo
2006-12-02[DCCP]: Simplify jump labels in dccp_v{4,6}_rcvGerrit Renker
2006-12-02[DCCP]: Combine allocating & zeroing header space on skbGerrit Renker
2006-12-02[DCCPv6]: Add a FIXME for missing IPV6_PKTOPTIONSGerrit Renker