1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  3. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  4. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  5. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  6. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  7. 5fdd4ba sctp: on T3_RTX retransmit all the in-flight chunks by Andrei Pelinescu-Onciul · 14 years ago
  8. 90f2f53 sctp: Update SWS avaoidance receiver side algorithm by Vlad Yasevich · 14 years ago
  9. e0e9db1 sctp: Select a working primary during sctp_connectx() by Vlad Yasevich · 14 years ago
  10. d4d6fb5 sctp: Try not to change a_rwnd when faking a SACK from SHUTDOWN. by Vlad Yasevich · 15 years ago
  11. b9f8478 sctp: Fix error count increments that were results of HEARTBEATS by Vlad Yasevich · 15 years ago
  12. 9c5c62b sctp: Send user messages to the lower layer as one by Vlad Yasevich · 15 years ago
  13. 9919b45 sctp: fix to choose alternate destination when retransmit ASCONF chunk by Wei Yongjun · 15 years ago
  14. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  15. 7e99013 sctp: Fix broken RTO-doubling for data retransmits by Vlad Yasevich · 15 years ago
  16. 3df2678 sctp: fix kernel panic with ERROR chunk containing too many error causes by Wei Yongjun · 15 years ago
  17. faee47c sctp: Fix the RTO-doubling on idle-link heartbeats by Vlad Yasevich · 15 years ago
  18. 8e1ee18 sctp: Rework the tsn map to use generic bitmap. by Vlad Yasevich · 16 years ago
  19. 96cd0d3 sctp: enable cookie-echo retransmission transport switch by Vlad Yasevich · 16 years ago
  20. 2e3216c sctp: Follow security requirement of responding with 1 packet by Vlad Yasevich · 16 years ago
  21. d364d92 sctp: Bring SCTP_DELAYED_ACK socket option into API compliance by Wei Yongjun · 16 years ago
  22. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  23. 765ff02 [SCTP]: Remove an unused parameter from sctp_cmd_hb_timer_update by Gui Jianfeng · 16 years ago
  24. 9dbc15f [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate. by Robert P. J. Day · 16 years ago
  25. f4ad85c [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK by Gui Jianfeng · 16 years ago
  26. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  27. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 16 years ago
  28. b6157d8 SCTP: Fix difference cases of retransmit. by Vlad Yasevich · 17 years ago
  29. 730fc3d [SCTP]: Implete SCTP-AUTH parameter processing by Vlad Yasevich · 17 years ago
  30. d99fa42 SCTP: Use net_ratelimit to suppress error messages print too fast by Wei Yongjun · 17 years ago
  31. ea2dfb3 SCTP: properly clean up fragment and ordering queues during FWD-TSN. by Vlad Yasevich · 17 years ago
  32. 07d9396 [SCTP]: Set assoc_id correctly during INIT collision. by Vlad Yasevich · 17 years ago
  33. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  34. a5a35e7 [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. by Vlad Yasevich · 17 years ago
  35. d808ad9 [NET] SCTP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  36. e533ca1 [SCTP]: Force update of the rto when processing HB-ACK by Vlad Yasevich · 17 years ago
  37. 732ba35 [SCTP]: Fix SACK sequence during shutdown by Vlad Yasevich · 17 years ago
  38. 2178eda [SCTP]: SCTP_CMD_PROCESS_CTSN annotations. by Al Viro · 18 years ago
  39. b3f5b3b [SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions. by Al Viro · 18 years ago
  40. 38a0314 [SCTP]: sctp_assoc_del_peer() switched to net-endian. by Al Viro · 18 years ago
  41. acd2bc9 [SCTP]: Switch ->primary_addr to net-endian. by Al Viro · 18 years ago
  42. 5f242a1 [SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian. by Al Viro · 18 years ago
  43. 09ef7fe [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr. by Al Viro · 18 years ago
  44. 5be291f [SCTP]: SCTP_CMD_ASSOC_FAILED annotations. by Al Viro · 18 years ago
  45. dc251b2 [SCTP]: SCTP_CMD_INIT_FAILED annotations. by Al Viro · 18 years ago
  46. ad8fec1 [SCTP]: Verify all the paths to a peer via heartbeat before using them. by Sridhar Samudrala · 18 years ago
  47. 8de8c87 [SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure. by Sridhar Samudrala · 18 years ago
  48. 8116ffa [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs. by Vlad Yasevich · 18 years ago
  49. 09a6266 [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" by Kris Katterjohn · 18 years ago
  50. 52ccb8e [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft. by Frank Filz · 18 years ago
  51. 1e7d3d9 [SCTP]: Remove timeouts[] array from sctp_endpoint. by Vladislav Yasevich · 19 years ago
  52. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  53. 3182cd8 [SCTP]: __nocast annotations by Alexey Dobriyan · 19 years ago
  54. 3f7a87d [SCTP] sctp_connectx() API support by Frank Filz · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago