1. 305e95b net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset() by Maciej Żenczykowski · 3 years, 2 months ago
  2. 9f7b3a6 net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECN by Maciej Żenczykowski · 3 years, 2 months ago
  3. b3cb764 net: drop nopreempt requirement on sock_prot_inuse_add() by Eric Dumazet · 3 years, 2 months ago
  4. 790eb67 ipv6: guard IPV6_MINHOPCOUNT with a static key by Eric Dumazet · 3 years, 3 months ago
  5. cc17c3c ipv6: annotate data races around np->min_hopcount by Eric Dumazet · 3 years, 3 months ago
  6. db243b7 net/ipv4/ipv6: Replace one-element arraya with flexible-array members by Gustavo A. R. Silva · 3 years, 5 months ago
  7. 9e39394 net/ipv6: propagate user pointer annotation by Lukas Bulwahn · 4 years, 2 months ago
  8. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  9. 8c0de6e ipv6: fix memory leaks on IPV6_ADDRFORM path by Cong Wang · 4 years, 6 months ago
  10. 0137043 icmp6: support rfc 4884 by Willem de Bruijn · 4 years, 6 months ago
  11. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  12. 894cfbc net/ipv6: switch do_ipv6_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
  13. b84d2b7 net/ipv6: factor out a ipv6_set_opt_hdr helper by Christoph Hellwig · 4 years, 6 months ago
  14. 8629828 net/ipv6: switch ipv6_flowlabel_opt to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
  15. b43c615 net/ipv6: switch ip6_mroute_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
  16. c2f1263 netfilter: switch nf_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
  17. c6d1b26 net/xfrm: switch xfrm_user_policy to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
  18. 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  19. fdf5bdd net/ipv6: factor out mcast join/leave setsockopt helpers by Christoph Hellwig · 4 years, 6 months ago
  20. ca0e65e net/ipv6: factor out MCAST_MSFILTER setsockopt helpers by Christoph Hellwig · 4 years, 6 months ago
  21. d5541e8 net/ipv6: factor out MCAST_MSFILTER getsockopt helpers by Christoph Hellwig · 4 years, 6 months ago
  22. 77d4df4 netfilter: remove the compat_{get,set} methods by Christoph Hellwig · 4 years, 6 months ago
  23. 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  24. bb986a5 seg6: fix seg6_validate_srh() to avoid slab-out-of-bounds by Ahmed Abdelsalam · 4 years, 8 months ago
  25. 79a1f0c ipv6: fix IPV6_ADDRFORM operation logic by Hangbin Liu · 4 years, 8 months ago
  26. 18d5ad6 ipv6: add ip6_sock_set_addr_preferences by Christoph Hellwig · 4 years, 8 months ago
  27. b212c32 handle the group_source_req options directly by Al Viro · 4 years, 9 months ago
  28. fcfa0b0 ipv6: take handling of group_source_req options into a helper by Al Viro · 4 years, 9 months ago
  29. 2f984f1 ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directly by Al Viro · 4 years, 9 months ago
  30. 168a2cc ipv6: do compat setsockopt for MCAST_MSFILTER directly by Al Viro · 4 years, 10 months ago
  31. d59eb17 ip6_mc_msfilter(): pass the address list separately by Al Viro · 4 years, 10 months ago
  32. 0dfe658 get rid of compat_mc_getsockopt() by Al Viro · 4 years, 10 months ago
  33. 931ca7a ip*_mc_gsfget(): lift copyout of struct group_filter into callers by Al Viro · 4 years, 10 months ago
  34. e9c375f compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitly by Al Viro · 4 years, 8 months ago
  35. 1b2f08d ipv6: set msg_control_is_user in do_ipv6_getsockopt by Christoph Hellwig · 4 years, 8 months ago
  36. 82c9ae4 ipv6: fix restrict IPV6_ADDRFORM operation by John Haxby · 4 years, 9 months ago
  37. b6f6118 ipv6: restrict IPV6_ADDRFORM operation by Eric Dumazet · 4 years, 11 months ago
  38. 35fc59c net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMIN by Maciej Żenczykowski · 5 years ago
  39. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  40. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  41. 95baa60 ipv6_sockglue: Fix a missing-check bug in ip6_ra_control() by Gen Zhang · 6 years ago
  42. 9036b2f net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATE by Francesco Ruggeri · 6 years ago
  43. d839a0e ipv6: allow ping to link-local address in VRF by Mike Manning · 6 years ago
  44. 15033f0 ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALL by Andre Naujoks · 6 years ago
  45. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  46. c7ea20c ipv6/mcast: init as INCLUDE when join SSM INCLUDE group by Hangbin Liu · 7 years ago
  47. 5fdaa88 ipv6: fold sockcm_cookie into ipcm6_cookie by Willem de Bruijn · 7 years ago
  48. a9ba23d ipv6: make ipv6_renew_options() interrupt/kernel safe by Paul Moore · 7 years ago
  49. 82695b3 inet: whitespace cleanup by Stephen Hemminger · 7 years ago
  50. 01ea306 netfilter: drop outermost socket lock in getsockopt() by Paolo Abeni · 7 years ago
  51. b9a4072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  52. 3f34cfa netfilter: on sockopt() acquire sock lock only in the required scope by Paolo Abeni · 7 years ago
  53. e9191ff ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL by Ben Hutchings · 7 years ago
  54. 513674b net: reevalulate autoflowlabel setting after sysctl setting by Shaohua Li · 7 years ago
  55. 84e14fe net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND) by Maciej Żenczykowski · 7 years ago
  56. e8d411d ipv6: do not set sk_destruct in IPV6_ADDRFORM sockopt by Xin Long · 7 years ago
  57. 7114f51 Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  58. 0aeea21 net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  59. 43727da do_ipv6_setsockopt(): don't open-code memdup_user() by Al Viro · 8 years ago
  60. 7bb387c net: Allow IP_MULTICAST_IF to set index to L3 slave by David Ahern · 8 years ago
  61. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  62. a149e7c ipv6: sr: add support for SRH injection through setsockopt by David Lebrun · 8 years ago
  63. 0cc0aa61 ipv6: add IPV6_RECVFRAGSIZE cmsg by Willem de Bruijn · 8 years ago
  64. 8651be8 ipv6: fix a potential deadlock in do_ipv6_setsockopt() by WANG Cong · 8 years ago
  65. d011a4d Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 9 years ago
  66. ceba183 calipso: Set the calipso socket label to match the secattr. by Huw Davies · 9 years ago
  67. 26879da ipv6: add new struct ipcm6_cookie by Wei Wang · 9 years ago
  68. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 9 years ago
  69. ad1e46a ipv6: process socket-level control messages in IPv6 by Soheil Hassas Yeganeh · 9 years ago
  70. 45f6fad ipv6: add complete rcu protection around np->opt by Eric Dumazet · 9 years ago
  71. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  72. c4a6853 ipv6: invert join/leave anycast rtnl/socket locking order by Marcelo Ricardo Leitner · 10 years ago
  73. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 10 years ago
  74. baf606d ipv4,ipv6: grab rtnl before locking the socket by Marcelo Ricardo Leitner · 10 years ago
  75. 1dc7b90 ipv6: tcp: fix race in IPV6_2292PKTOPTIONS by Eric Dumazet · 10 years ago
  76. 86fe8f8 ipv6: remove useless spin_lock/spin_unlock by Duan Jiong · 10 years ago
  77. 4c83acb ipv6: White-space cleansing : gaps between function and symbol export by Ian Morris · 10 years ago
  78. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  79. 66635dc ipv6: remove unnecessary break after return by Fabian Frederick · 11 years ago
  80. cb1ce2e ipv6: Implement automatic flow label generation on transmit by Tom Herbert · 11 years ago
  81. 9fe516b inet: move ipv6only in sock_common by Eric Dumazet · 11 years ago
  82. 0b95227 ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMIT by Hannes Frederic Sowa · 11 years ago
  83. 4b261c75 ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams by Hannes Frederic Sowa · 11 years ago
  84. 46e5f40 ipv6: add a flag to get the flow label used remotly by Florent Fourcot · 11 years ago
  85. d76ed22 ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper by Li RongQing · 11 years ago
  86. 93b36cf ipv6: support IPV6_PMTU_INTERFACE on sockets by Hannes Frederic Sowa · 11 years ago
  87. 6853605 ipv6: fix incorrect type in declaration by Florent Fourcot · 11 years ago
  88. 82e9f10 ipv6: remove rcv_tclass of ipv6_pinfo by Florent Fourcot · 11 years ago
  89. 1397ed3 ipv6: add flowinfo for tcp6 pkt_options for all cases by Florent Fourcot · 11 years ago
  90. 3fdfa5f ipv6: enable IPV6_FLOWLABEL_MGR for getsockopt by Florent Fourcot · 11 years ago
  91. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  92. 73df66f ipv6: rename datagram_send_ctl and datagram_recv_ctl by Tom Parkin · 12 years ago
  93. af31f41 net: Allow userns root to control ipv6 by Eric W. Biederman · 12 years ago
  94. 67f4efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  95. d4596ba ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return value by Hannes Frederic Sowa · 12 years ago
  96. 07a9362 ipv6: use IS_ENABLED() by Amerigo Wang · 12 years ago
  97. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  98. 6fdbd16 net/ipv6/ipv6_sockglue.c: Removed redundant extern by Eldad Zack · 13 years ago
  99. 4c507d2 net: implement IP_RECVTOS for IP_PKTOPTIONS by Jiri Benc · 13 years ago
  100. c4062df ipv6: Implement IPV6_UNICAST_IF socket option. by Erich E. Hoover · 13 years ago