1. 854d43a [SCTP]: Annotate ->dst_saddr() by Al Viro · 18 years ago
  2. 2a6fd78 [SCTP] embedded sctp_addr: net-endian mirrors by Al Viro · 18 years ago
  3. 09ef7fe [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr. by Al Viro · 18 years ago
  4. 04afd8b [SCTP]: Beginning of sin_port fixes. by Al Viro · 18 years ago
  5. dbc16db [SCTP]: Trivial sctp endianness annotations. by Al Viro · 18 years ago
  6. 72f17e1 [SCTP]: Annotate tsn_dups. by Al Viro · 18 years ago
  7. dc251b2 [SCTP]: SCTP_CMD_INIT_FAILED annotations. by Al Viro · 18 years ago
  8. 63706c5 [SCTP]: sctp_make_op_error() annotations. by Al Viro · 18 years ago
  9. 5bf2db0 [SCTP]: Annotate sctp_init_cause(). by Al Viro · 18 years ago
  10. b68dbca [SCTP]: Fix warning by Vlad Yasevich · 18 years ago
  11. 331c4ee [SCTP]: Fix receive buffer accounting. by Vlad Yasevich · 18 years ago
  12. 1616436 [SCTP]: Cleanups by Adrian Bunk · 18 years ago
  13. 3fd091e [SCTP]: Remove multiple levels of msecs to jiffies conversions. by Vladislav Yasevich · 18 years ago
  14. ac0b046 [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics. by Sridhar Samudrala · 18 years ago
  15. 1b489e1 [SCTP]: Use HMAC template and hash interface by Herbert Xu · 18 years ago
  16. c164a9b Fix sctp privilege elevation (CVE-2006-3745) by Sridhar Samudrala · 18 years ago
  17. dc022a9 [SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed by Sridhar Samudrala · 19 years ago
  18. ad8fec1 [SCTP]: Verify all the paths to a peer via heartbeat before using them. by Sridhar Samudrala · 19 years ago
  19. a4cfae1 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  20. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 19 years ago
  21. 65fd28f [SCTP]: Fix unintentional change to SCTP_ASSERT when !SCTP_DEBUG by David S. Miller · 19 years ago
  22. 4c9f5d5 [SCTP] Reset rtt_in_progress for the chunk when processing its sack. by Vlad Yasevich · 19 years ago
  23. 5636bef [SCTP]: Reject sctp packets with broadcast addresses. by Vlad Yasevich · 19 years ago
  24. 66643de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 19 years ago
  25. dd2d1c6 [SCTP]: Respect the real chunk length when walking parameters. by Vladislav Yasevich · 19 years ago
  26. 8de8c87 [SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure. by Sridhar Samudrala · 19 years ago
  27. 5047f09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 19 years ago
  28. 7c3ceb4f [SCTP]: Allow spillover of receive buffer to avoid deadlock. by Neil Horman · 19 years ago
  29. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  30. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 19 years ago
  31. 27852c2 [SCTP]: Fix 'fast retransmit' to send a TSN only once. by Vlad Yasevich · 19 years ago
  32. c4d2444 [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv(). by Sridhar Samudrala · 19 years ago
  33. 313e7b4 [SCTP]: Fix machine check/connection hang on IA64. by Vlad Yasevich · 19 years ago
  34. 8116ffa [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs. by Vlad Yasevich · 19 years ago
  35. 9834a2b [SCTP]: Fix sctp_cookie alignment in the packet. by Vlad Yasevich · 19 years ago
  36. 46b86a2 [NET]: Use NIP6_FMT in kernel.h by Joe Perches · 19 years ago
  37. 7708610 [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option. by Frank Filz · 19 years ago
  38. 52ccb8e [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft. by Frank Filz · 19 years ago
  39. 049b3ff [SCTP]: Include ulpevents in socket receive buffer accounting. by Neil Horman · 19 years ago
  40. 19c7e9e [SCTP]: Fix ia64 NaT consumption fault with sctp_sideffect commands. by Vladislav Yasevich · 19 years ago
  41. 1e7d3d9 [SCTP]: Remove timeouts[] array from sctp_endpoint. by Vladislav Yasevich · 19 years ago
  42. eaa5c54 [SCTP] Rename SCTP specific control message flags. by Ivan Skytte Jorgensen · 19 years ago
  43. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  44. 20c9c82 [SCTP] Fix SCTP socket options to work with 32-bit apps on 64-bit kernels. by Sridhar Samudrala · 19 years ago
  45. 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
  46. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  47. d1ad1ff [SCTP]: Fix potential null pointer dereference while handling an icmp error by Sridhar Samudrala · 20 years ago
  48. 3182cd8 [SCTP]: __nocast annotations by Alexey Dobriyan · 20 years ago
  49. 79af02c [SCTP]: Use struct list_head for chunk lists, not sk_buff_head. by David S. Miller · 20 years ago
  50. 2f85a42 [SCTP] Make init & delayed sack timeouts configurable by user. by Vlad Yasevich · 20 years ago
  51. 52c1da3 [PATCH] make various thing static by Adrian Bunk · 20 years ago
  52. 3f7a87d [SCTP] sctp_connectx() API support by Frank Filz · 20 years ago
  53. 4eb701d [SCTP] Fix SCTP sendbuffer accouting. by Neil Horman · 20 years ago
  54. 047a242 [SCTP] Implement Sec 2.41 of SCTP Implementers guide. by Jerome Forissier · 20 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago