1. e8dfd42 ipv6: introduce dst_rt6_info() helper by Eric Dumazet · 8 months ago
  2. 10bbf16 net: implement lockless SO_PRIORITY by Eric Dumazet · 1 year, 3 months ago
  3. 859f8b2 ipv6: lockless IPV6_FLOWINFO_SEND implementation by Eric Dumazet · 1 year, 3 months ago
  4. 3fa2997 ipv6: lockless IPV6_RECVERR implemetation by Eric Dumazet · 1 year, 3 months ago
  5. 2f2d997 net: annotate lockless accesses to sk->sk_err_soft by Eric Dumazet · 1 year, 9 months ago
  6. fe33311 net: no longer support SOCK_REFCNT_DEBUG feature by Jason Xing · 1 year, 10 months ago
  7. 33e93ed sctp: add skb_sdif in struct sctp_af by Xin Long · 2 years, 1 month ago
  8. 6fe1e52 sctp: check ipv6 addr with sk_bound_dev if set by Xin Long · 2 years, 1 month ago
  9. 89e9c72 ipv6: Remove __ipv6_only_sock(). by Kuniyuki Iwashima · 2 years, 8 months ago
  10. 2ebda027 sctp: delete addr based on sin6_scope_id by Chen Shen · 3 years, 5 months ago
  11. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  12. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  13. 0c5dc07 sctp: validate from_addr_param return by Marcelo Ricardo Leitner · 3 years, 6 months ago
  14. 9e47df0 sctp: process sctp over udp icmp err on sctp side by Xin Long · 3 years, 6 months ago
  15. f6549bd sctp: extract sctp_v6_err_handle function from sctp_v6_err by Xin Long · 3 years, 6 months ago
  16. 237a6a2 sctp: remove the unessessary hold for idev in sctp_v6_err by Xin Long · 3 years, 6 months ago
  17. 630e457 net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind() by Maciej Żenczykowski · 3 years, 9 months ago
  18. 0356010 sctp: bring inet(6)_skb_parm back to sctp_input_cb by Xin Long · 4 years, 1 month ago
  19. 259db53 sctp: support for sending packet over udp6 sock by Xin Long · 4 years, 2 months ago
  20. a1dd2cf2 sctp: allow changing transport encap_port by peer packets by Xin Long · 4 years, 2 months ago
  21. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  22. 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
  23. 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
  24. 3986912 ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl by Christoph Hellwig · 4 years, 7 months ago
  25. 582eea2 sctp: fix possibly using a bad saddr with a given dst by Marcelo Ricardo Leitner · 4 years, 9 months ago
  26. c4e85f7 net: ipv6: add net argument to ip6_dst_lookup_flow by Sabrina Dubroca · 5 years ago
  27. 4f6570d ipv6: add priority parameter to ip6_xmit() by Eric Dumazet · 5 years ago
  28. 59c820b ipv6: elide flowlabel check if no exclusive leases exist by Willem de Bruijn · 5 years ago
  29. 47505b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 by Thomas Gleixner · 6 years ago
  30. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  31. ecf938f sctp: set flow sport from saddr only when it's 0 by Xin Long · 6 years ago
  32. 400b8b9 sctp: allocate sctp_sockaddr_entry with kzalloc by Xin Long · 6 years ago
  33. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  34. 4a2eb0c sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event by Xin Long · 6 years ago
  35. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  36. 0999f02 sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dst by Xin Long · 6 years ago
  37. 8a9c58d sctp: add support for dscp and flowlabel per transport by Xin Long · 6 years ago
  38. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  39. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  40. 568ea88 net/sctp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  41. 644fbde sctp: fix the issue that flags are ignored when using kernel_connect by Xin Long · 7 years ago
  42. d625329 sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr by Xin Long · 7 years ago
  43. 1071ec9 sctp: do not check port in sctp_inet6_cmp_addr by Xin Long · 7 years ago
  44. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  45. 6780db2 sctp: do not leak kernel memory to user space by Eric Dumazet · 7 years ago
  46. 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  47. b7e10c2 sctp: Add ip option support by Richard Haines · 7 years ago
  48. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  49. 957d761 sctp: fix dst refcnt leak in sctp_v6_get_dst() by Alexey Kodanev · 7 years ago
  50. 37f47bc sctp: avoid compiler warning on implicit fallthru by Marcelo Ricardo Leitner · 7 years ago
  51. 7c8a61d net/sctp: Always set scope_id in sctp_inet6_skb_msgname by Eric W. Biederman · 7 years ago
  52. 978aa04 sctp: fix some type cast warnings introduced since very beginning by Xin Long · 7 years ago
  53. b71d21c sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBIND by Laszlo Toth · 7 years ago
  54. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  55. 15339e44 sctp: fully initialize the IPv6 address in sctp_v6_to_addr() by Alexander Potapenko · 7 years ago
  56. 1c66201 sctp: remove the typedef sctp_scope_t by Xin Long · 7 years ago
  57. 00987cc sctp: remove the typedef sctp_ipv6addr_param_t by Xin Long · 7 years ago
  58. 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 · 7 years ago
  59. fdcee2c sctp: do not inherit ipv6_{mc|ac|fl}_list from parent by Eric Dumazet · 8 years ago
  60. dbc2b5e sctp: fix src address selection if using secondary addresses for ipv6 by Xin Long · 8 years ago
  61. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  62. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. 92e55f4 tcp: don't annotate mark on control socket from tcp_v6_send_response() by Pablo Neira · 8 years ago
  64. 0630c56 sctp: simplify addr copy by Marcelo Ricardo Leitner · 8 years ago
  65. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  66. dae399d sctp: hold transport instead of assoc when lookup assoc in rx path by Xin Long · 8 years ago
  67. fd2d180 sctp: use inet_recvmsg to support sctp RFS well by Xin Long · 8 years ago
  68. 9b97420 sctp: support ipv6 nonlocal bind by Xin Long · 8 years ago
  69. 1f45f78 sctp: allow GSO frags to access the chunk too by Marcelo Ricardo Leitner · 8 years ago
  70. a16292a net: rename ICMP6_INC_STATS_BH() by Eric Dumazet · 9 years ago
  71. 40b4f0f sctp: lack the check for ports in sctp_v6_cmp_addr by Xin Long · 9 years ago
  72. 9470e24 ipv6: sctp: clone options to avoid use after free by Eric Dumazet · 9 years ago
  73. 69ce648 ipv6: sctp: fix lockdep splat in sctp_v6_get_dst() by Eric Dumazet · 9 years ago
  74. c836a8b ipv6: sctp: add rcu protection around np->opt by Eric Dumazet · 9 years ago
  75. b197df4 ipv6: Add rt6_get_cookie() function by Martin KaFai Lau · 10 years ago
  76. fd0273d ipv6: Remove external dependency on rt6i_dst and rt6i_src by Martin KaFai Lau · 10 years ago
  77. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  78. 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
  79. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 11 years ago
  80. 60ff746 net: rename local_df to ignore_df by WANG Cong · 11 years ago
  81. 661dbf3 net: sctp: fix initialization of local source address on accepted ipv6 sockets by Matija Glavinic Pecotic · 11 years ago
  82. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 11 years ago
  83. 790e38b ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 one by Hannes Frederic Sowa · 11 years ago
  84. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  85. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  86. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  87. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  88. fecda03 net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6 by Daniel Borkmann · 11 years ago
  89. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  90. 3f96a53 net: sctp: rfc4443: do not report ICMP redirects to user space by Daniel Borkmann · 11 years ago
  91. 95ee620 net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmit by Daniel Borkmann · 11 years ago
  92. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  93. d27fc78 sctp: Don't lookup dst if transport dst is still valid by fan.du · 11 years ago
  94. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  95. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  96. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 12 years ago
  97. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 12 years ago
  98. 2c928e0 sctp: Correct byte order of access to skb->{network, transport}_header by Simon Horman · 12 years ago
  99. 158874c sctp: Correct access to skb->{network, transport}_header by Simon Horman · 12 years ago
  100. e9c0dfb net: sctp: sctp_v6_get_dst: fix boolean test in dst cache by Daniel Borkmann · 12 years ago