1. 7309f88 dccp: do not assume DCCP code is non preemptible by Eric Dumazet · 8 years ago
  2. aa62d76 dccp: rename DCCP_INC_STATS_BH() by Eric Dumazet · 8 years ago
  3. fd34d62 dccp: remove obsolete code by stephen hemminger · 11 years ago
  4. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  5. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  6. a294865 dccp: handle invalid feature options length by Dan Rosenberg · 13 years ago
  7. 7e87fe8 dccp ccid-2: Separate option parsing from CCID processing by Gerrit Renker · 14 years ago
  8. d83447f dccp ccid-2: Schedule Sync as out-of-band mechanism by Gerrit Renker · 14 years ago
  9. 5753fdf dccp ccid-2: Algorithm to update buffer state by Gerrit Renker · 14 years ago
  10. b3d14bf dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling by Gerrit Renker · 14 years ago
  11. 7d87093 dccp ccid-2: Separate internals of Ack Vectors from option-parsing code by Gerrit Renker · 14 years ago
  12. f17a37c dccp ccid-2: Ack Vector interface clean-up by Gerrit Renker · 14 years ago
  13. ecdfbda dccp: schedule an Ack when receiving timestamps by Gerrit Renker · 14 years ago
  14. 1f4f0f6 dccp: Kill dead code and add static markers. by stephen hemminger · 14 years ago
  15. a18213d dccp: Replace magic CCID-specific numbers by symbolic constants by Gerrit Renker · 14 years ago
  16. 4874c13 dccp: Add packet type information to CCID-specific option parsing by Gerrit Renker · 14 years ago
  17. 59b8080 dccp: make implementation of Syn-RTT symmetric by Gerrit Renker · 14 years ago
  18. a7d13fb dccp: remove unused function argument by Gerrit Renker · 14 years ago
  19. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  20. f3f3abb dccp: Debugging functions for feature negotiation by Gerrit Renker · 16 years ago
  21. 883ca83 dccp: Initialisation and type-checking of feature sysctls by Gerrit Renker · 16 years ago
  22. 6fdd34d dccp ccid-2: Phase out the use of boolean Ack Vector sysctl by Gerrit Renker · 16 years ago
  23. 4098dce dccp: Remove manual influence on NDP Count feature by Gerrit Renker · 16 years ago
  24. b1ad004 dccp: Processing Confirm options by Gerrit Renker · 16 years ago
  25. e77b836 dccp: Process incoming Change feature-negotiation options by Gerrit Renker · 16 years ago
  26. 8b7b6c7 dccp: Integrate feature-negotiation insertion code by Gerrit Renker · 16 years ago
  27. 3ed7cc0 dccp: fix warning in net/dccp/options.c by Ingo Molnar · 16 years ago
  28. 8c862c2 dccp: Header option insertion routine for feature-negotiation by Gerrit Renker · 16 years ago
  29. d371056 dccp: Support for Mandatory options by Gerrit Renker · 16 years ago
  30. 02fa460 dccp: Increase the scope of variable-length htonl/ntohl functions by Gerrit Renker · 16 years ago
  31. dd9c0e3 dccp: Deprecate Ack Ratio sysctl by Gerrit Renker · 16 years ago
  32. f74e91b dccp: Limit feature negotiation to connection setup phase by Gerrit Renker · 16 years ago
  33. 410e27a This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" by Gerrit Renker · 16 years ago
  34. c8bf462 dccp ccid-2: Separate option parsing from CCID processing by Gerrit Renker · 16 years ago
  35. c2f4207 dccp ccid-2: Schedule Sync as out-of-band mechanism by Gerrit Renker · 16 years ago
  36. 68b1de1 dccp ccid-2: Algorithm to update buffer state by Gerrit Renker · 16 years ago
  37. d7dc7e5 dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling by Gerrit Renker · 16 years ago
  38. 4829007 dccp ccid-2: Separate internals of Ack Vectors from option-parsing code by Gerrit Renker · 16 years ago
  39. 2975abd dccp: Schedule an Ack when receiving timestamps by Gerrit Renker · 16 years ago
  40. f10ecae dccp: Replace magic CCID-specific numbers by symbolic constants by Gerrit Renker · 16 years ago
  41. 3306c78 dccp: Add packet type information to CCID-specific option parsing by Gerrit Renker · 16 years ago
  42. 76f738a dccp: Debugging functions for feature negotiation by Gerrit Renker · 16 years ago
  43. 0a482267 dccp: Initialisation and type-checking of feature sysctls by Gerrit Renker · 16 years ago
  44. b235dc4 dccp ccid-2: Phase out the use of boolean Ack Vector sysctl by Gerrit Renker · 16 years ago
  45. 68e074b dccp: Remove manual influence on NDP Count feature by Gerrit Renker · 16 years ago
  46. d2150b7 dccp: Processing Confirm options by Gerrit Renker · 16 years ago
  47. 5a146b9 dccp: Process incoming Change feature-negotiation options by Gerrit Renker · 16 years ago
  48. f8a644c dccp: Integrate feature-negotiation insertion code by Gerrit Renker · 16 years ago
  49. cf9ddf7 dccp: Header option insertion routine for feature-negotiation by Gerrit Renker · 16 years ago
  50. d0440ee dccp: Support for Mandatory options by Gerrit Renker · 16 years ago
  51. b9aaac1 dccp: Increase the scope of variable-length htonl/ntohl functions by Gerrit Renker · 16 years ago
  52. 17c30b4 dccp: Deprecate Ack Ratio sysctl by Gerrit Renker · 16 years ago
  53. 5591d28 dccp: Limit feature negotiation to connection setup phase by Gerrit Renker · 16 years ago
  54. eac7726 dccp: Fill in the Data fields for "Option Error" Resets by Gerrit Renker · 16 years ago
  55. faf61c33 dccp: Silently ignore options with nonsensical lengths by Gerrit Renker · 16 years ago
  56. 5b5d0e7 dccp: Upgrade NDP count from 3 to 6 bytes by Gerrit Renker · 16 years ago
  57. 65907a4 dccp ccid-2: Bug-Fix - Ack Vectors need to be ignored on request sockets by Gerrit Renker · 16 years ago
  58. cf86314 [DCCP]: Ignore feature negotiation on Data packets by Gerrit Renker · 17 years ago
  59. af3b867 [DCCP]: Support inserting options during the 3-way handshake by Gerrit Renker · 17 years ago
  60. b4d4f7c [DCCP]: Handle timestamps on Request/Response exchange separately by Gerrit Renker · 17 years ago
  61. 8b81941 [DCCP]: Allow to parse options on Request Sockets by Gerrit Renker · 17 years ago
  62. c86ab2b [DCCP]: Ignore Ack Vectors / Elapsed Time on DCCP-Request also by Gerrit Renker · 17 years ago
  63. 76fd1e8 [DCCP]: Unaligned pointer access by Gerrit Renker · 17 years ago
  64. dcad856 [DCCP]: Wrong format in printk by Gerrit Renker · 17 years ago
  65. 451bc04 [DCCP]: Tidy-up -- minisock initialisation by Gerrit Renker · 17 years ago
  66. 4c70f38 [DCCP]: Provide 10s of microsecond timesource by Gerrit Renker · 17 years ago
  67. 8fb8354a [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore by Arnaldo Carvalho de Melo · 17 years ago
  68. 2347489 [DCCP] options: convert dccp_insert_option_timestamp to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  69. 19ac214 [DCCP]: Convert dccps_timestamp_time to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  70. f73f709 [DCCP]: Debug statements for Elapsed Time option by Gerrit Renker · 17 years ago
  71. 89560b5 [DCCP]: Sample RTT from SYN exchange by Gerrit Renker · 17 years ago
  72. cb69cc5 [TCP/DCCP/RANDOM]: Remove unused exports. by Adrian Bunk · 17 years ago
  73. c9eaf17 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  74. 65d6c2b [DCCP] ccid: Deprecate ccid_hc_tx_insert_options by Gerrit Renker · 18 years ago
  75. bdf13d2 [DCCP] ackvec: infrastructure for sending more than one ackvec per packet by Andrea Bittau · 18 years ago
  76. 59348b1 [DCCP]: Simplified conditions due to use of enum:8 states by Gerrit Renker · 18 years ago
  77. 09dbc38 [DCCP]: Miscellaneous code tidy-ups by Gerrit Renker · 18 years ago
  78. c02fdc0 [DCCP]: Make feature negotiation more readable by Gerrit Renker · 18 years ago
  79. afb0a34 [DCCP]: Introduce a consistent naming scheme for sysctls by Gerrit Renker · 18 years ago
  80. 0e64e94 [DCCP]: Update documentation references. by Gerrit Renker · 18 years ago
  81. e6bccd3 [DCCP]: Update contact details and copyright by Ian McDonald · 18 years ago
  82. 4b79f0a [DCCP]: Fix default sequence window size by Ian McDonald · 18 years ago
  83. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  84. a4bf390 [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock by Arnaldo Carvalho de Melo · 18 years ago
  85. fb95049 [DCCP]: Fix uninitialized var warnings in dccp_parse_options(). by David S. Miller · 18 years ago
  86. 2d0817d [DCCP] options: Make dccp_insert_options & friends yell on error by Arnaldo Carvalho de Melo · 18 years ago
  87. e5a6de9 [DCCP] options: Fix handling of ackvecs in DATA packets by Arnaldo Carvalho de Melo · 18 years ago
  88. 6df9424 [DCCP] options: Fix some aspects of mandatory option processing by Arnaldo Carvalho de Melo · 18 years ago
  89. b61fafc [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c by Arnaldo Carvalho de Melo · 18 years ago
  90. e55d912 [DCCP] feat: Introduce sysctls for the default features by Arnaldo Carvalho de Melo · 18 years ago
  91. 60fe62e [DCCP]: sparse endianness annotations by Andrea Bittau · 18 years ago
  92. afe0025 [DCCP]: Initial feature negotiation implementation by Andrea Bittau · 18 years ago
  93. 561713c [DCCP]: Don't use necessarily the same CCID for tx and rx by Arnaldo Carvalho de Melo · 19 years ago
  94. ae31c33 [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch] by Arnaldo Carvalho de Melo · 19 years ago
  95. b0e5678 [DCCP] Introduce dccp_timestamp by Arnaldo Carvalho de Melo · 19 years ago
  96. 1c14ac0 [DCCP] Give precedence to the biggest ELAPSED_TIME by Arnaldo Carvalho de Melo · 19 years ago
  97. 507d37c [CCID] Only call the HC insert_options methods when requested by Arnaldo Carvalho de Melo · 19 years ago
  98. b6ee3d4 [CCID3]: Reorganise timeval handling by Arnaldo Carvalho de Melo · 19 years ago
  99. d4b81ff [DCCP]: Export dccp_insert_option_timestamp to CCIDs by Arnaldo Carvalho de Melo · 19 years ago
  100. 1bc0986 [DCCP]: Fix the timestamp options by Ian McDonald · 19 years ago