1. 8b81941 [DCCP]: Allow to parse options on Request Sockets by Gerrit Renker · 17 years ago
  2. 69567d0 [DCCP]: Perform SHUT_RD and SHUT_WR on receiving close by Gerrit Renker · 17 years ago
  3. 3159afe [DCCP]: Remove duplicate test for CloseReq by Gerrit Renker · 17 years ago
  4. 0c86962 [DCCP]: Integrate state transitions for passive-close by Gerrit Renker · 17 years ago
  5. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  6. 8e8c71f [DCCP]: Honour and make use of shutdown option set by user by Gerrit Renker · 17 years ago
  7. d8ef2c2 [DCCP]: Convert Reset code into socket error number by Gerrit Renker · 17 years ago
  8. bd5435e [DCCP]: fix link error with !CONFIG_SYSCTL by Ingo Molnar · 17 years ago
  9. a94f0f9 [DCCP]: Rate-limit DCCP-Syncs by Gerrit Renker · 17 years ago
  10. 0883170 [DCCP]: Send Reset upon Sync in state REQUEST by Gerrit Renker · 17 years ago
  11. e155d76 [DCCP]: Fix Reset/Sync-Flood Bug by Gerrit Renker · 17 years ago
  12. cbe1f5f [DCCP]: Shorten variable names in dccp_check_seqno by Gerrit Renker · 17 years ago
  13. 3393da8 [DCCP]: Simplify interface of dccp_sample_rtt by Gerrit Renker · 17 years ago
  14. 9823b7b [DCCP]: Convert dccp_sample_rtt to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  15. 89560b5 [DCCP]: Sample RTT from SYN exchange by Gerrit Renker · 17 years ago
  16. 4712a79 [DCCP]: Provide function for RTT sampling by Gerrit Renker · 17 years ago
  17. 8d13bf9 [DCCP]: Remove ambiguity in the way before48 is used by Gerrit Renker · 17 years ago
  18. 151a993 [DCCP]: Revert patch which disables bidirectional mode by Gerrit Renker · 17 years ago
  19. 4d46861 [DCCP]: Correctly split CCID half connections by Gerrit Renker · 17 years ago
  20. c9eaf17 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  21. 8109b02 [DCCP]: Whitespace cleanups by Arnaldo Carvalho de Melo · 18 years ago
  22. bf58a38 [DCCP]: Only deliver to the CCID rx side in charge by Gerrit Renker · 18 years ago
  23. 59348b1 [DCCP]: Simplified conditions due to use of enum:8 states by Gerrit Renker · 18 years ago
  24. d83ca5a [DCCP]: Update code comments for Step 2/3 by Gerrit Renker · 18 years ago
  25. 0e64e94 [DCCP]: Update documentation references. by Gerrit Renker · 18 years ago
  26. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  27. a4bf390 [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock by Arnaldo Carvalho de Melo · 18 years ago
  28. c25a18b [DCCP]: Uninline some functions by Arnaldo Carvalho de Melo · 18 years ago
  29. 017487d [DCCP]: Generalize dccp_v4_send_reset by Arnaldo Carvalho de Melo · 18 years ago
  30. 91f0ebf [DCCP] CCID: Improve CCID infrastructure by Arnaldo Carvalho de Melo · 18 years ago
  31. afe0025 [DCCP]: Initial feature negotiation implementation by Andrea Bittau · 18 years ago
  32. e84a9f5 [DCCP]: Notify CCID only after ACK vectors have been processed. by Andrea Bittau · 19 years ago
  33. 9e37720 [DCCP]: Send an ACK vector when ACKing a response packet by Andrea Bittau · 19 years ago
  34. 709dd3a [DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN. by Andrea Bittau · 19 years ago
  35. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  36. f21e68c [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  37. 57cca05 [DCCP]: Introduce dccp_ipv4_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  38. 2a9bc9b [DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets by Arnaldo Carvalho de Melo · 19 years ago
  39. ae31c33 [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch] by Arnaldo Carvalho de Melo · 19 years ago
  40. 0c10c5d [DCCP]: More precisely set reset_code when sending RESET packets by Arnaldo Carvalho de Melo · 19 years ago
  41. 2b80230 [DCCP]: Handle SYNC packets in dccp_rcv_state_process by Arnaldo Carvalho de Melo · 19 years ago
  42. 811265b [DCCP]: Check if already in the CLOSING state in dccp_rcv_closereq by Arnaldo Carvalho de Melo · 19 years ago
  43. b0e5678 [DCCP] Introduce dccp_timestamp by Arnaldo Carvalho de Melo · 19 years ago
  44. 331968b [DCCP]: Initial dccp_poll implementation by Arnaldo Carvalho de Melo · 19 years ago
  45. 7ad07e7 [DCCP]: Implement the CLOSING timer by Arnaldo Carvalho de Melo · 19 years ago
  46. 58e4513 [DCCP]: Fix printf format warnings on 64-bit. by David S. Miller · 19 years ago
  47. 03ace39 [DCCP]: Fix the ACK and SEQ window variables settings by Arnaldo Carvalho de Melo · 19 years ago
  48. a3054d4 [DCCP]: Give more info on Step 6 failure debug printk by Arnaldo Carvalho de Melo · 19 years ago
  49. c59eab4 [DCCP]: Use LIMIT_NETDEBUG in some debugging printks by Arnaldo Carvalho de Melo · 19 years ago
  50. e92ae93 [DCCP]: Send SYNCACK packets in response to SYNC packets by Arnaldo Carvalho de Melo · 19 years ago
  51. 8649b0d [DCCP]: Fix RESET handling in dccp_rcv_state_process by Arnaldo Carvalho de Melo · 19 years ago
  52. 7690af3 [DCCP]: Just reflow the source code to fit in 80 columns by Arnaldo Carvalho de Melo · 19 years ago
  53. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  54. f6ccf55 [DCCP]: Fix u64 printf format warnings. by David S. Miller · 19 years ago
  55. 7c65787 [DCCP]: Initial implementation by Arnaldo Carvalho de Melo · 19 years ago