1. 402d68c [SCTP]: Limit association max_retrans setting in setsockopt. by Vlad Yasevich · 18 years ago
  2. b89498a [SCTP]: Allow linger to abort 1-N style sockets. by Vladislav Yasevich · 18 years ago
  3. a601266 [SCTP]: Validate the parameter length in HB-ACK chunk. by Vladislav Yasevich · 18 years ago
  4. 61c9fed [SCTP]: A better solution to fix the race between sctp_peeloff() and sctp_rcv(). by Vladislav Yasevich · 18 years ago
  5. 8de8c87 [SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure. by Sridhar Samudrala · 18 years ago
  6. 35d63ed [SCTP]: Fix state table entries for chunks received in CLOSED state. by Sridhar Samudrala · 18 years ago
  7. 62b0808 [SCTP]: Fix panic's when receiving fragmented SCTP control chunks. by Sridhar Samudrala · 18 years ago
  8. 672e7cc [SCTP]: Prevent possible infinite recursion with multiple bundled DATA. by Vladislav Yasevich · 18 years ago
  9. 7c3ceb4f [SCTP]: Allow spillover of receive buffer to avoid deadlock. by Neil Horman · 18 years ago
  10. 6f91204 [PATCH] for_each_possible_cpu: network codes by KAMEZAWA Hiroyuki · 18 years ago
  11. b55813a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  12. f348d70 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications by Davide Libenzi · 18 years ago
  13. 2babf9d [SCTP]: Fix up sctp_rcv return value by Herbert Xu · 18 years ago
  14. 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 18 years ago
  15. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  16. 27852c2 [SCTP]: Fix 'fast retransmit' to send a TSN only once. by Vlad Yasevich · 18 years ago
  17. e2c2fc2 [SCTP]: heartbeats exceed maximum retransmssion limit by Vlad Yasevich · 18 years ago
  18. 81845c2 [SCTP]: correct the number of INIT retransmissions by Vlad Yasevich · 18 years ago
  19. a7d1f1b [SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly. by Tsutomu Fujii · 18 years ago
  20. c4d2444 [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv(). by Sridhar Samudrala · 18 years ago
  21. 313e7b4 [SCTP]: Fix machine check/connection hang on IA64. by Vlad Yasevich · 18 years ago
  22. 8116ffa [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs. by Vlad Yasevich · 18 years ago
  23. 38b0e42 [SCTP]: Fix sctp_assoc_seq_show() panics on big-endian systems. by Vlad Yasevich · 18 years ago
  24. 49392e5 [SCTP]: sctp doesn't show all associations/endpoints in /proc by Vlad Yasevich · 18 years ago
  25. 9834a2b [SCTP]: Fix sctp_cookie alignment in the packet. by Vlad Yasevich · 18 years ago
  26. 7a48f92 [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv(). by Sridhar Samudrala · 18 years ago
  27. 46b86a2 [NET]: Use NIP6_FMT in kernel.h by Joe Perches · 19 years ago
  28. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  29. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 19 years ago
  30. 09a6266 [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" by Kris Katterjohn · 19 years ago
  31. b59c270 [NETFILTER]: Keep conntrack reference until IPsec policy checks are done by Patrick McHardy · 19 years ago
  32. 951dbc8 [IPV6]: Move nextheader offset to the IP6CB by Patrick McHardy · 19 years ago
  33. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  34. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  35. 7708610 [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option. by Frank Filz · 19 years ago
  36. 52ccb8e [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft. by Frank Filz · 19 years ago
  37. 9bffc4a [SCTP]: Fix sctp to not return erroneous POLLOUT events. by Neil Horman · 19 years ago
  38. d3a880e [PATCH] Address of void __user * is void __user * *, not void * __user * by Al Viro · 19 years ago
  39. bf031ff [SCTP]: Fix getsockname for sctp when an ipv6 socket accepts a connection from by Neil Horman · 19 years ago
  40. 6736dc3 [SCTP]: Return socket errors only if the receive queue is empty. by Neil Horman · 19 years ago
  41. 049b3ff [SCTP]: Include ulpevents in socket receive buffer accounting. by Neil Horman · 19 years ago
  42. 1e7d3d9 [SCTP]: Remove timeouts[] array from sctp_endpoint. by Vladislav Yasevich · 19 years ago
  43. 23ec47a [SCTP]: Fix potential NULL pointer dereference in sctp_v4_get_saddr by Vladislav Yasevich · 19 years ago
  44. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  45. 974f7bc Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6 by Arnaldo Carvalho de Melo · 19 years ago
  46. 64a0c1c [SCTP] Do not allow unprivileged programs initiating new associations on by Ivan Skytte Jorgensen · 19 years ago
  47. 96a3399 [SCTP] Allow SCTP_MAXSEG to revert to default frag point with a '0' value. by Ivan Skytte Jorgensen · 19 years ago
  48. a1ab358 [SCTP] Fix SCTP_SETADAPTION sockopt to use the correct structure. by Ivan Skytte Jorgensen · 19 years ago
  49. eaa5c54 [SCTP] Rename SCTP specific control message flags. by Ivan Skytte Jorgensen · 19 years ago
  50. 670c02c [NET]: Wider use of for_each_*cpu() by John Hawkes · 19 years ago
  51. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  52. 5fe467e [SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels. by Ivan Skytte Jørgensen · 19 years ago
  53. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  54. eb0e007 [SCTP]: Fix SCTP_SHUTDOWN notifications. by Sridhar Samudrala · 19 years ago
  55. 8c5955d [SCTP]: net/sctp/sysctl.c should #include <net/sctp/sctp.h> by Adrian Bunk · 19 years ago
  56. 573dbd9 [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL by Jesper Juhl · 19 years ago
  57. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  58. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  59. bb97d31 [INET]: Make inet_create try to load protocol modules by Arnaldo Carvalho de Melo · 19 years ago
  60. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  61. e684897 [NET]: Cleanup INET_REFCNT_DEBUG code by Arnaldo Carvalho de Melo · 19 years ago
  62. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  63. d2287f8 [SCTP]: Add SENTINEL to SCTP MIB stats by Vlad Yasevich · 19 years ago
  64. d1ad1ff [SCTP]: Fix potential null pointer dereference while handling an icmp error by Sridhar Samudrala · 19 years ago
  65. ee71a29 [SCTP]: Audit return code of create_proc_* by Christophe Lucas · 19 years ago
  66. 3182cd8 [SCTP]: __nocast annotations by Alexey Dobriyan · 19 years ago
  67. 79af02c [SCTP]: Use struct list_head for chunk lists, not sk_buff_head. by David S. Miller · 19 years ago
  68. 2f85a42 [SCTP] Make init & delayed sack timeouts configurable by user. by Vlad Yasevich · 19 years ago
  69. 52c1da3 [PATCH] make various thing static by Adrian Bunk · 19 years ago
  70. 3f7a87d [SCTP] sctp_connectx() API support by Frank Filz · 19 years ago
  71. 1e061ab [SCTP]: Replace spin_lock_irqsave with spin_lock_bh by Herbert Xu · 19 years ago
  72. 6a6ddb2 [SCTP] Fix incorrect setting of sk_bound_dev_if when binding/sending to a ipv6 by Sridhar Samudrala · 19 years ago
  73. cdac4e0 [SCTP] Add support for ip_nonlocal_bind sysctl & IP_FREEBIND socket option by Neil Horman · 19 years ago
  74. bca735b [SCTP] Extend the info exported via /proc/net/sctp to support netstat for SCTP. by Vladislav Yasevich · 19 years ago
  75. 0fd9a65 [SCTP] Support SO_BINDTODEVICE socket option on incoming packets. by Neil Horman · 19 years ago
  76. 4243cac [SCTP]: Fix bug in restart of peeled-off associations. by Vladislav Yasevich · 19 years ago
  77. 4eb701d [SCTP] Fix SCTP sendbuffer accouting. by Neil Horman · 19 years ago
  78. 594ccc1 [SCTP] Replace incorrect use of dev_alloc_skb with alloc_skb in sctp_packet_transmit(). by Sridhar Samudrala · 19 years ago
  79. 5e6bc34 [SCTP] Fix bug in sctp_init() error handling code. by Neil Horman · 19 years ago
  80. b9b9e10 [SCTP] Use ipv6_addr_any() rather than ipv6_addr_type() in sctp_v6_is_any(). by Brian Haley · 19 years ago
  81. 047a242 [SCTP] Implement Sec 2.41 of SCTP Implementers guide. by Jerome Forissier · 19 years ago
  82. 1733721 [SCTP] Fix SCTP_ASSOCINFO getsockopt for 1-1 style by Vladislav Yasevich · 19 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago