1. 91cf5a1 [DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmission by Gerrit Renker · 18 years ago
  2. f5c2d63 [DCCP] ccid3: Simplify control flow in the calculation of t_ipi by Gerrit Renker · 18 years ago
  3. 90feeb9 [DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi by Gerrit Renker · 18 years ago
  4. 6472c05 [DCCP] ccid2: Allow window to grow larger by Andrea Bittau · 18 years ago
  5. 522f1d0 [DCCP] ackvec: Split long ack vectors across multiple options by Andrea Bittau · 18 years ago
  6. bdf13d2 [DCCP] ackvec: infrastructure for sending more than one ackvec per packet by Andrea Bittau · 18 years ago
  7. 0bd4ff1 [DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvec by Andrea Bittau · 18 years ago
  8. 82e3ab9 [DCCP]: Adds the tx buffer sysctls by Ian McDonald · 18 years ago
  9. 4554317 [DCCP] CCID3: Remove non-referenced variable by Ian McDonald · 18 years ago
  10. e1b7441 [DCCP]: Make dccp_probe more portable by Ian McDonald · 18 years ago
  11. 23ea894 [CCID 3]: Add annotations for socket structures by Gerrit Renker · 18 years ago
  12. 59348b1 [DCCP]: Simplified conditions due to use of enum:8 states by Gerrit Renker · 18 years ago
  13. b1308dc [DCCP]: Set TX Queue Length Bounds via Sysctl by Ian McDonald · 18 years ago
  14. 56724aa [DCCP]: Add CCID3 debug support to Kconfig by Gerrit Renker · 18 years ago
  15. 8411671 [DCCP]: enable debug messages also for static builds by Gerrit Renker · 18 years ago
  16. eed7341 [DCCP]: Use kmemdup by Arnaldo Carvalho de Melo · 18 years ago
  17. 32aac18 [DCCP] CCID2: Code optimizations by Andrea Bittau · 18 years ago
  18. 58a5a7b [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb by Arnaldo Carvalho de Melo · 18 years ago
  19. e523a15 [DCCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in dccp_v4_err() by Arnaldo Carvalho de Melo · 18 years ago
  20. 3c69526 [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states by Gerrit Renker · 18 years ago
  21. 7d533f9 [NET]: More dccp endianness annotations. by Al Viro · 18 years ago
  22. 868c86b [NET]: annotate csum_ipv6_magic() callers in net/* by Al Viro · 18 years ago
  23. 2bda285 [NET]: Annotate csum_tcpudp_magic() callers in net/* by Al Viro · 18 years ago
  24. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  25. d23ca15 [DCCP] ACKVEC: Optimization - Do not traverse records if none will be found by Andrea Bittau · 18 years ago
  26. 09dbc38 [DCCP]: Miscellaneous code tidy-ups by Gerrit Renker · 18 years ago
  27. c02fdc0 [DCCP]: Make feature negotiation more readable by Gerrit Renker · 18 years ago
  28. 6a128e0 [DCCPv6]: Resolve conditional build problem by Gerrit Renker · 18 years ago
  29. b9df3cb [TCP/DCCP]: Introduce net_xmit_eval by Gerrit Renker · 18 years ago
  30. d7f7365 [DCCPv6]: Choose a genuine initial sequence number by Gerrit Renker · 18 years ago
  31. 865e902 [DCCP]: Remove redundant statements in init_sequence (ISS) by Gerrit Renker · 18 years ago
  32. 4ed800d [DCCP]: Remove forward declarations in timer.c by Gerrit Renker · 18 years ago
  33. afb0a34 [DCCP]: Introduce a consistent naming scheme for sysctls by Gerrit Renker · 18 years ago
  34. 2e2e9e9 [DCCP]: Add sysctls to control retransmission behaviour by Gerrit Renker · 18 years ago
  35. e11d9d3 [DCCP]: Increment sequence numbers on retransmitted Response packets by Gerrit Renker · 18 years ago
  36. 08a29e4 [DCCP]: Update comments on precisely which packets can be retransmitted by Gerrit Renker · 18 years ago
  37. 6f4e5ff [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2) by Gerrit Renker · 18 years ago
  38. d83ca5a [DCCP]: Update code comments for Step 2/3 by Gerrit Renker · 18 years ago
  39. cf55792 [DCCP]: tidy up dccp_v{4,6}_conn_request by Gerrit Renker · 18 years ago
  40. f45b3ec [DCCP]: Fix logfile overflow by Ian McDonald · 18 years ago
  41. fec5b80 [DCCP]: Fix DCCP Probe Typo by Ian McDonald · 18 years ago
  42. 73c9e02 [DCCPv6]: remove forward declarations in ipv6.c by Gerrit Renker · 18 years ago
  43. 3d2fe62 [DCCPv4]: remove forward declarations in ipv4.c by Gerrit Renker · 18 years ago
  44. 8a73cd0 [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG by Gerrit Renker · 18 years ago
  45. f6484f7 [DCCP] timewait: Remove leftover extern declarations by Arnaldo Carvalho de Melo · 18 years ago
  46. d23c710 [DCCP]: Simplify jump labels in dccp_v{4,6}_rcv by Gerrit Renker · 18 years ago
  47. 9b42078 [DCCP]: Combine allocating & zeroing header space on skb by Gerrit Renker · 18 years ago
  48. 89e7e57 [DCCPv6]: Add a FIXME for missing IPV6_PKTOPTIONS by Gerrit Renker · 18 years ago
  49. 60361be [DCCP]: set safe upper bound for option length by Gerrit Renker · 18 years ago
  50. 9317311 [TCP]: Don't set SKB owner in tcp_transmit_skb(). by David S. Miller · 18 years ago
  51. 494b4e7 [DCCP]: Fix typo _read_mostly --> __read_mostly. by David S. Miller · 18 years ago
  52. 72a3eff [NET]: Size listen hash tables using backlog hint by Eric Dumazet · 18 years ago
  53. ac16ca6 [NET]: Fix kfifo_alloc() error check. by Akinobu Mita · 18 years ago
  54. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  55. f2776ff [IPV6]: Fix address/interface handling in UDP and DCCP, according to the scoping architecture. by YOSHIFUJI Hideaki · 18 years ago
  56. 234af48 [DCCP]: fix printk format warnings by Randy Dunlap · 18 years ago
  57. 0e64e94 [DCCP]: Update documentation references. by Gerrit Renker · 18 years ago
  58. fd169f1 [DCCP] ipv6: Fix opt_skb leak. by David S. Miller · 18 years ago
  59. 8270953 [DCCP]: Fix Oops in DCCPv6 by Gerrit Renker · 18 years ago
  60. 9469c7b [NET]: Use typesafe inet_twsk() inline function instead of cast. by YOSHIFUJI Hideaki · 18 years ago
  61. bada8ad [IPV4]: ip_route_connect() ipv4 address arguments annotated by Al Viro · 18 years ago
  62. e41542f [DCCP]: Introduce dccp_probe by Ian McDonald · 18 years ago
  63. 3dd9a7c [DCCP]: Use constants for CCIDs by Ian McDonald · 18 years ago
  64. 00e4d11 [DCCP]: Allow default/fallback service code. by Gerrit Renker · 18 years ago
  65. 593f16a [DCCP] CCID2: Add helper functions for changing important CCID2 state by Andrea Bittau · 18 years ago
  66. 374bcf3 [DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTT by Andrea Bittau · 18 years ago
  67. 07978aa [DCCP] CCID2: Allocate seq records on demand by Andrea Bittau · 18 years ago
  68. 8d424f6 [DCCP] CCID2: Add Kconfig option for CCID2 debug by Andrea Bittau · 18 years ago
  69. 446dec3 [DCCP] CCID2: Tell DCCP to quickly check whether cwnd is available by Andrea Bittau · 18 years ago
  70. d458c25 [DCCP] CCID2: Initialize ssthresh to infinity by Andrea Bittau · 18 years ago
  71. 29651cd [DCCP] CCID2: Fix jiffie wrap issues by Andrea Bittau · 18 years ago
  72. 4a0a50fb4 [DCCP] ackvec: Remove unused variables by Andrea Bittau · 18 years ago
  73. 8e27e46 [DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is used by Andrea Bittau · 18 years ago
  74. 23d06e3 [DCCP] ACKVEC: fix ackvector length calculation by Andrea Bittau · 18 years ago
  75. fda9ef5 [NET]: Fix sk->sk_filter field access by Dmitry Mishin · 18 years ago
  76. fc747e8 [DCCP]: Tidyup CCID3 list handling by Ian McDonald · 18 years ago
  77. 97e5848 [DCCP]: Introduce tx buffering by Ian McDonald · 18 years ago
  78. 2a0109a [DCCP]: Shift sysctls into feat.h by Ian McDonald · 18 years ago
  79. 8e1ef0a [IPV6]: Cache source address as well in ipv6_pinfo{}. by YOSHIFUJI Hideaki · 18 years ago
  80. 8f491069 [IPV4]: Use network-order dport for all visible inet_lookup_* by Herbert Xu · 18 years ago
  81. 4237c75 [MLSXFRM]: Auto-labeling of child sockets by Venkat Yekkirala · 18 years ago
  82. beb8d13 [MLSXFRM]: Add flow labeling by Venkat Yekkirala · 18 years ago
  83. 66a377c [DCCP]: Fix CCID3 by Ian McDonald · 18 years ago
  84. 80193ae [DCCP]: Introduce dccp_rx_hist_find_entry by Ian McDonald · 18 years ago
  85. 837d107 [DCCP]: Introduces follows48 function by Ian McDonald · 18 years ago
  86. e6bccd3 [DCCP]: Update contact details and copyright by Ian McDonald · 18 years ago
  87. f3166c0 [DCCP]: Fix typo by Ian McDonald · 18 years ago
  88. 497c615 [IPV6]: Audit all ip6_dst_lookup/ip6_dst_store calls by Herbert Xu · 18 years ago
  89. 4b79f0a [DCCP]: Fix default sequence window size by Ian McDonald · 18 years ago
  90. 9faefb6 [DCCP]: Fix sparse warnings. by Alan Cox · 18 years ago
  91. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  92. 538c5902 [PATCH] clean up default value of IP_DCCP_ACKVEC by Jean-Luc Leger · 18 years ago
  93. 624d116 [I/OAT]: Make sk_eat_skb I/OAT aware. by Chris Leech · 18 years ago
  94. afec35e [DCCP] Ackvec: fix soft lockup in ackvec handling code by Andrea Bittau · 18 years ago
  95. 134af34 [DCCP]: Fix sock_orphan dead lock by Herbert Xu · 18 years ago
  96. b8282dc [DCCP]: Fix leak in net/dccp/ipv4.c by Eric Sesterhenn · 18 years ago
  97. 68907da [DCCP]: Use NULL for pointers, comfort sparse. by Randy Dunlap · 18 years ago
  98. f348d70 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications by Davide Libenzi · 18 years ago
  99. 8ca0d17 [DCCP] feat: Pass dccp_minisock ptr where only the minisock is used by Arnaldo Carvalho de Melo · 18 years ago
  100. a4bf390 [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock by Arnaldo Carvalho de Melo · 18 years ago