1. 270637a [SCTP]: Fix a race between module load and protosw access by Vlad Yasevich · 16 years ago
  2. bc92dd1 [SCTP]: fix misannotated __sctp_rcv_asconf_lookup() by Al Viro · 16 years ago
  3. e6f1ceb [NET] endianness noise: INADDR_ANY by Al Viro · 16 years ago
  4. 2262621 [SCTP]: Fix local_addr deletions during list traversals. by Chidambar 'ilLogict' Zinnoury · 16 years ago
  5. 219b99a [SCTP]: Bring MAX_BURST socket option into ietf API extension compliance by Neil Horman · 16 years ago
  6. 140ee96 SCTP: Fix chunk parameter processing bug by Gui Jianfeng · 16 years ago
  7. 459eea7 [SCTP]: Use proc_create to setup de->proc_fops. by Pavel Emelyanov · 16 years ago
  8. 160f17e [SCTP]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  9. 7e8616d [SCTP]: Update AUTH structures to match declarations in draft-16. by Vlad Yasevich · 16 years ago
  10. b40db68 [SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS socket option by Vlad Yasevich · 16 years ago
  11. 15efbe7 [SCTP]: Clean up naming conventions of sctp protocol/address family registration by Neil Horman · 16 years ago
  12. b90a137 [SCTP]: Correctly set the length of sctp_assoc_change notification by Vlad Yasevich · 16 years ago
  13. 5f31886 [SCTP]: Pick up an orphaned sctp_sockets_allocated counter. by Pavel Emelyanov · 16 years ago
  14. 8ff65b4 [SCTP]: Convert sctp_dbg_objcnt to seq files. by Pavel Emelyanov · 16 years ago
  15. 3f5340a [SCTP]: Use snmp_fold_field instead of a homebrew analogue. by Pavel Emelyanov · 16 years ago
  16. 5f9646c [SCTP]: Make sure the chunk is off the transmitted list prior to freeing. by Vlad Yasevich · 16 years ago
  17. a869981 [SCTP]: Fix kernel panic while received ASCONF chunk with bad serial number by Wei Yongjun · 16 years ago
  18. b46ae36 [SCTP]: Set ports in every address returned by sctp_getladdrs() by Vlad Yasevich · 17 years ago
  19. c068be5 [SCTP]: Correctly reap SSNs when processing FORWARD_TSN chunk by Vlad Yasevich · 17 years ago
  20. 01f2d38 [SCTP]: Kill silly inlines in ulpqueue.c by Vlad Yasevich · 17 years ago
  21. 0eca8fe [SCTP]: Do not increase rwnd when reading partial notification. by Vlad Yasevich · 17 years ago
  22. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 17 years ago
  23. 7cc08b5 [SCTP]: Fix kernel panic while received AUTH chunk with BAD shared key identifier by Wei Yongjun · 16 years ago
  24. d2f19fa [SCTP]: Fix kernel panic while received AUTH chunk while enabled auth by Wei Yongjun · 16 years ago
  25. ac461a0 typo fixes in net/sctp/sm_statefuns.c by Oliver Pinter · 16 years ago
  26. ec9dbb1 [SCTP]: Fix miss of report unrecognized HMAC Algorithm parameter by Wei Yongjun · 17 years ago
  27. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 17 years ago
  28. 853f4b5 [SCTP]: Correctly initialize error when parameter validation failed. by Vlad Yasevich · 17 years ago
  29. 66688ea [SCTP]: Fix build warning in sctp_sf_do_5_1C_ack(). by David S. Miller · 17 years ago
  30. bfeade0 [NETNS][IPV6]: inet6_addr - check ipv6 address per namespace by Daniel Lezcano · 17 years ago
  31. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 17 years ago
  32. b5ccd79 [NET]: Simple ctl_table to ctl_path conversions. by Pavel Emelyanov · 17 years ago
  33. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  34. d670119 [SCTP]: Follow Add-IP security consideratiosn wrt INIT/INIT-ACK by Vlad Yasevich · 17 years ago
  35. 75205f4 [SCTP]: Implement ADD-IP special case processing for ABORT chunk by Vlad Yasevich · 17 years ago
  36. f57d96b [SCTP]: Change use_as_src into a full address state by Vlad Yasevich · 17 years ago
  37. a08de64 [SCTP]: Update ASCONF processing to conform to spec. by Vlad Yasevich · 17 years ago
  38. ba8a06d [SCTP]: ADD-IP updates the states where ASCONFs can be sent by Vlad Yasevich · 17 years ago
  39. df21857 [SCTP]: Update association lookup to look at ASCONF chunks as well by Vlad Yasevich · 17 years ago
  40. d6de309 [SCTP]: Add the handling of "Set Primary IP Address" parameter to INIT by Vlad Yasevich · 17 years ago
  41. 42e30bf [SCTP]: Handle the wildcard ADD-IP Address parameter by Vlad Yasevich · 17 years ago
  42. 6afd2e8 [SCTP]: Discard unauthenticated ASCONF and ASCONF ACK chunks by Vlad Yasevich · 17 years ago
  43. 9ad0977 [SCTP]: Use crc32c library for checksum calculations. by Vlad Yasevich · 17 years ago
  44. b5cb2bb [IPV4] sctp: Use ipv4_is_<type> by Joe Perches · 17 years ago
  45. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  46. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  47. 036b579 [SCTP]: Add back the code that accounted for FORWARD_TSN parameter in INIT. by Vlad Yasevich · 17 years ago
  48. 6df9cfc [SCTP]: Correctly handle AUTH parameters in unexpected INIT by Vlad Yasevich · 17 years ago
  49. f691724 [SCTP]: Fix the name of the authentication event. by Vlad Yasevich · 17 years ago
  50. 7aa1b54 [SCTP]: Spelling fixes by Joe Perches · 17 years ago
  51. ef5d4cf2 [SCTP]: Flush fragment queue when exiting partial delivery. by Vlad Yasevich · 17 years ago
  52. 8e71a11 [SCTP]: Fix the bind_addr info during migration. by Vlad Yasevich · 17 years ago
  53. f26f7c4 [SCTP]: Add bind hash locking to the migrate code by Vlad Yasevich · 17 years ago
  54. b7e0fe9 SCTP: Fix build issues with SCTP AUTH. by Vlad Yasevich · 17 years ago
  55. 555d3d5 SCTP: Fix chunk acceptance when no authenticated chunks were listed. by Vlad Yasevich · 17 years ago
  56. 8ee4be3 SCTP: Fix the supported extensions paramter by Vlad Yasevich · 17 years ago
  57. 9baffaa SCTP: Fix SCTP-AUTH to correctly add HMACS paramter. by Vlad Yasevich · 17 years ago
  58. fd10279 SCTP: Fix the number of HB transmissions. by Vlad Yasevich · 17 years ago
  59. 9ee46f1 [SCTP]: Add missing "space" by Joe Perches · 17 years ago
  60. 9abed24 Fix memory leak in discard case of sctp_sf_abort_violation() by Jesper Juhl · 17 years ago
  61. 7d54dc6 SCTP: Always flush the queue when uncorcking. by Vlad Yasevich · 17 years ago
  62. cd3ae8e SCTP: Fix PR-SCTP to deliver all the accumulated ordered chunks by Vlad Yasevich · 17 years ago
  63. 7ab9080 SCTP: Make sctp_verify_param return multiple indications. by Vlad Yasevich · 17 years ago
  64. d970dbf SCTP: Convert custom hash lists to use hlist. by Vlad Yasevich · 17 years ago
  65. 123ed97 SCTP: Use hashed lookup when looking for an association. by Vlad Yasevich · 17 years ago
  66. 027f6e1 SCTP: Fix a potential race between timers and receive path. by Vlad Yasevich · 17 years ago
  67. 73d9c4f SCTP: Allow ADD_IP to work with AUTH for backward compatibility. by Vlad Yasevich · 17 years ago
  68. 88799fe SCTP: Correctly disable ADD-IP when AUTH is not supported. by Vlad Yasevich · 17 years ago
  69. 0ed90fb SCTP: Update RCU handling during the ADD-IP case by Vlad Yasevich · 17 years ago
  70. b6157d8 SCTP: Fix difference cases of retransmit. by Vlad Yasevich · 17 years ago
  71. f3830cc SCTP : Fix to process bundled ASCONF chunk correctly by Wei Yongjun · 17 years ago
  72. 64b0812b SCTP : Fix bad formatted comment in outqueue.c by Wei Yongjun · 17 years ago
  73. 8295b6d [SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure by Eric Dumazet · 17 years ago
  74. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  75. d06f608 SCTP endianness annotations regression by Al Viro · 17 years ago
  76. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  77. 8ad7c62b [SCTP] net/sctp/auth.c: make 3 functions static by Adrian Bunk · 17 years ago
  78. d84d64d [SCTP]: #if 0 sctp_update_copy_cksum() by Adrian Bunk · 17 years ago
  79. 06dbbfe Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  80. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  81. 16d14ef [SCTP]: Consolidate sctp_ulpq_renege_xxx functions by Pavel Emelyanov · 17 years ago
  82. ebc3bbc Fix sctp compile by Christian Borntraeger · 17 years ago
  83. fa05f12 Update net/ to use sg helpers by Jens Axboe · 17 years ago
  84. af49d92 Remove "unsafe" from module struct by Rusty Russell · 17 years ago
  85. e5bbef2 [IPV6]: Replace sk_buff ** with sk_buff * in input handlers by Herbert Xu · 17 years ago
  86. 411223c fix breakage in sctp getsockopt by Al Viro · 17 years ago
  87. 227b60f [INET]: local port range robustness by Stephen Hemminger · 17 years ago
  88. 0639300 [SCTP]: port randomization by Stephen Hemminger · 17 years ago
  89. 6b2f9cb [SCTP]: Tie ADD-IP and AUTH functionality as required by spec. by Vlad Yasevich · 17 years ago
  90. 65b07e5 [SCTP]: API updates to suport SCTP-AUTH extensions. by Vlad Yasevich · 17 years ago
  91. bbd0d59 [SCTP]: Implement the receive and verification of AUTH chunk by Vlad Yasevich · 17 years ago
  92. 4cd57c8 [SCTP]: Enable the sending of the AUTH chunk. by Vlad Yasevich · 17 years ago
  93. 730fc3d [SCTP]: Implete SCTP-AUTH parameter processing by Vlad Yasevich · 17 years ago
  94. a29a5bd [SCTP]: Implement SCTP-AUTH initializations. by Vlad Yasevich · 17 years ago
  95. 1f48564 [SCTP]: Implement SCTP-AUTH internals by Vlad Yasevich · 17 years ago
  96. 007e393 [SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c by Vlad Yasevich · 17 years ago
  97. 131a47e [SCTP]: Implement the Supported Extensions Parameter by Vlad Yasevich · 17 years ago
  98. b6fa1a4 [SCTP] net/sctp/socket.c: make 3 variables static by Adrian Bunk · 17 years ago
  99. 5c94bf8 [SCTP]: Make sctp_addto_param() static. by Adrian Bunk · 17 years ago
  100. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago