1. 4712a79 [DCCP]: Provide function for RTT sampling by Gerrit Renker · 17 years ago
  2. ac12b0c [DCCP]: Always use debug-toggle parameters by Gerrit Renker · 17 years ago
  3. b16be51 [DCCP]: Fix for follows48 by Gerrit Renker · 17 years ago
  4. d52de17 [DCCP]: Make `before' relation unambiguous by Gerrit Renker · 17 years ago
  5. 0aec51c [DCCP]: Make dccp_delta_seqno return signed numbers by Gerrit Renker · 17 years ago
  6. 6b811d4 [DCCP]: 48-bit sequence number arithmetic by Gerrit Renker · 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. c9eaf17 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  10. 0f9e5b5 [DCCP]: Debug timeval operations by Gerrit Renker · 18 years ago
  11. 5cc3741d [DCCP]: Remove timeo from output.c by Ian McDonald · 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. 8411671 [DCCP]: enable debug messages also for static builds by Gerrit Renker · 18 years ago
  15. 3c69526 [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states by Gerrit Renker · 18 years ago
  16. afb0a34 [DCCP]: Introduce a consistent naming scheme for sysctls by Gerrit Renker · 18 years ago
  17. 2e2e9e9 [DCCP]: Add sysctls to control retransmission behaviour by Gerrit Renker · 18 years ago
  18. 6f4e5ff [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2) by Gerrit Renker · 18 years ago
  19. cf55792 [DCCP]: tidy up dccp_v{4,6}_conn_request by Gerrit Renker · 18 years ago
  20. f45b3ec [DCCP]: Fix logfile overflow by Ian McDonald · 18 years ago
  21. 8a73cd0 [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG by Gerrit Renker · 18 years ago
  22. f6484f7 [DCCP] timewait: Remove leftover extern declarations by Arnaldo Carvalho de Melo · 18 years ago
  23. 60361be [DCCP]: set safe upper bound for option length by Gerrit Renker · 18 years ago
  24. 0e64e94 [DCCP]: Update documentation references. by Gerrit Renker · 18 years ago
  25. 97e5848 [DCCP]: Introduce tx buffering by Ian McDonald · 18 years ago
  26. 837d107 [DCCP]: Introduces follows48 function by Ian McDonald · 18 years ago
  27. e6bccd3 [DCCP]: Update contact details and copyright by Ian McDonald · 18 years ago
  28. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  29. a4bf390 [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock by Arnaldo Carvalho de Melo · 18 years ago
  30. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  31. 2d0817d [DCCP] options: Make dccp_insert_options & friends yell on error by Arnaldo Carvalho de Melo · 18 years ago
  32. 110bae4 [DCCP]: Remove leftover dccp_send_response prototype by Arnaldo Carvalho de Melo · 18 years ago
  33. 7247887 [DCCP] ipv6: Add missing ipv6 control socket by Arnaldo Carvalho de Melo · 18 years ago
  34. c25a18b [DCCP]: Uninline some functions by Arnaldo Carvalho de Melo · 18 years ago
  35. b61fafc [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c by Arnaldo Carvalho de Melo · 18 years ago
  36. c985ed7 [DCCP]: Move dccp_[un]hash from ipv4.c to the core by Arnaldo Carvalho de Melo · 18 years ago
  37. 3e0fadc [DCCP]: Move dccp_v4_{init,destroy}_sock to the core by Arnaldo Carvalho de Melo · 18 years ago
  38. 017487d [DCCP]: Generalize dccp_v4_send_reset by Arnaldo Carvalho de Melo · 18 years ago
  39. e55d912 [DCCP] feat: Introduce sysctls for the default features by Arnaldo Carvalho de Melo · 18 years ago
  40. 60fe62e [DCCP]: sparse endianness annotations by Andrea Bittau · 18 years ago
  41. f21e68c [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  42. 34ca686 [DCCP]: Just rename dccp_v4_prot to dccp_prot by Arnaldo Carvalho de Melo · 19 years ago
  43. 48918a4 [DCCP]: Simplify skb_set_owner_w semantics by Herbert Xu · 19 years ago
  44. ae31c33 [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch] by Arnaldo Carvalho de Melo · 19 years ago
  45. 67e6b62 [DCCP]: Introduce DCCP_SOCKOPT_SERVICE by Arnaldo Carvalho de Melo · 19 years ago
  46. b0e5678 [DCCP] Introduce dccp_timestamp by Arnaldo Carvalho de Melo · 19 years ago
  47. c530cfb [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet by Arnaldo Carvalho de Melo · 19 years ago
  48. b6ee3d4 [CCID3]: Reorganise timeval handling by Arnaldo Carvalho de Melo · 19 years ago
  49. d6809c1 [DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit by Arnaldo Carvalho de Melo · 19 years ago
  50. d4b81ff [DCCP]: Export dccp_insert_option_timestamp to CCIDs by Arnaldo Carvalho de Melo · 19 years ago
  51. 7ad07e7 [DCCP]: Implement the CLOSING timer by Arnaldo Carvalho de Melo · 19 years ago
  52. 03ace39 [DCCP]: Fix the ACK and SEQ window variables settings by Arnaldo Carvalho de Melo · 19 years ago
  53. 1bc0986 [DCCP]: Fix the timestamp options by Ian McDonald · 19 years ago
  54. e92ae93 [DCCP]: Send SYNCACK packets in response to SYNC packets by Arnaldo Carvalho de Melo · 19 years ago
  55. a10cedd [DCCP]: Fix compiler warnings by Patrick McHardy · 19 years ago
  56. a1d3a35 [DCCP]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  57. 725ba8e [DCCP]: Introduce the DCCP Kernel hacking menu by Arnaldo Carvalho de Melo · 19 years ago
  58. 7690af3 [DCCP]: Just reflow the source code to fit in 80 columns by Arnaldo Carvalho de Melo · 19 years ago
  59. 27258ee [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg by Arnaldo Carvalho de Melo · 19 years ago
  60. 95b81ef [DCCP]: Fix checksum routines by Yoshifumi Nishida · 19 years ago
  61. 7c65787 [DCCP]: Initial implementation by Arnaldo Carvalho de Melo · 19 years ago