1. ac40e41 [SCTP]: Do not include ABORT chunk header in the notification. by Vlad Yasevich · 17 years ago
  2. 70b57b8 [SCTP]: Correctly copy addresses in sctp_copy_laddrs by Vlad Yasevich · 17 years ago
  3. 8dc4984 [SCTP]: Prevent OOPS if hmac modules didn't load by Vlad Yasevich · 17 years ago
  4. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  5. 07d9396 [SCTP]: Set assoc_id correctly during INIT collision. by Vlad Yasevich · 17 years ago
  6. 827bf12 [SCTP]: Re-order SCTP initializations to avoid race with sctp_rcv() by Sridhar Samudrala · 17 years ago
  7. ce5325c [SCTP]: Fix the SO_REUSEADDR handling to be similar to TCP. by Vlad Yasevich · 17 years ago
  8. 16d00fb [SCTP]: Verify all destination ports in sctp_connectx. by Vlad Yasevich · 17 years ago
  9. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  10. aad97f3 [SCTP]: Fix sctp_getsockopt_local_addrs_old() to use local storage. by Vlad Yasevich · 17 years ago
  11. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  12. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  13. 7033157 [SCTP]: Implement SCTP_MAX_BURST socket option. by Vlad Yasevich · 17 years ago
  14. a5a35e7 [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. by Vlad Yasevich · 17 years ago
  15. bdf3092 [SCTP]: Honor flags when setting peer address parameters by Vlad Yasevich · 17 years ago
  16. 1ae4114d [SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE event by Vlad Yasevich · 17 years ago
  17. d49d91d [SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option. by Vlad Yasevich · 17 years ago
  18. b6e1331 [SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option by Vlad Yasevich · 17 years ago
  19. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  20. 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 17 years ago
  21. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  22. a27ef74 [SCTP]: Eliminate some pointer attributions to the skb layer headers by Arnaldo Carvalho de Melo · 17 years ago
  23. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  24. 2c0fd38 [SCTP]: Introduce sctp_hdr() by Arnaldo Carvalho de Melo · 17 years ago
  25. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  26. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  27. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  28. 1ced98e [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pull by Arnaldo Carvalho de Melo · 17 years ago
  29. 31c7711 [SK_BUFF]: Some more simple skb_reset_network_header conversions by Arnaldo Carvalho de Melo · 17 years ago
  30. d0cf0d9 [SCTP]: Do not interleave non-fragments when in partial delivery by Vlad Yasevich · 17 years ago
  31. 0304ff8a [SCTP]: Unmap v4mapped addresses during SCTP_BINDX_REM_ADDR operation. by Paolo Galtieri · 17 years ago
  32. ea2bc48 [SCTP]: Fix assertion (!atomic_read(&sk->sk_rmem_alloc)) failed message by Tsutomu Fujii · 17 years ago
  33. 289f424 [SCTP]: Correctly reset ssthresh when restarting association by Vlad Yasevich · 17 years ago
  34. 749bf92 [SCTP]: Reset some transport and association variables on restart by Vlad Yasevich · 17 years ago
  35. fb78525 [SCTP]: Increment error counters on user requested HBs. by Vlad Yasevich · 17 years ago
  36. 0b58a81 [SCTP]: Clean up stale data during association restart by Vlad Yasevich · 17 years ago
  37. e2eb8d4 [SCTP] ipv6: inconsistent lock state ipv6_add_addr/sctp_v6_copy_addrlist by Jarek Poplawski · 17 years ago
  38. 1845a57 [SCTP]: Strike the transport before updating rto. by Vlad Yasevich · 17 years ago
  39. 8c4a2d4 [SCTP]: Fix connection hang/slowdown with PR-SCTP by Vlad Yasevich · 17 years ago
  40. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  41. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  42. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  43. cb18eccf Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  44. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  45. d808ad9 [NET] SCTP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  46. e533ca1 [SCTP]: Force update of the rto when processing HB-ACK by Vlad Yasevich · 17 years ago
  47. e89862f [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). by David S. Miller · 17 years ago
  48. 1e5c11f [SCTP]: Fix compiler warning. by Brian Haley · 17 years ago
  49. 732ba35 [SCTP]: Fix SACK sequence during shutdown by Vlad Yasevich · 17 years ago
  50. 610ab73 [SCTP]: Correctly handle unexpected INIT-ACK chunk. by Vlad Yasevich · 17 years ago
  51. d023f62 [SCTP]: Verify some mandatory parameters. by Vlad Yasevich · 17 years ago
  52. ebdfcad [SCTP]: Set correct error cause value for missing parameters by Vlad Yasevich · 17 years ago
  53. 4a1c010 [SCTP]: Fix err_hdr assignment in sctp_init_cause. by Vlad Yasevich · 18 years ago
  54. 2412318 [SCTP]: make 2 functions static by Adrian Bunk · 18 years ago
  55. 0f3fffd [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. by Ivan Skytte Jorgensen · 18 years ago
  56. 6ab792f [SCTP]: Add support for SCTP_CONTEXT socket option. by Ivan Skytte Jorgensen · 18 years ago
  57. 882a382 [SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket. by Sridhar Samudrala · 18 years ago
  58. 29c7cf9 [SCTP]: Handle address add/delete events in a more efficient way. by Sridhar Samudrala · 18 years ago
  59. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  60. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  61. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  62. af997d8 [SCTP]: Use kzalloc where appropriate by Arnaldo Carvalho de Melo · 18 years ago
  63. 34bcca2 [SCTP]: Even more trivial sctp annotations. by Al Viro · 18 years ago
  64. 2178eda [SCTP]: SCTP_CMD_PROCESS_CTSN annotations. by Al Viro · 18 years ago
  65. 9f81bcd [SCTP]: More trivial sctp annotations. by Al Viro · 18 years ago
  66. 3dbe865 [SCTP]: Annotate ->supported_addrs(). by Al Viro · 18 years ago
  67. dce116a [SCTP]: Get rid of the last remnants of sin_port flipping. by Al Viro · 18 years ago
  68. 6fbfa9f [SCTP]: Annotate ->inaddr_any(). by Al Viro · 18 years ago
  69. 7dcdbd9 [SCTP]: Don't bother setting sin_port in ->from_sk(). by Al Viro · 18 years ago
  70. 516b20e [SCTP]: ->a_h is gone now. by Al Viro · 18 years ago
  71. 9fd76494 [SCTP]: ip6_send() doesn't need fl_ip_[sd]port. by Al Viro · 18 years ago
  72. 7dd8a58 [SCTP]: sctp_sf_send_restart_abort() is endian-agnostic. by Al Viro · 18 years ago
  73. 8cec6b8 [SCTP]: We need to be careful when copying to sockaddr_storage. by Al Viro · 18 years ago
  74. b3f5b3b [SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions. by Al Viro · 18 years ago
  75. 74af924 [SCTP]: ->a_h is gone now. by Al Viro · 18 years ago
  76. 5ae955c [SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr(). by Al Viro · 18 years ago
  77. 6244be4 [SCTP]: Trivial parts of a_h -> a switch. by Al Viro · 18 years ago
  78. 80f15d6 [SCTP]: ->source_h is not used anymore. by Al Viro · 18 years ago
  79. a926626 [SCTP]: Switch all remaining users of ->saddr_h to ->saddr. by Al Viro · 18 years ago
  80. 16b0a03 [SCTP]: Switch sctp_chunk ->dest to net-endian. by Al Viro · 18 years ago
  81. d448388 [SCTP]: sctp_transport_route() switched to net-endian. by Al Viro · 18 years ago
  82. cb7b4a0 [SCTP]: Pass net-endian to ->get_dst(). by Al Viro · 18 years ago
  83. d3f7a54 [SCTP]: ->get_saddr() switched to net-endian. by Al Viro · 18 years ago
  84. 6a1e5f3 [SCTP]: sctp_process_init() and sctp_source() switched to net-endian. by Al Viro · 18 years ago
  85. 02a8a4d [SCTP]: sctp_copy_one_addr() switched to net-endian. by Al Viro · 18 years ago
  86. 6c7be55 [SCTP]: sctp_has_association() switched to net-endian. by Al Viro · 18 years ago
  87. cd4ff03 [SCTP]: sctp_endpoint_lookup_assoc() switched to net-endian. by Al Viro · 18 years ago
  88. dd86d13 [SCTP]: Switch ->from_addr_param() to net-endian. by Al Viro · 18 years ago
  89. 5ab7b85 [SCTP]: Switch sctp_add_bind_addr() to net-endian. by Al Viro · 18 years ago
  90. 4bdf4b5 [SCTP]: Switch sctp_assoc_add_peer() to net-endian. by Al Viro · 18 years ago
  91. b488c7d [SCTP]: sctp_transport_{init,new}() switched to net-endian. by Al Viro · 18 years ago
  92. d55c41b [SCTP]: Switch ->from_skb() to net-endian. by Al Viro · 18 years ago
  93. 9b1dfad [SCTP]: Switch sctp_cookie ->peer_addr to net-endian. by Al Viro · 18 years ago
  94. f235fca [SCTP]: sctp_init_addrs() switched to net-endian. by Al Viro · 18 years ago
  95. e2fcced [SCTP]: Switch sctp_assoc_is_match to net-endian. by Al Viro · 18 years ago
  96. 1c7d1fc [SCTP]: Switch sctp_endpoint_is_match() to net-endian. by Al Viro · 18 years ago
  97. c9a0850 [SCTP]: Switch sctp_del_bind_addr() to net-endian. by Al Viro · 18 years ago
  98. 63de08f [SCTP]: Switch address inside the heartbeat opaque data to net-endian. by Al Viro · 18 years ago
  99. be29681 [SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian. by Al Viro · 18 years ago
  100. 38a0314 [SCTP]: sctp_assoc_del_peer() switched to net-endian. by Al Viro · 18 years ago