1. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  2. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  3. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  4. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  5. cb69cc5 [TCP/DCCP/RANDOM]: Remove unused exports. by Adrian Bunk · 17 years ago
  6. 39ebc02 [DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOV by Arnaldo Carvalho de Melo · 17 years ago
  7. c93a882 [DCCP]: make dccp_write_xmit_timer() static again by Adrian Bunk · 17 years ago
  8. aabb601 [DCCP]: Initialise write_xmit_timer also on passive sockets by Gerrit Renker · 17 years ago
  9. 151a993 [DCCP]: Revert patch which disables bidirectional mode by Gerrit Renker · 17 years ago
  10. 99c72ce [DCCP]: Set RTO for newly created child socket by Gerrit Renker · 17 years ago
  11. 4d46861 [DCCP]: Correctly split CCID half connections by Gerrit Renker · 17 years ago
  12. b08d584 [NET]: Fix kfree(skb) by Patrick McHardy · 17 years ago
  13. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  14. f7d749f [PATCH] sysctl: dccp: remove unnecessary insert_at_head flag by Eric W. Biederman · 17 years ago
  15. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  16. c9eaf17 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  17. dbca9b275 [NET]: change layout of ehash table by Eric Dumazet · 17 years ago
  18. 0f08461 [DCCP]: Warning fixes. by Andrew Morton · 17 years ago
  19. 8eb9086 [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. by David S. Miller · 17 years ago
  20. e89862f [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). by David S. Miller · 17 years ago
  21. 832e3ca [DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li by Ian McDonald · 18 years ago
  22. 8109b02 [DCCP]: Whitespace cleanups by Arnaldo Carvalho de Melo · 18 years ago
  23. 1fba78b [DCCP] ccid3: Fixup some type conversions related to rtts by Arnaldo Carvalho de Melo · 18 years ago
  24. 9e8efc8 [DCCP] ccid3: BUG-FIX - conversion errors by Gerrit Renker · 18 years ago
  25. 7af5af3 [DCCP] ccid3: Reorder packet history source file by Gerrit Renker · 18 years ago
  26. 85dcb1f [DCCP] ccid3: Reorder packet history header file by Gerrit Renker · 18 years ago
  27. a967241 [DCCP] ccid3: Make debug output consistent by Gerrit Renker · 18 years ago
  28. c5a1ae9 [DCCP] ccid3: Perform history operations only after packet has been sent by Gerrit Renker · 18 years ago
  29. e312d10 [DCCP] ccid3: TX history - remove unused field by Gerrit Renker · 18 years ago
  30. 9f8681d [DCCP] ccid3: Shift window counter computation by Gerrit Renker · 18 years ago
  31. de553c1 [DCCP] ccid3: Sanity-check RTT samples by Gerrit Renker · 18 years ago
  32. fe0499a [DCCP] ccid3: Initialise RTT values by Gerrit Renker · 18 years ago
  33. 65d6c2b [DCCP] ccid: Deprecate ccid_hc_tx_insert_options by Gerrit Renker · 18 years ago
  34. f6282f4 [DCCP]: Warn when discarding packet due to internal errors by Gerrit Renker · 18 years ago
  35. bf58a38 [DCCP]: Only deliver to the CCID rx side in charge by Gerrit Renker · 18 years ago
  36. d63d836 [DCCP]: Simplify TFRC calculation by Gerrit Renker · 18 years ago
  37. 0f9e5b5 [DCCP]: Debug timeval operations by Gerrit Renker · 18 years ago
  38. bfe24a6 [DCCP] ccid3: Simplify calculation for reverse lookup of p by Gerrit Renker · 18 years ago
  39. b9039a2 [DCCP] ccid3: Replace scaled division operations by Gerrit Renker · 18 years ago
  40. 1a21e49 [DCCP] ccid3: Finer-grained resolution of sending rates by Gerrit Renker · 18 years ago
  41. 179ebc9 [DCCP] ccid3: Fix two bugs in sending rate computation by Gerrit Renker · 18 years ago
  42. ff58629 [DCCP] ccid3: Two optimisations for sending rate recomputation by Gerrit Renker · 18 years ago
  43. 45393a6 [DCCP] ccid3: Check against too large p by Gerrit Renker · 18 years ago
  44. 5cc3741d [DCCP]: Remove timeo from output.c by Ian McDonald · 18 years ago
  45. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  46. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  47. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  48. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  49. 2bbf29a [DCCP] tfrc: Binary search for reverse TFRC lookup by Gerrit Renker · 18 years ago
  50. 4415830 [DCCP] ccid3: Deprecate TFRC_SMALLEST_P by Gerrit Renker · 18 years ago
  51. 006042d [DCCP] tfrc: Identify TFRC table limits and simplify code by Gerrit Renker · 18 years ago
  52. 8d0086a [DCCP] tfrc: Add protection against invalid parameters to TFRC routines by Gerrit Renker · 18 years ago
  53. 90fb0e6 [DCCP] tfrc: Fix small error in reverse lookup of p for given f(p) by Gerrit Renker · 18 years ago
  54. 50ab46c [DCCP] tfrc: Document boundaries and limits of the TFRC lookup table by Gerrit Renker · 18 years ago
  55. 26af307 [DCCP] ccid3: Fix warning message about illegal ACK by Gerrit Renker · 18 years ago
  56. 5c3fbb6 [DCCP] ccid3: Fix bug in calculation of send rate by Gerrit Renker · 18 years ago
  57. 76d1277 [DCCP]: Fix BUG in retransmission delay calculation by Gerrit Renker · 18 years ago
  58. 8a508ac [DCCP]: Use higher RTO default for CCID3 by Gerrit Renker · 18 years ago
  59. 6b57c93 [DCCP]: Use `unsigned' for packet lengths by Gerrit Renker · 18 years ago
  60. a79ef76 [DCCP] ccid3: Larger initial windows by Gerrit Renker · 18 years ago
  61. 841bac1 [DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE) return 0 by Arnaldo Carvalho de Melo · 18 years ago
  62. 5aed324 [DCCP]: Tidy up unused structures by Gerrit Renker · 18 years ago
  63. 78ad713 [DCCP] ccid3: Track RX/TX packet size `s' using moving-average by Gerrit Renker · 18 years ago
  64. 2a1fda6 [DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448 by Gerrit Renker · 18 years ago
  65. 4384260 [DCCP]: Remove allocation of sysctl numbers by Gerrit Renker · 18 years ago
  66. 5d0dbc4 [DCCP] ccid3: Consolidate handling of t_RTO by Gerrit Renker · 18 years ago
  67. 17893bc [DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta by Gerrit Renker · 18 years ago
  68. 48e03ee [DCCP] ccid3: Consolidate timer resets by Gerrit Renker · 18 years ago
  69. 5e19e3f [DCCP] ccid3: Resolve small FIXME by Gerrit Renker · 18 years ago
  70. 70dbd5b [DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sent by Gerrit Renker · 18 years ago
  71. da335ba [DCCP] ccid3: Avoid congestion control on zero-sized data packets by Gerrit Renker · 18 years ago
  72. 7da7f45 [DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packet by Gerrit Renker · 18 years ago
  73. 91cf5a1 [DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmission by Gerrit Renker · 18 years ago
  74. f5c2d63 [DCCP] ccid3: Simplify control flow in the calculation of t_ipi by Gerrit Renker · 18 years ago
  75. 90feeb9 [DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi by Gerrit Renker · 18 years ago
  76. 6472c05 [DCCP] ccid2: Allow window to grow larger by Andrea Bittau · 18 years ago
  77. 522f1d0 [DCCP] ackvec: Split long ack vectors across multiple options by Andrea Bittau · 18 years ago
  78. bdf13d2 [DCCP] ackvec: infrastructure for sending more than one ackvec per packet by Andrea Bittau · 18 years ago
  79. 0bd4ff1 [DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvec by Andrea Bittau · 18 years ago
  80. 82e3ab9 [DCCP]: Adds the tx buffer sysctls by Ian McDonald · 18 years ago
  81. 4554317 [DCCP] CCID3: Remove non-referenced variable by Ian McDonald · 18 years ago
  82. e1b7441 [DCCP]: Make dccp_probe more portable by Ian McDonald · 18 years ago
  83. 23ea894 [CCID 3]: Add annotations for socket structures by Gerrit Renker · 18 years ago
  84. 59348b1 [DCCP]: Simplified conditions due to use of enum:8 states by Gerrit Renker · 18 years ago
  85. b1308dc [DCCP]: Set TX Queue Length Bounds via Sysctl by Ian McDonald · 18 years ago
  86. 56724aa [DCCP]: Add CCID3 debug support to Kconfig by Gerrit Renker · 18 years ago
  87. 8411671 [DCCP]: enable debug messages also for static builds by Gerrit Renker · 18 years ago
  88. eed7341 [DCCP]: Use kmemdup by Arnaldo Carvalho de Melo · 18 years ago
  89. 32aac18 [DCCP] CCID2: Code optimizations by Andrea Bittau · 18 years ago
  90. 58a5a7b [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb by Arnaldo Carvalho de Melo · 18 years ago
  91. e523a15 [DCCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in dccp_v4_err() by Arnaldo Carvalho de Melo · 18 years ago
  92. 3c69526 [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states by Gerrit Renker · 18 years ago
  93. 7d533f9 [NET]: More dccp endianness annotations. by Al Viro · 18 years ago
  94. 868c86b [NET]: annotate csum_ipv6_magic() callers in net/* by Al Viro · 18 years ago
  95. 2bda285 [NET]: Annotate csum_tcpudp_magic() callers in net/* by Al Viro · 18 years ago
  96. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  97. d23ca15 [DCCP] ACKVEC: Optimization - Do not traverse records if none will be found by Andrea Bittau · 18 years ago
  98. 09dbc38 [DCCP]: Miscellaneous code tidy-ups by Gerrit Renker · 18 years ago
  99. c02fdc0 [DCCP]: Make feature negotiation more readable by Gerrit Renker · 18 years ago
  100. 6a128e0 [DCCPv6]: Resolve conditional build problem by Gerrit Renker · 18 years ago