- 6b57c93 [DCCP]: Use `unsigned' for packet lengths by Gerrit Renker · 18 years ago
- a79ef76 [DCCP] ccid3: Larger initial windows by Gerrit Renker · 18 years ago
- 841bac1 [DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE) return 0 by Arnaldo Carvalho de Melo · 18 years ago
- 5aed324 [DCCP]: Tidy up unused structures by Gerrit Renker · 18 years ago
- 78ad713 [DCCP] ccid3: Track RX/TX packet size `s' using moving-average by Gerrit Renker · 18 years ago
- 2a1fda6 [DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448 by Gerrit Renker · 18 years ago
- 4384260 [DCCP]: Remove allocation of sysctl numbers by Gerrit Renker · 18 years ago
- 5d0dbc4 [DCCP] ccid3: Consolidate handling of t_RTO by Gerrit Renker · 18 years ago
- 17893bc [DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta by Gerrit Renker · 18 years ago
- 48e03ee [DCCP] ccid3: Consolidate timer resets by Gerrit Renker · 18 years ago
- 5e19e3f [DCCP] ccid3: Resolve small FIXME by Gerrit Renker · 18 years ago
- 70dbd5b [DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sent by Gerrit Renker · 18 years ago
- da335ba [DCCP] ccid3: Avoid congestion control on zero-sized data packets by Gerrit Renker · 18 years ago
- 7da7f45 [DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packet by Gerrit Renker · 18 years ago
- 91cf5a1 [DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmission by Gerrit Renker · 18 years ago
- f5c2d63 [DCCP] ccid3: Simplify control flow in the calculation of t_ipi by Gerrit Renker · 18 years ago
- 90feeb9 [DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi by Gerrit Renker · 18 years ago
- 6472c05 [DCCP] ccid2: Allow window to grow larger by Andrea Bittau · 18 years ago
- 522f1d0 [DCCP] ackvec: Split long ack vectors across multiple options by Andrea Bittau · 18 years ago
- bdf13d2 [DCCP] ackvec: infrastructure for sending more than one ackvec per packet by Andrea Bittau · 18 years ago
- 0bd4ff1 [DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvec by Andrea Bittau · 18 years ago
- 82e3ab9 [DCCP]: Adds the tx buffer sysctls by Ian McDonald · 18 years ago
- 4554317 [DCCP] CCID3: Remove non-referenced variable by Ian McDonald · 18 years ago
- e1b7441 [DCCP]: Make dccp_probe more portable by Ian McDonald · 18 years ago
- 23ea894 [CCID 3]: Add annotations for socket structures by Gerrit Renker · 18 years ago
- 59348b1 [DCCP]: Simplified conditions due to use of enum:8 states by Gerrit Renker · 18 years ago
- b1308dc [DCCP]: Set TX Queue Length Bounds via Sysctl by Ian McDonald · 18 years ago
- 56724aa [DCCP]: Add CCID3 debug support to Kconfig by Gerrit Renker · 18 years ago
- 8411671 [DCCP]: enable debug messages also for static builds by Gerrit Renker · 18 years ago
- eed7341 [DCCP]: Use kmemdup by Arnaldo Carvalho de Melo · 18 years ago
- 32aac18 [DCCP] CCID2: Code optimizations by Andrea Bittau · 18 years ago
- 58a5a7b [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb by Arnaldo Carvalho de Melo · 18 years ago
- e523a15 [DCCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in dccp_v4_err() by Arnaldo Carvalho de Melo · 18 years ago
- 3c69526 [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states by Gerrit Renker · 18 years ago
- 7d533f9 [NET]: More dccp endianness annotations. by Al Viro · 18 years ago
- 868c86b [NET]: annotate csum_ipv6_magic() callers in net/* by Al Viro · 18 years ago
- 2bda285 [NET]: Annotate csum_tcpudp_magic() callers in net/* by Al Viro · 18 years ago
- cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
- d23ca15 [DCCP] ACKVEC: Optimization - Do not traverse records if none will be found by Andrea Bittau · 18 years ago
- 09dbc38 [DCCP]: Miscellaneous code tidy-ups by Gerrit Renker · 18 years ago
- c02fdc0 [DCCP]: Make feature negotiation more readable by Gerrit Renker · 18 years ago
- 6a128e0 [DCCPv6]: Resolve conditional build problem by Gerrit Renker · 18 years ago
- b9df3cb [TCP/DCCP]: Introduce net_xmit_eval by Gerrit Renker · 18 years ago
- d7f7365 [DCCPv6]: Choose a genuine initial sequence number by Gerrit Renker · 18 years ago
- 865e902 [DCCP]: Remove redundant statements in init_sequence (ISS) by Gerrit Renker · 18 years ago
- 4ed800d [DCCP]: Remove forward declarations in timer.c by Gerrit Renker · 18 years ago
- afb0a34 [DCCP]: Introduce a consistent naming scheme for sysctls by Gerrit Renker · 18 years ago
- 2e2e9e9 [DCCP]: Add sysctls to control retransmission behaviour by Gerrit Renker · 18 years ago
- e11d9d3 [DCCP]: Increment sequence numbers on retransmitted Response packets by Gerrit Renker · 18 years ago
- 08a29e4 [DCCP]: Update comments on precisely which packets can be retransmitted by Gerrit Renker · 18 years ago
- 6f4e5ff [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2) by Gerrit Renker · 18 years ago
- d83ca5a [DCCP]: Update code comments for Step 2/3 by Gerrit Renker · 18 years ago
- cf55792 [DCCP]: tidy up dccp_v{4,6}_conn_request by Gerrit Renker · 18 years ago
- f45b3ec [DCCP]: Fix logfile overflow by Ian McDonald · 18 years ago
- fec5b80 [DCCP]: Fix DCCP Probe Typo by Ian McDonald · 18 years ago
- 73c9e02 [DCCPv6]: remove forward declarations in ipv6.c by Gerrit Renker · 18 years ago
- 3d2fe62 [DCCPv4]: remove forward declarations in ipv4.c by Gerrit Renker · 18 years ago
- 8a73cd0 [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG by Gerrit Renker · 18 years ago
- f6484f7 [DCCP] timewait: Remove leftover extern declarations by Arnaldo Carvalho de Melo · 18 years ago
- d23c710 [DCCP]: Simplify jump labels in dccp_v{4,6}_rcv by Gerrit Renker · 18 years ago
- 9b42078 [DCCP]: Combine allocating & zeroing header space on skb by Gerrit Renker · 18 years ago
- 89e7e57 [DCCPv6]: Add a FIXME for missing IPV6_PKTOPTIONS by Gerrit Renker · 18 years ago
- 60361be [DCCP]: set safe upper bound for option length by Gerrit Renker · 18 years ago
- 9317311 [TCP]: Don't set SKB owner in tcp_transmit_skb(). by David S. Miller · 18 years ago
- 494b4e7 [DCCP]: Fix typo _read_mostly --> __read_mostly. by David S. Miller · 18 years ago
- 72a3eff [NET]: Size listen hash tables using backlog hint by Eric Dumazet · 18 years ago
- ac16ca6 [NET]: Fix kfifo_alloc() error check. by Akinobu Mita · 18 years ago
- f2776ff [IPV6]: Fix address/interface handling in UDP and DCCP, according to the scoping architecture. by YOSHIFUJI Hideaki · 18 years ago
- 234af48 [DCCP]: fix printk format warnings by Randy Dunlap · 18 years ago
- 0e64e94 [DCCP]: Update documentation references. by Gerrit Renker · 18 years ago
- fd169f1 [DCCP] ipv6: Fix opt_skb leak. by David S. Miller · 18 years ago
- 8270953 [DCCP]: Fix Oops in DCCPv6 by Gerrit Renker · 18 years ago
- 9469c7b [NET]: Use typesafe inet_twsk() inline function instead of cast. by YOSHIFUJI Hideaki · 18 years ago
- bada8ad [IPV4]: ip_route_connect() ipv4 address arguments annotated by Al Viro · 18 years ago
- e41542f [DCCP]: Introduce dccp_probe by Ian McDonald · 18 years ago
- 3dd9a7c [DCCP]: Use constants for CCIDs by Ian McDonald · 18 years ago
- 00e4d11 [DCCP]: Allow default/fallback service code. by Gerrit Renker · 18 years ago
- 593f16a [DCCP] CCID2: Add helper functions for changing important CCID2 state by Andrea Bittau · 18 years ago
- 374bcf3 [DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTT by Andrea Bittau · 18 years ago
- 07978aa [DCCP] CCID2: Allocate seq records on demand by Andrea Bittau · 18 years ago
- 8d424f6 [DCCP] CCID2: Add Kconfig option for CCID2 debug by Andrea Bittau · 18 years ago
- 446dec3 [DCCP] CCID2: Tell DCCP to quickly check whether cwnd is available by Andrea Bittau · 18 years ago
- d458c25 [DCCP] CCID2: Initialize ssthresh to infinity by Andrea Bittau · 18 years ago
- 29651cd [DCCP] CCID2: Fix jiffie wrap issues by Andrea Bittau · 18 years ago
- 4a0a50fb4 [DCCP] ackvec: Remove unused variables by Andrea Bittau · 18 years ago
- 8e27e46 [DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is used by Andrea Bittau · 18 years ago
- 23d06e3 [DCCP] ACKVEC: fix ackvector length calculation by Andrea Bittau · 18 years ago
- fda9ef5 [NET]: Fix sk->sk_filter field access by Dmitry Mishin · 18 years ago
- fc747e8 [DCCP]: Tidyup CCID3 list handling by Ian McDonald · 18 years ago
- 97e5848 [DCCP]: Introduce tx buffering by Ian McDonald · 18 years ago
- 2a0109a [DCCP]: Shift sysctls into feat.h by Ian McDonald · 18 years ago
- 8e1ef0a [IPV6]: Cache source address as well in ipv6_pinfo{}. by YOSHIFUJI Hideaki · 18 years ago
- 8f491069 [IPV4]: Use network-order dport for all visible inet_lookup_* by Herbert Xu · 18 years ago
- 4237c75 [MLSXFRM]: Auto-labeling of child sockets by Venkat Yekkirala · 18 years ago
- beb8d13 [MLSXFRM]: Add flow labeling by Venkat Yekkirala · 18 years ago
- 66a377c [DCCP]: Fix CCID3 by Ian McDonald · 18 years ago
- 80193ae [DCCP]: Introduce dccp_rx_hist_find_entry by Ian McDonald · 18 years ago
- 837d107 [DCCP]: Introduces follows48 function by Ian McDonald · 18 years ago
- e6bccd3 [DCCP]: Update contact details and copyright by Ian McDonald · 18 years ago
- f3166c0 [DCCP]: Fix typo by Ian McDonald · 18 years ago