1. e773e4f [IPV6]: Add v4mapped address inline by Brian Haley · 17 years ago
  2. 4d93df0 [SCTP]: Rewrite of sctp buffer management code by Neil Horman · 18 years ago
  3. 78bd8fb fix sctp_del_bind_addr() last argument type by Al Viro · 17 years ago
  4. 6f4c618 SCTP : Add paramters validity check for ASCONF chunk by Wei Yongjun · 17 years ago
  5. 3c77f96 SCTP: Discard OOTB packetes with bundled INIT early. by Vlad Yasevich · 17 years ago
  6. ece25df SCTP: Clean up OOTB handling and fix infinite loop processing by Vlad Yasevich · 17 years ago
  7. d3f2596 SCTP: Explicitely discard OOTB chunks by Vlad Yasevich · 17 years ago
  8. 02c4e12 SCTP: Send ABORT chunk with correct tag in response to INIT ACK by Wei Yongjun · 17 years ago
  9. a09c838 SCTP: Validate buffer room when processing sequential chunks by Vlad Yasevich · 17 years ago
  10. 559cf71 [SCTP]: Convert bind_addr_list locking to RCU by Vlad Yasevich · 17 years ago
  11. 2930354 [SCTP]: Add RCU synchronization around sctp_localaddr_list by Vlad Yasevich · 17 years ago
  12. cb243a1 SCTP: Fix to handle invalid parameter length correctly by Wei Yongjun · 18 years ago
  13. 609ee46 SCTP: Abort on COOKIE-ECHO if backlog is exceeded. by Vlad Yasevich · 17 years ago
  14. 498d630 SCTP: Correctly disable listening when backlog is 0. by Vlad Yasevich · 17 years ago
  15. d0ce929 SCTP: Do not retransmit chunks that are newer then rtt. by Vlad Yasevich · 17 years ago
  16. cc75689 SCTP: Uncomfirmed transports can't become Inactive by Vlad Yasevich · 17 years ago
  17. 2772b49 SCTP: Pick the correct port when binding to 0. by Vlad Yasevich · 18 years ago
  18. d99fa42 SCTP: Use net_ratelimit to suppress error messages print too fast by Wei Yongjun · 17 years ago
  19. 00f1c2d SCTP: Fix to encode PROTOCOL VIOLATION error cause correctly by Wei Yongjun · 18 years ago
  20. 8d614ad SCTP: Fix sctp_addto_chunk() to add pad with correct length by Wei Yongjun · 18 years ago
  21. ab3e5e7 SCTP: Assign stream sequence numbers to the entire message by Vlad Yasevich · 18 years ago
  22. ea2dfb3 SCTP: properly clean up fragment and ordering queues during FWD-TSN. by Vlad Yasevich · 18 years ago
  23. 5f8f1c3 SCTP: remove useless code in function sctp_init_cause by Wei Yongjun · 18 years ago
  24. aecedea SCTP: drop SACK if ctsn is not less than the next tsn of assoc by Wei Yongjun · 18 years ago
  25. e4d1fea SCTP: IPv4 mapped addr not returned in SCTPv6 accept() by Vlad Yasevich · 18 years ago
  26. b225b88 SCTP: IPv4 mapped addr not returned in SCTPv6 accept() by Dave Johnson · 18 years ago
  27. cc121fa sctp: fix shadow symbol in net/sctp/tsnmap.c by Sebastian Siewior · 18 years ago
  28. d6f9fda sctp: try to fix readlock by Sebastian Siewior · 18 years ago
  29. c86dabc sctp: remove shadowed symbols by sebastian@breakpoint.cc · 18 years ago
  30. 0a5fcb9 sctp: move global declaration to header file. by sebastian@breakpoint.cc · 18 years ago
  31. 0467521 sctp: make locally used function static by sebastian@breakpoint.cc · 18 years ago
  32. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 18 years ago
  33. 9cbcbf4 [NET] SCTP: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  34. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 18 years ago
  35. 1669d85 SCTP: Add scope_id validation for link-local binds by Vlad Yasevich · 18 years ago
  36. f50f95c SCTP: Check to make sure file is valid before setting timeout by Vlad Yasevich · 18 years ago
  37. 3663c30 SCTP: Fix thinko in sctp_copy_laddrs() by Vlad Yasevich · 18 years ago
  38. 5131a18 SCTP: lock_sock_nested in sctp_sock_migrate by Zach Brown · 18 years ago
  39. 186e234 SCTP: Fix sctp_getsockopt_get_peer_addrs by Neil Horman · 18 years ago
  40. 408f22e SCTP: update sctp_getsockopt helpers to allow oversized buffers by Neil Horman · 18 years ago
  41. 06ad391 [SCTP] Don't disable PMTU discovery when mtu is small by Vlad Yasevich · 18 years ago
  42. 8a47949 [SCTP] Flag a pmtu change request by Vlad Yasevich · 18 years ago
  43. c910b47 [SCTP] Update pmtu handling to be similar to tcp by Vlad Yasevich · 18 years ago
  44. fe979ac [SCTP] Fix leak in sctp_getsockopt_local_addrs when copy_to_user fails by Vlad Yasevich · 18 years ago
  45. 8b35805 [SCTP]: Allow unspecified port in sctp_bindx() by Vlad Yasevich · 18 years ago
  46. d570ee4 [SCTP]: Correctly set daddr for IPv6 sockets during peeloff by Vlad Yasevich · 18 years ago
  47. 75202e7 [NET]: Fix comparisons of unsigned < 0. by Bill Nottingham · 18 years ago
  48. 29e32cc [SCTP]: Use menuconfig objects. by Jan Engelhardt · 18 years ago
  49. ac40e41 [SCTP]: Do not include ABORT chunk header in the notification. by Vlad Yasevich · 18 years ago
  50. 70b57b8 [SCTP]: Correctly copy addresses in sctp_copy_laddrs by Vlad Yasevich · 18 years ago
  51. 8dc4984 [SCTP]: Prevent OOPS if hmac modules didn't load by Vlad Yasevich · 18 years ago
  52. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 18 years ago
  53. 07d9396 [SCTP]: Set assoc_id correctly during INIT collision. by Vlad Yasevich · 18 years ago
  54. 827bf12 [SCTP]: Re-order SCTP initializations to avoid race with sctp_rcv() by Sridhar Samudrala · 18 years ago
  55. ce5325c [SCTP]: Fix the SO_REUSEADDR handling to be similar to TCP. by Vlad Yasevich · 18 years ago
  56. 16d00fb [SCTP]: Verify all destination ports in sctp_connectx. by Vlad Yasevich · 18 years ago
  57. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 18 years ago
  58. aad97f3 [SCTP]: Fix sctp_getsockopt_local_addrs_old() to use local storage. by Vlad Yasevich · 18 years ago
  59. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 18 years ago
  60. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 18 years ago
  61. 7033157 [SCTP]: Implement SCTP_MAX_BURST socket option. by Vlad Yasevich · 18 years ago
  62. a5a35e7 [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. by Vlad Yasevich · 18 years ago
  63. bdf3092 [SCTP]: Honor flags when setting peer address parameters by Vlad Yasevich · 18 years ago
  64. 1ae4114 [SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE event by Vlad Yasevich · 18 years ago
  65. d49d91d [SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option. by Vlad Yasevich · 18 years ago
  66. b6e1331 [SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option by Vlad Yasevich · 18 years ago
  67. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
  68. 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 18 years ago
  69. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 18 years ago
  70. a27ef74 [SCTP]: Eliminate some pointer attributions to the skb layer headers by Arnaldo Carvalho de Melo · 18 years ago
  71. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 18 years ago
  72. 2c0fd38 [SCTP]: Introduce sctp_hdr() by Arnaldo Carvalho de Melo · 18 years ago
  73. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 18 years ago
  74. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 18 years ago
  75. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 18 years ago
  76. 1ced98e [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pull by Arnaldo Carvalho de Melo · 18 years ago
  77. 31c7711 [SK_BUFF]: Some more simple skb_reset_network_header conversions by Arnaldo Carvalho de Melo · 18 years ago
  78. d0cf0d9 [SCTP]: Do not interleave non-fragments when in partial delivery by Vlad Yasevich · 18 years ago
  79. 0304ff8a [SCTP]: Unmap v4mapped addresses during SCTP_BINDX_REM_ADDR operation. by Paolo Galtieri · 18 years ago
  80. ea2bc48 [SCTP]: Fix assertion (!atomic_read(&sk->sk_rmem_alloc)) failed message by Tsutomu Fujii · 18 years ago
  81. 289f424 [SCTP]: Correctly reset ssthresh when restarting association by Vlad Yasevich · 18 years ago
  82. 749bf92 [SCTP]: Reset some transport and association variables on restart by Vlad Yasevich · 18 years ago
  83. fb78525 [SCTP]: Increment error counters on user requested HBs. by Vlad Yasevich · 18 years ago
  84. 0b58a81 [SCTP]: Clean up stale data during association restart by Vlad Yasevich · 18 years ago
  85. e2eb8d4 [SCTP] ipv6: inconsistent lock state ipv6_add_addr/sctp_v6_copy_addrlist by Jarek Poplawski · 18 years ago
  86. 1845a57 [SCTP]: Strike the transport before updating rto. by Vlad Yasevich · 18 years ago
  87. 8c4a2d4 [SCTP]: Fix connection hang/slowdown with PR-SCTP by Vlad Yasevich · 18 years ago
  88. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 18 years ago
  89. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  90. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 18 years ago
  91. cb18eccf Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  92. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 18 years ago
  93. d808ad9 [NET] SCTP: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  94. e533ca1 [SCTP]: Force update of the rto when processing HB-ACK by Vlad Yasevich · 18 years ago
  95. e89862f [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). by David S. Miller · 18 years ago
  96. 1e5c11f [SCTP]: Fix compiler warning. by Brian Haley · 18 years ago
  97. 732ba35 [SCTP]: Fix SACK sequence during shutdown by Vlad Yasevich · 18 years ago
  98. 610ab73 [SCTP]: Correctly handle unexpected INIT-ACK chunk. by Vlad Yasevich · 18 years ago
  99. d023f62 [SCTP]: Verify some mandatory parameters. by Vlad Yasevich · 18 years ago
  100. ebdfcad [SCTP]: Set correct error cause value for missing parameters by Vlad Yasevich · 18 years ago