1. 626d16f sctp: export some apis or variables for sctp_diag and reuse some for proc by Xin Long · 9 years ago
  2. 52c52a6 sctp: add sctp_info dump api for sctp_diag by Xin Long · 9 years ago
  3. 311b217 sctp: simplify sk_receive_queue locking by Marcelo Ricardo Leitner · 9 years ago
  4. eb8e977 sctp: use list_* in sctp_list_dequeue by Marcelo Ricardo Leitner · 9 years ago
  5. 659e0bc sctp: keep fragmentation point aligned to word size by Marcelo Ricardo Leitner · 9 years ago
  6. 3822a5f sctp: align MTU to a word by Marcelo Ricardo Leitner · 9 years ago
  7. b5eff71 sctp: drop the old assoc hashtable of sctp by Xin Long · 9 years ago
  8. d6c0256 sctp: add the rhashtable apis for sctp global transport hashtable by Xin Long · 9 years ago
  9. 9302d7b sctp: Fix mangled IPv4 addresses on a IPv6 listening socket by Jason Gunthorpe · 9 years ago
  10. 7e3ea6d sctp: avoid to repeatedly declare external variables by Ying Xue · 10 years ago
  11. b69040d net: sctp: fix panic on duplicate ASCONF chunks by Daniel Borkmann · 10 years ago
  12. 38ab1fa net: sctp: fix ABI mismatch through sctp_assoc_to_state helper by Daniel Borkmann · 10 years ago
  13. 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
  14. 2347c80 net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support by Geir Ola Vaagland · 10 years ago
  15. 8f61059 net: sctp: improve timer slack calculation for transport HBs by Daniel Borkmann · 10 years ago
  16. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
  17. 5bc1d1b sctp: remove macros sctp_bh_[un]lock_sock by wangweidong · 11 years ago
  18. 048ed4b sctp: remove macros sctp_{lock|release}_sock by wangweidong · 11 years ago
  19. 1b0de19 sctp: remove macros sctp_read_[un]lock by wangweidong · 11 years ago
  20. 387602d sctp: remove macros sctp_write_[un]_lock by wangweidong · 11 years ago
  21. 3c8e43b sctp: remove macros sctp_spin_[un]lock by wangweidong · 11 years ago
  22. 79b9113 sctp: remove macros sctp_local_bh_{disable|enable} by wangweidong · 11 years ago
  23. 940287ee sctp: remove macros sctp_spin_[un]lock_irqrestore by wangweidong · 11 years ago
  24. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  25. 7b58446 sctp: Remove extern from function prototypes by Joe Perches · 11 years ago
  26. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  27. d27fc78 sctp: Don't lookup dst if transport dst is still valid by fan.du · 11 years ago
  28. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  29. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  30. 52db882 net: sctp: migrate cookie life from timeval to ktime by Daniel Borkmann · 11 years ago
  31. f072d7a net: sctp: remove TEST_FRAME ifdef by Daniel Borkmann · 11 years ago
  32. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 11 years ago
  33. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 11 years ago
  34. 3b77d66 net: sctp: remove cast for kmalloc/kzalloc return value by Zhang Yanfei · 12 years ago
  35. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  36. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  37. 1f07b62 sctp: fix a compile error in sctp.h by Cong Wang · 12 years ago
  38. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  39. ebb7e95 sctp: Add infrastructure for per net sysctls by Eric W. Biederman · 12 years ago
  40. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  41. 13d782f sctp: Make the proc files per network namespace. by Eric W. Biederman · 12 years ago
  42. 2ce9550 sctp: Make the ctl_sock per network namespace by Eric W. Biederman · 12 years ago
  43. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  44. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  45. 4cdadcb sctp: Make the endpoint hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  46. f1f4376 sctp: Make the port hash table use struct net in it's key. by Eric W. Biederman · 12 years ago
  47. 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 12 years ago
  48. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  49. e026886 sctp: check cached dst before using it by Nicolas Dichtel · 12 years ago
  50. 0343c55 sctp: Export sctp_do_peeloff by Benjamin Poirier · 13 years ago
  51. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  52. e3cc055 include/net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  53. 9f7d653 sctp: Add Auto-ASCONF support (core). by Michio Honda · 14 years ago
  54. 3ced2dd sctp: Allow regular C expression in 4th argument for SCTP_DEBUG_PRINTK_IPADDR macro. by YOSHIFUJI Hideaki · 14 years ago
  55. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  56. 1231f0b net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu() by Lai Jiangshan · 14 years ago
  57. 4866969 sctp: remove redundant check when walking through a list of TLV parameters by Shan Wei · 14 years ago
  58. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  59. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  60. f546061 Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 14 years ago
  61. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  62. b2cf9b6 sctp: update transport initializations by Vlad Yasevich · 14 years ago
  63. 561b173 sctp: avoid irq lock inversion while call sk->sk_data_ready() by Wei Yongjun · 14 years ago
  64. ec733b15 net: snmp mib cleanup by Eric Dumazet · 15 years ago
  65. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  66. f68b2e0 sctp: Fix SCTP_MAXSEG socket option to comply to spec. by Vlad Yasevich · 15 years ago
  67. d55d87f net: Move rx skb_orphan call to where needed by Herbert Xu · 15 years ago
  68. 8d2f9e81 sctp: Clean up TEST_FRAME hacks. by Vlad Yasevich · 16 years ago
  69. 914e1c8 sctp: Inherit all socket options from parent correctly. by Vlad Yasevich · 16 years ago
  70. 1748376 net: Use a percpu_counter for sockets_allocated by Eric Dumazet · 16 years ago
  71. 3685f25d misc: replace NIPQUAD() by Harvey Harrison · 16 years ago
  72. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  73. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  74. d5c003b include: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  75. 3d09274 sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init(). by David S. Miller · 16 years ago
  76. 8ce9c6e sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused. by David S. Miller · 16 years ago
  77. 20c2c1f sctp: add sctp/remaddr table to complete RFC remote address table OID by Neil Horman · 16 years ago
  78. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 17 years ago
  79. 1233823 [SCTP]: Fix build warnings with IPV6 disabled. by David S. Miller · 17 years ago
  80. a25606c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  81. 270637a [SCTP]: Fix a race between module load and protosw access by Vlad Yasevich · 17 years ago
  82. a90bcbd [SCTP]: Kill unused static inline sctp_sysctl_jiffies_ms by Ilpo Järvinen · 17 years ago
  83. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 17 years ago
  84. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  85. 9ad0977 [SCTP]: Use crc32c library for checksum calculations. by Vlad Yasevich · 17 years ago
  86. fa7ff65 SCTP: Clean-up some defines for regressions tests. by Vlad Yasevich · 17 years ago
  87. d970dbf SCTP: Convert custom hash lists to use hlist. by Vlad Yasevich · 17 years ago
  88. b6157d8 SCTP: Fix difference cases of retransmit. by Vlad Yasevich · 17 years ago
  89. d84d64d [SCTP]: #if 0 sctp_update_copy_cksum() by Adrian Bunk · 17 years ago
  90. 1f48564 [SCTP]: Implement SCTP-AUTH internals by Vlad Yasevich · 17 years ago
  91. 4d93df0 [SCTP]: Rewrite of sctp buffer management code by Neil Horman · 17 years ago
  92. 2930354 [SCTP]: Add RCU synchronization around sctp_localaddr_list by Vlad Yasevich · 17 years ago
  93. 0a5fcb9 sctp: move global declaration to header file. by sebastian@breakpoint.cc · 17 years ago
  94. 8a47949 [SCTP] Flag a pmtu change request by Vlad Yasevich · 17 years ago
  95. 827bf12 [SCTP]: Re-order SCTP initializations to avoid race with sctp_rcv() by Sridhar Samudrala · 17 years ago
  96. 2412318 [SCTP]: make 2 functions static by Adrian Bunk · 18 years ago
  97. 1f29bcd [PATCH] sysctl: remove unused "context" param by Alexey Dobriyan · 18 years ago
  98. dbc16db [SCTP]: Trivial sctp endianness annotations. by Al Viro · 18 years ago
  99. 331c4ee [SCTP]: Fix receive buffer accounting. by Vlad Yasevich · 18 years ago
  100. 1616436 [SCTP]: Cleanups by Adrian Bunk · 18 years ago