1. ecf938f sctp: set flow sport from saddr only when it's 0 by Xin Long · 6 years ago
  2. 400b8b9 sctp: allocate sctp_sockaddr_entry with kzalloc by Xin Long · 6 years ago
  3. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  4. 4a2eb0c sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event by Xin Long · 6 years ago
  5. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  6. 0999f02 sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dst by Xin Long · 7 years ago
  7. 8a9c58d sctp: add support for dscp and flowlabel per transport by Xin Long · 7 years ago
  8. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  9. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  10. 568ea88 net/sctp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  11. 644fbde sctp: fix the issue that flags are ignored when using kernel_connect by Xin Long · 7 years ago
  12. d625329 sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr by Xin Long · 7 years ago
  13. 1071ec9 sctp: do not check port in sctp_inet6_cmp_addr by Xin Long · 7 years ago
  14. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  15. 6780db2 sctp: do not leak kernel memory to user space by Eric Dumazet · 7 years ago
  16. 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  17. b7e10c2 sctp: Add ip option support by Richard Haines · 7 years ago
  18. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  19. 957d761 sctp: fix dst refcnt leak in sctp_v6_get_dst() by Alexey Kodanev · 7 years ago
  20. 37f47bc sctp: avoid compiler warning on implicit fallthru by Marcelo Ricardo Leitner · 7 years ago
  21. 7c8a61d net/sctp: Always set scope_id in sctp_inet6_skb_msgname by Eric W. Biederman · 7 years ago
  22. 978aa04 sctp: fix some type cast warnings introduced since very beginning by Xin Long · 7 years ago
  23. b71d21c sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBIND by Laszlo Toth · 7 years ago
  24. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  25. 15339e44 sctp: fully initialize the IPv6 address in sctp_v6_to_addr() by Alexander Potapenko · 7 years ago
  26. 1c66201 sctp: remove the typedef sctp_scope_t by Xin Long · 7 years ago
  27. 00987cc sctp: remove the typedef sctp_ipv6addr_param_t by Xin Long · 7 years ago
  28. 25e7f2d sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst to find the correct route entry. by Zheng Li · 8 years ago
  29. fdcee2c sctp: do not inherit ipv6_{mc|ac|fl}_list from parent by Eric Dumazet · 8 years ago
  30. dbc2b5e sctp: fix src address selection if using secondary addresses for ipv6 by Xin Long · 8 years ago
  31. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  32. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  33. 92e55f4 tcp: don't annotate mark on control socket from tcp_v6_send_response() by Pablo Neira · 8 years ago
  34. 0630c56 sctp: simplify addr copy by Marcelo Ricardo Leitner · 8 years ago
  35. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  36. dae399d sctp: hold transport instead of assoc when lookup assoc in rx path by Xin Long · 8 years ago
  37. fd2d180 sctp: use inet_recvmsg to support sctp RFS well by Xin Long · 8 years ago
  38. 9b97420 sctp: support ipv6 nonlocal bind by Xin Long · 8 years ago
  39. 1f45f78 sctp: allow GSO frags to access the chunk too by Marcelo Ricardo Leitner · 9 years ago
  40. a16292a net: rename ICMP6_INC_STATS_BH() by Eric Dumazet · 9 years ago
  41. 40b4f0f sctp: lack the check for ports in sctp_v6_cmp_addr by Xin Long · 9 years ago
  42. 9470e24 ipv6: sctp: clone options to avoid use after free by Eric Dumazet · 9 years ago
  43. 69ce648 ipv6: sctp: fix lockdep splat in sctp_v6_get_dst() by Eric Dumazet · 9 years ago
  44. c836a8b ipv6: sctp: add rcu protection around np->opt by Eric Dumazet · 9 years ago
  45. b197df4 ipv6: Add rt6_get_cookie() function by Martin KaFai Lau · 10 years ago
  46. fd0273d ipv6: Remove external dependency on rt6i_dst and rt6i_src by Martin KaFai Lau · 10 years ago
  47. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  48. 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
  49. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 11 years ago
  50. 60ff746 net: rename local_df to ignore_df by WANG Cong · 11 years ago
  51. 661dbf3 net: sctp: fix initialization of local source address on accepted ipv6 sockets by Matija Glavinic Pecotic · 11 years ago
  52. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 11 years ago
  53. 790e38b ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 one by Hannes Frederic Sowa · 11 years ago
  54. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  55. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  56. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  57. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  58. fecda03 net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6 by Daniel Borkmann · 11 years ago
  59. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  60. 3f96a53 net: sctp: rfc4443: do not report ICMP redirects to user space by Daniel Borkmann · 11 years ago
  61. 95ee620 net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmit by Daniel Borkmann · 11 years ago
  62. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  63. d27fc78 sctp: Don't lookup dst if transport dst is still valid by fan.du · 11 years ago
  64. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  65. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 12 years ago
  66. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 12 years ago
  67. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 12 years ago
  68. 2c928e0 sctp: Correct byte order of access to skb->{network, transport}_header by Simon Horman · 12 years ago
  69. 158874c sctp: Correct access to skb->{network, transport}_header by Simon Horman · 12 years ago
  70. e9c0dfb net: sctp: sctp_v6_get_dst: fix boolean test in dst cache by Daniel Borkmann · 12 years ago
  71. ee3f34e sctp: fix CONFIG_SCTP_DBG_MSG=y null pointer dereference in sctp_v6_get_dst() by Tommi Rantala · 12 years ago
  72. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  73. bb2db45 sctp: Enable sctp in all network namespaces by Eric W. Biederman · 12 years ago
  74. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  75. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  76. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 13 years ago
  77. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  78. b903d32 ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  79. 9f7d653 sctp: Add Auto-ASCONF support (core). by Michio Honda · 14 years ago
  80. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  81. 1231f0b net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu() by Lai Jiangshan · 14 years ago
  82. da0420b sctp: clean up route lookup calls by Vlad Yasevich · 14 years ago
  83. af13847 sctp: remove useless arguments from get_saddr() call by Vlad Yasevich · 14 years ago
  84. 9c6a02f sctp: make sctp over IPv6 work with IPsec by Vlad Yasevich · 14 years ago
  85. 9914ae3 sctp: cache the ipv6 source after route lookup by Vlad Yasevich · 14 years ago
  86. 6250341 sctp: fix sctp to work with ipv6 source address routing by Weixing Shi · 14 years ago
  87. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 14 years ago
  88. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 14 years ago
  89. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 14 years ago
  90. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  91. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 15 years ago
  92. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  93. 486f50c SCTP: Change to use ipv6_addr_copy() by Brian Haley · 15 years ago
  94. de7737e sctp: Use ipv6_addr_diff() in sctp_v6_addr_match_len(). by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  95. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  96. 502a2ff ipv6: convert idev_list to list macros by stephen hemminger · 15 years ago
  97. dc4c2c3 net: remove INIT_RCU_HEAD() usage by Alexey Dobriyan · 15 years ago
  98. 40c9c31 sctp: ipv6: avoid touching device refcount by Eric Dumazet · 15 years ago
  99. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
  100. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago