1. f8b1410 sctp: fix the issue that flags are ignored when using kernel_connect by Xin Long · 6 years ago
  2. 269958f sctp: allocate sctp_sockaddr_entry with kzalloc by Xin Long · 5 years ago
  3. aa0c48d sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event by Xin Long · 5 years ago
  4. f9a670e sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr by Xin Long · 6 years ago
  5. 2de74b9 sctp: do not check port in sctp_inet6_cmp_addr by Xin Long · 6 years ago
  6. 2cd9afc sctp: do not leak kernel memory to user space by Eric Dumazet · 6 years ago
  7. a818270 sctp: fix dst refcnt leak in sctp_v6_get_dst() by Alexey Kodanev · 6 years ago
  8. 67b718f net/sctp: Always set scope_id in sctp_inet6_skb_msgname by Eric W. Biederman · 7 years ago
  9. ec5caf5 sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBIND by Laszlo Toth · 7 years ago
  10. 0f5ecc7 sctp: fully initialize the IPv6 address in sctp_v6_to_addr() by Alexander Potapenko · 7 years ago
  11. 5e7d9f0 sctp: do not inherit ipv6_{mc|ac|fl}_list from parent by Eric Dumazet · 7 years ago
  12. eb7f6d6 sctp: fix src address selection if using secondary addresses for ipv6 by Xin Long · 7 years ago
  13. 0d4c19e tcp: don't annotate mark on control socket from tcp_v6_send_response() by Pablo Neira · 7 years ago
  14. dae399d sctp: hold transport instead of assoc when lookup assoc in rx path by Xin Long · 8 years ago
  15. fd2d180 sctp: use inet_recvmsg to support sctp RFS well by Xin Long · 8 years ago
  16. 9b97420 sctp: support ipv6 nonlocal bind by Xin Long · 8 years ago
  17. 1f45f78 sctp: allow GSO frags to access the chunk too by Marcelo Ricardo Leitner · 8 years ago
  18. a16292a net: rename ICMP6_INC_STATS_BH() by Eric Dumazet · 8 years ago
  19. 40b4f0f sctp: lack the check for ports in sctp_v6_cmp_addr by Xin Long · 8 years ago
  20. 9470e24 ipv6: sctp: clone options to avoid use after free by Eric Dumazet · 8 years ago
  21. 69ce648 ipv6: sctp: fix lockdep splat in sctp_v6_get_dst() by Eric Dumazet · 8 years ago
  22. c836a8b ipv6: sctp: add rcu protection around np->opt by Eric Dumazet · 8 years ago
  23. b197df4 ipv6: Add rt6_get_cookie() function by Martin KaFai Lau · 9 years ago
  24. fd0273d ipv6: Remove external dependency on rt6i_dst and rt6i_src by Martin KaFai Lau · 9 years ago
  25. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  26. 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
  27. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 10 years ago
  28. 60ff746 net: rename local_df to ignore_df by WANG Cong · 10 years ago
  29. 661dbf3 net: sctp: fix initialization of local source address on accepted ipv6 sockets by Matija Glavinic Pecotic · 10 years ago
  30. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 10 years ago
  31. 790e38b ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 one by Hannes Frederic Sowa · 10 years ago
  32. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  33. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 10 years ago
  34. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  35. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  36. fecda03 net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6 by Daniel Borkmann · 11 years ago
  37. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  38. 3f96a53 net: sctp: rfc4443: do not report ICMP redirects to user space by Daniel Borkmann · 11 years ago
  39. 95ee620 net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmit by Daniel Borkmann · 11 years ago
  40. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  41. d27fc78 sctp: Don't lookup dst if transport dst is still valid by fan.du · 11 years ago
  42. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  43. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  44. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 11 years ago
  45. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 11 years ago
  46. 2c928e0 sctp: Correct byte order of access to skb->{network, transport}_header by Simon Horman · 11 years ago
  47. 158874c sctp: Correct access to skb->{network, transport}_header by Simon Horman · 11 years ago
  48. e9c0dfb net: sctp: sctp_v6_get_dst: fix boolean test in dst cache by Daniel Borkmann · 11 years ago
  49. ee3f34e sctp: fix CONFIG_SCTP_DBG_MSG=y null pointer dereference in sctp_v6_get_dst() by Tommi Rantala · 11 years ago
  50. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  51. bb2db45 sctp: Enable sctp in all network namespaces by Eric W. Biederman · 12 years ago
  52. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  53. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  54. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  55. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 12 years ago
  56. b903d32 ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  57. 9f7d653 sctp: Add Auto-ASCONF support (core). by Michio Honda · 13 years ago
  58. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  59. 1231f0b net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  60. da0420b sctp: clean up route lookup calls by Vlad Yasevich · 13 years ago
  61. af13847 sctp: remove useless arguments from get_saddr() call by Vlad Yasevich · 13 years ago
  62. 9c6a02f sctp: make sctp over IPv6 work with IPsec by Vlad Yasevich · 13 years ago
  63. 9914ae3 sctp: cache the ipv6 source after route lookup by Vlad Yasevich · 13 years ago
  64. 6250341 sctp: fix sctp to work with ipv6 source address routing by Weixing Shi · 13 years ago
  65. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  66. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  67. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  68. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  69. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 14 years ago
  70. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  71. 486f50c SCTP: Change to use ipv6_addr_copy() by Brian Haley · 14 years ago
  72. de7737e sctp: Use ipv6_addr_diff() in sctp_v6_addr_match_len(). by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  73. 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
  74. 502a2ff ipv6: convert idev_list to list macros by stephen hemminger · 14 years ago
  75. dc4c2c3 net: remove INIT_RCU_HEAD() usage by Alexey Dobriyan · 14 years ago
  76. 40c9c31 sctp: ipv6: avoid touching device refcount by Eric Dumazet · 15 years ago
  77. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
  78. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  79. d5fdd6b ipv6: Use correct data types for ICMPv6 type and code by Brian Haley · 15 years ago
  80. 914e1c8 sctp: Inherit all socket options from parent correctly. by Vlad Yasevich · 15 years ago
  81. 4fe1d58 sctp/ipv6.c: use ipv6_addr_copy by Joe Perches · 15 years ago
  82. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  83. fdb46ee net, misc: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  84. e41b536 ipv6: added net argument to ICMP6_INC_STATS_BH by Denis V. Lunev · 16 years ago
  85. 52cae8f sctp: try harder to figure out address family when checking wildcards by Vlad Yasevich · 16 years ago
  86. 191cd58 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() by Brian Haley · 16 years ago
  87. f880374 sctp: Drop ipfargok in sctp_xmit function by Herbert Xu · 16 years ago
  88. 7dab83d sctp: Support ipv6only AF_INET6 sockets. by Vlad Yasevich · 16 years ago
  89. b9031d9 sctp: Fix ECN markings for IPv6 by Vlad Yasevich · 16 years ago
  90. e511710 [SCTP]: Fix NULL dereference of asoc. by YOSHIFUJI Hideaki · 16 years ago
  91. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  92. a40a7d1 [SCTP]: IPv4 vs IPv6 addresses mess in sctp_inet[6]addr_event. by Pavel Emelyanov · 16 years ago
  93. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  94. 7cbca67 [IPV6]: Support Source Address Selection API (RFC5014). by YOSHIFUJI Hideaki · 16 years ago
  95. a25606c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  96. 270637a [SCTP]: Fix a race between module load and protosw access by Vlad Yasevich · 16 years ago
  97. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  98. 2262621 [SCTP]: Fix local_addr deletions during list traversals. by Chidambar 'ilLogict' Zinnoury · 16 years ago
  99. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  100. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 16 years ago