1. 69567d0 [DCCP]: Perform SHUT_RD and SHUT_WR on receiving close by Gerrit Renker · 17 years ago
  2. bb72845 [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT by Herbert Xu · 17 years ago
  3. 3f71c81 [TFRC]: Remove previous loss intervals implementation by Gerrit Renker · 17 years ago
  4. 954c2db [CCID3]: Interface CCID3 code with newer Loss Intervals Database by Gerrit Renker · 17 years ago
  5. de0d411 [TFRC]: CCID3 (and CCID4) needs to access these inlines by Gerrit Renker · 17 years ago
  6. db64196 [CCID3]: Redundant debugging output / documentation by Gerrit Renker · 17 years ago
  7. 8a9c7e9 [TFRC]: Ringbuffer to track loss interval history by Gerrit Renker · 17 years ago
  8. 8995a23 [TFRC]: Loss interval code needs the macros/inlines that were moved by Gerrit Renker · 17 years ago
  9. df8f83f [TFRC]: Put RX/TX initialisation into tfrc.c by Gerrit Renker · 17 years ago
  10. 385ac2e [CCID3]: HC-receiver should not insert timestamps as HC-sender doesn't uses it by Gerrit Renker · 17 years ago
  11. 797eba4 [TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore by Gerrit Renker · 17 years ago
  12. 78282d2 [TFRC]: Move comment. by Gerrit Renker · 17 years ago
  13. b84a218 [TFRC]: New rx history code by Arnaldo Carvalho de Melo · 17 years ago
  14. 30a0eac [CCID3]: The receiver of a half-connection does not set window counter values by Gerrit Renker · 17 years ago
  15. d58d1af [TFRC]: Rename dccp_rx_ to tfrc_rx_ by Arnaldo Carvalho de Melo · 17 years ago
  16. 34a9e7e [TFRC]: Make the rx history slab be global by Arnaldo Carvalho de Melo · 17 years ago
  17. e9c8b24a [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistency by Arnaldo Carvalho de Melo · 17 years ago
  18. 2180c41 [DCCP]: Introduce generic function to test for `data packets' by Gerrit Renker · 17 years ago
  19. c40616c [TFRC]: Provide central source file and debug facility by Gerrit Renker · 17 years ago
  20. 9108d5f [TFRC]: Hide tx history details from the CCIDs by Arnaldo Carvalho de Melo · 17 years ago
  21. 3159afe [DCCP]: Remove duplicate test for CloseReq by Gerrit Renker · 17 years ago
  22. 0c86962 [DCCP]: Integrate state transitions for passive-close by Gerrit Renker · 17 years ago
  23. f11135a [DCCP]: Dedicated auxiliary states to support passive-close by Gerrit Renker · 17 years ago
  24. f53dc67 [DCCP]: Use AF-independent rebuild_header routine by Gerrit Renker · 17 years ago
  25. 276f2ed [TFRC]: Migrate TX history to singly-linked lis by Arnaldo Carvalho de Melo · 17 years ago
  26. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  27. ce865a6 [DCCP]: Add support for abortive release by Gerrit Renker · 17 years ago
  28. d83bd95 [DCCP]: Check for unread data on close by Gerrit Renker · 17 years ago
  29. dcfbc7e [CCID2]: Remove misleading comment by Gerrit Renker · 17 years ago
  30. a302002 [CCID2]: Remove redundant ack-counting variable by Gerrit Renker · 17 years ago
  31. 8339936 [CCID2]: Remove redundant synchronisation variable by Gerrit Renker · 17 years ago
  32. da98e0b [CCID2]: Redundant debugging output by Gerrit Renker · 17 years ago
  33. 95b21d7 [CCID2]: Replace pipe assignment-function with assignment by Gerrit Renker · 17 years ago
  34. 3deeadd [CCID2]: Replace cwnd assignment-function with assignment by Gerrit Renker · 17 years ago
  35. 63df18a [CCID2]: Replace read-only variable with constant by Gerrit Renker · 17 years ago
  36. 7792cd8 [CCID2]: Remove unused variable by Gerrit Renker · 17 years ago
  37. 900bfed [CCID2]: Disable broken Ack Ratio adaptation algorithm by Gerrit Renker · 17 years ago
  38. b00d2bb [CCID2]: Larger initial windows also for CCID2 by Gerrit Renker · 17 years ago
  39. e18d7a9 [DCCP]: Initialize dccp_sock before calling the ccid constructors by Arnaldo Carvalho de Melo · 17 years ago
  40. d50ad16 [CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwnd by Gerrit Renker · 17 years ago
  41. df054e1 [CCID2]: Don't assign negative values to Ack Ratio by Gerrit Renker · 17 years ago
  42. cfbbeab [CCID2]: Fix sequence number arithmetic/comparisons by Gerrit Renker · 17 years ago
  43. 3de5489 [CCID2]: Bug in reading Ack Vectors by Gerrit Renker · 17 years ago
  44. a47c510 [ACKVEC]: Reduce length of identifiers by Gerrit Renker · 17 years ago
  45. c86ab2b [DCCP]: Ignore Ack Vectors / Elapsed Time on DCCP-Request also by Gerrit Renker · 17 years ago
  46. 6d57b43 [DCCP]: Remove redundant dependency on IP_DCCP by Gerrit Renker · 17 years ago
  47. e333b3e [DCCP]: Promote CCID2 as default CCID by Gerrit Renker · 17 years ago
  48. 8e8c71f [DCCP]: Honour and make use of shutdown option set by user by Gerrit Renker · 17 years ago
  49. c3ada46 [CCID3]: Inline for moving average by Gerrit Renker · 17 years ago
  50. a5358fd [CCID3]: Accurately determine idle & application-limited periods by Gerrit Renker · 17 years ago
  51. eb279b79 [CCID3]: Ignore trivial amounts of elapsed time by Gerrit Renker · 17 years ago
  52. 6c08b2c [CCID3]: Revert use of MSS instead of s by Gerrit Renker · 17 years ago
  53. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  54. 5e8e034 [DCCP]: Spelling fixes by Joe Perches · 17 years ago
  55. 4756daa [DCCP]: Add missing "space" by Joe Perches · 17 years ago
  56. 230140c [INET]: Remove per bucket rwlock in tcp/dccp ehash table. by Eric Dumazet · 17 years ago
  57. c62cf5c [DCCP]: Use DEFINE_PROTO_INUSE infrastructure. by David S. Miller · 17 years ago
  58. 24c667d [CCID2/3]: Initialisation assignments of 0 are redundant by Gerrit Renker · 17 years ago
  59. 76fd1e8 [DCCP]: Unaligned pointer access by Gerrit Renker · 17 years ago
  60. d8ef2c2 [DCCP]: Convert Reset code into socket error number by Gerrit Renker · 17 years ago
  61. 1238d08 [DCCP]: One more exemption from full sequence number checks by Gerrit Renker · 17 years ago
  62. fde2010 [DCCP]: Retrieve packet sequence number for error reporting by Gerrit Renker · 17 years ago
  63. 6273172 [DCCP]: Implement SIOCINQ/FIONREAD by Arnaldo Carvalho de Melo · 17 years ago
  64. 7131c6c [INET]: Use MODULE_ALIAS_NET_PF_PROTO_TYPE where possible. by Jean Delvare · 17 years ago
  65. 305e1e9 [INET]: Let inet_diag and friends autoload by Jean Delvare · 17 years ago
  66. bd5435e [DCCP]: fix link error with !CONFIG_SYSCTL by Ingo Molnar · 17 years ago
  67. e5bbef2 [IPV6]: Replace sk_buff ** with sk_buff * in input handlers by Herbert Xu · 17 years ago
  68. 4a5409a [DCCP]: Twice the wrong reset code in receiving connection-Requests by Gerrit Renker · 17 years ago
  69. dcad856 [DCCP]: Wrong format in printk by Gerrit Renker · 17 years ago
  70. 451bc04 [DCCP]: Tidy-up -- minisock initialisation by Gerrit Renker · 17 years ago
  71. 5e28599 [CCID2]: Sequence number wraparound issues by Gerrit Renker · 17 years ago
  72. 6c58324 [CCID2]: Remove redundant case block by Gerrit Renker · 17 years ago
  73. ee196c2 [CCID2]: Remove redundant BUG_ON by Gerrit Renker · 17 years ago
  74. 7d9e893 [CCID2]: Remove ugly BUG_ON by Gerrit Renker · 17 years ago
  75. cd1f7d3 [CCID2]: Simplify interface by Gerrit Renker · 17 years ago
  76. 042d18f [DCCP]: Make all `debug' parameters bool by Gerrit Renker · 17 years ago
  77. 7c559a9 [DCCP]: Add socket option to query the current MPS by Gerrit Renker · 17 years ago
  78. bc84987 [DCCP]: Wait for CCID by Gerrit Renker · 17 years ago
  79. bb293e6 [CCID3]: Remove ifdef surrounding BUG_ON by Arnaldo Carvalho de Melo · 17 years ago
  80. cecd8d0 [DCCP]: Reduce the number of writable states by Gerrit Renker · 17 years ago
  81. e356d37 [DCCP]: Factor out common code for generating Resets by Gerrit Renker · 17 years ago
  82. 9bf55cd [DCCP]: Sequence number wrap-around when sending reset by Gerrit Renker · 17 years ago
  83. a94f0f9 [DCCP]: Rate-limit DCCP-Syncs by Gerrit Renker · 17 years ago
  84. ee1a159 [DCCP]: Remove duplicate code for Reset from connected socket by Gerrit Renker · 17 years ago
  85. 0430ee3 [DCCP]: Add Support for Data 1 .. 3 fields of Reset packets by Gerrit Renker · 17 years ago
  86. 727ecc5 [DCCP]: Add FIXME for send_delayed_ack by Gerrit Renker · 17 years ago
  87. 2e86908 [CCID3]: Move NULL-protection into function by Gerrit Renker · 17 years ago
  88. 0883170 [DCCP]: Send Reset upon Sync in state REQUEST by Gerrit Renker · 17 years ago
  89. b0d045c [DCCP]: Parameter renaming by Gerrit Renker · 17 years ago
  90. e155d76 [DCCP]: Fix Reset/Sync-Flood Bug by Gerrit Renker · 17 years ago
  91. cbe1f5f [DCCP]: Shorten variable names in dccp_check_seqno by Gerrit Renker · 17 years ago
  92. 3393da8 [DCCP]: Simplify interface of dccp_sample_rtt by Gerrit Renker · 17 years ago
  93. 4c70f38 [DCCP]: Provide 10s of microsecond timesource by Gerrit Renker · 17 years ago
  94. aa97efd [DCCP]: Reuse ktime_get_real() calls again by Gerrit Renker · 17 years ago
  95. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  96. c726187 [DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock() by Micah Gruber · 17 years ago
  97. 172589c [NET]: DIV_ROUND_UP cleanup (part two) by Ilpo Järvinen · 17 years ago
  98. 6168b96 [DCCP]: Nuke the timeval helpers now that we fully converted to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  99. 8fb8354a [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore by Arnaldo Carvalho de Melo · 17 years ago
  100. 2347489 [DCCP] options: convert dccp_insert_option_timestamp to ktime_t by Arnaldo Carvalho de Melo · 17 years ago