1. b3d14bf dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling by Gerrit Renker · 14 years ago
  2. b1fcf55 dccp: Refine the wait-for-ccid mechanism by Gerrit Renker · 14 years ago
  3. ecdfbda dccp: schedule an Ack when receiving timestamps by Gerrit Renker · 14 years ago
  4. d196c9a dccp: generalise data-loss condition by Ivo Calado · 14 years ago
  5. 0b53d46 dccp: fix the adjustments to AWL and SWL by Gerrit Renker · 14 years ago
  6. 1f4f0f6 dccp: Kill dead code and add static markers. by stephen hemminger · 14 years ago
  7. a7d13fb dccp: remove unused function argument by Gerrit Renker · 14 years ago
  8. bb29624 inet: Remove unused send_check length argument by Herbert Xu · 14 years ago
  9. ec733b15 net: snmp mib cleanup by Eric Dumazet · 14 years ago
  10. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  11. 86739fb dccp: Do not let initial option overhead shrink the MPS by Gerrit Renker · 15 years ago
  12. f3f3abb dccp: Debugging functions for feature negotiation by Gerrit Renker · 15 years ago
  13. 883ca83 dccp: Initialisation and type-checking of feature sysctls by Gerrit Renker · 15 years ago
  14. 792b487 dccp: Implement both feature-local and feature-remote Sequence Window feature by Gerrit Renker · 15 years ago
  15. ddebc97 dccp: Lockless integration of CCID congestion-control plugins by Gerrit Renker · 16 years ago
  16. 6fdd34d dccp ccid-2: Phase out the use of boolean Ack Vector sysctl by Gerrit Renker · 16 years ago
  17. 4098dce dccp: Remove manual influence on NDP Count feature by Gerrit Renker · 16 years ago
  18. 422d9cd dccp: Feature activation handlers by Gerrit Renker · 16 years ago
  19. 0971d17 dccp: Insert feature-negotiation options into skb by Gerrit Renker · 16 years ago
  20. dd24c00 net: Use a percpu_counter for orphan_count by Eric Dumazet · 16 years ago
  21. dd9c0e3 dccp: Deprecate Ack Ratio sysctl by Gerrit Renker · 16 years ago
  22. 0c11683 dccp: Mechanism to resolve CCID dependencies by Gerrit Renker · 16 years ago
  23. 9eca0a4 dccp: Resolve dependencies of features on choice of CCID by Gerrit Renker · 16 years ago
  24. ac75773 dccp: Per-socket initialisation of feature negotiation by Gerrit Renker · 16 years ago
  25. 61e6473 dccp: List management for new feature negotiation by Gerrit Renker · 16 years ago
  26. 6edafaa tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookup by Gui Jianfeng · 16 years ago
  27. 5943544 dccp: Allow to distinguish original and retransmitted packets by Gerrit Renker · 16 years ago
  28. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  29. 2013c7e dccp ccid-3: Fix error in loss detection by Gerrit Renker · 16 years ago
  30. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  31. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  32. 028b027 [DCCP]: Fix skb->cb conflicts with IP by Patrick McHardy · 16 years ago
  33. 7630f02 [DCCP]: Replace socket with sock for reset sending. by Denis V. Lunev · 16 years ago
  34. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  35. ab1e0a1 [SOCK] proto: Add hashinfo member to struct proto by Arnaldo Carvalho de Melo · 16 years ago
  36. a07a5a8 [DCCP]: Remove unused inline function by Gerrit Renker · 17 years ago
  37. af3b867 [DCCP]: Support inserting options during the 3-way handshake by Gerrit Renker · 17 years ago
  38. 28be544 [DCCP]: Use maximum-RTO backoff from DCCP spec by Gerrit Renker · 17 years ago
  39. 954c2db [CCID3]: Interface CCID3 code with newer Loss Intervals Database by Gerrit Renker · 17 years ago
  40. 2180c41 [DCCP]: Introduce generic function to test for `data packets' by Gerrit Renker · 17 years ago
  41. e356d37 [DCCP]: Factor out common code for generating Resets by Gerrit Renker · 17 years ago
  42. a94f0f9 [DCCP]: Rate-limit DCCP-Syncs by Gerrit Renker · 17 years ago
  43. 0430ee3 [DCCP]: Add Support for Data 1 .. 3 fields of Reset packets by Gerrit Renker · 17 years ago
  44. 727ecc5 [DCCP]: Add FIXME for send_delayed_ack by Gerrit Renker · 17 years ago
  45. 3393da8 [DCCP]: Simplify interface of dccp_sample_rtt by Gerrit Renker · 17 years ago
  46. 4c70f38 [DCCP]: Provide 10s of microsecond timesource by Gerrit Renker · 17 years ago
  47. 6168b96 [DCCP]: Nuke the timeval helpers now that we fully converted to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  48. 8fb8354a [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore by Arnaldo Carvalho de Melo · 17 years ago
  49. 9823b7b [DCCP]: Convert dccp_sample_rtt to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  50. e961811 Fix dccp_sum_coverage by Ian McDonald · 17 years ago
  51. 4712a79 [DCCP]: Provide function for RTT sampling by Gerrit Renker · 17 years ago
  52. ac12b0c [DCCP]: Always use debug-toggle parameters by Gerrit Renker · 17 years ago
  53. b16be51 [DCCP]: Fix for follows48 by Gerrit Renker · 17 years ago
  54. d52de17 [DCCP]: Make `before' relation unambiguous by Gerrit Renker · 17 years ago
  55. 0aec51c [DCCP]: Make dccp_delta_seqno return signed numbers by Gerrit Renker · 17 years ago
  56. 6b811d4 [DCCP]: 48-bit sequence number arithmetic by Gerrit Renker · 17 years ago
  57. c93a882 [DCCP]: make dccp_write_xmit_timer() static again by Adrian Bunk · 17 years ago
  58. aabb601 [DCCP]: Initialise write_xmit_timer also on passive sockets by Gerrit Renker · 17 years ago
  59. c9eaf17 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  60. 0f9e5b5 [DCCP]: Debug timeval operations by Gerrit Renker · 18 years ago
  61. 5cc3741d [DCCP]: Remove timeo from output.c by Ian McDonald · 18 years ago
  62. 59348b1 [DCCP]: Simplified conditions due to use of enum:8 states by Gerrit Renker · 18 years ago
  63. b1308dc [DCCP]: Set TX Queue Length Bounds via Sysctl by Ian McDonald · 18 years ago
  64. 8411671 [DCCP]: enable debug messages also for static builds by Gerrit Renker · 18 years ago
  65. 3c69526 [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states by Gerrit Renker · 18 years ago
  66. afb0a34 [DCCP]: Introduce a consistent naming scheme for sysctls by Gerrit Renker · 18 years ago
  67. 2e2e9e9 [DCCP]: Add sysctls to control retransmission behaviour by Gerrit Renker · 18 years ago
  68. 6f4e5ff [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2) by Gerrit Renker · 18 years ago
  69. cf55792 [DCCP]: tidy up dccp_v{4,6}_conn_request by Gerrit Renker · 18 years ago
  70. f45b3ec [DCCP]: Fix logfile overflow by Ian McDonald · 18 years ago
  71. 8a73cd0 [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG by Gerrit Renker · 18 years ago
  72. f6484f7 [DCCP] timewait: Remove leftover extern declarations by Arnaldo Carvalho de Melo · 18 years ago
  73. 60361be [DCCP]: set safe upper bound for option length by Gerrit Renker · 18 years ago
  74. 0e64e94 [DCCP]: Update documentation references. by Gerrit Renker · 18 years ago
  75. 97e5848 [DCCP]: Introduce tx buffering by Ian McDonald · 18 years ago
  76. 837d107 [DCCP]: Introduces follows48 function by Ian McDonald · 18 years ago
  77. e6bccd3 [DCCP]: Update contact details and copyright by Ian McDonald · 18 years ago
  78. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  79. a4bf390 [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock by Arnaldo Carvalho de Melo · 18 years ago
  80. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  81. 2d0817d [DCCP] options: Make dccp_insert_options & friends yell on error by Arnaldo Carvalho de Melo · 18 years ago
  82. 110bae4 [DCCP]: Remove leftover dccp_send_response prototype by Arnaldo Carvalho de Melo · 18 years ago
  83. 7247887 [DCCP] ipv6: Add missing ipv6 control socket by Arnaldo Carvalho de Melo · 18 years ago
  84. c25a18b [DCCP]: Uninline some functions by Arnaldo Carvalho de Melo · 18 years ago
  85. b61fafc [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c by Arnaldo Carvalho de Melo · 18 years ago
  86. c985ed7 [DCCP]: Move dccp_[un]hash from ipv4.c to the core by Arnaldo Carvalho de Melo · 18 years ago
  87. 3e0fadc [DCCP]: Move dccp_v4_{init,destroy}_sock to the core by Arnaldo Carvalho de Melo · 18 years ago
  88. 017487d [DCCP]: Generalize dccp_v4_send_reset by Arnaldo Carvalho de Melo · 18 years ago
  89. e55d912 [DCCP] feat: Introduce sysctls for the default features by Arnaldo Carvalho de Melo · 18 years ago
  90. 60fe62e [DCCP]: sparse endianness annotations by Andrea Bittau · 18 years ago
  91. f21e68c [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  92. 34ca686 [DCCP]: Just rename dccp_v4_prot to dccp_prot by Arnaldo Carvalho de Melo · 19 years ago
  93. 48918a4 [DCCP]: Simplify skb_set_owner_w semantics by Herbert Xu · 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. 67e6b62 [DCCP]: Introduce DCCP_SOCKOPT_SERVICE by Arnaldo Carvalho de Melo · 19 years ago
  96. b0e5678 [DCCP] Introduce dccp_timestamp by Arnaldo Carvalho de Melo · 19 years ago
  97. c530cfb [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet by Arnaldo Carvalho de Melo · 19 years ago
  98. b6ee3d4 [CCID3]: Reorganise timeval handling by Arnaldo Carvalho de Melo · 19 years ago
  99. d6809c1 [DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit by Arnaldo Carvalho de Melo · 19 years ago
  100. d4b81ff [DCCP]: Export dccp_insert_option_timestamp to CCIDs by Arnaldo Carvalho de Melo · 19 years ago