1. 26fad52 Merge 4.9.164 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. 2f3d0e9 net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255 by Kalash Nainwal · 6 years ago
  3. b89d3ce net: sit: fix UBSAN Undefined behaviour in check_6rd by Miaohe Lin · 6 years ago
  4. 429c144 Merge 4.9.163 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  5. 375d6d4 net: sit: fix memory leak in sit_init_net() by Mao Wenan · 6 years ago
  6. a5a32e4 ip6mr: Do not call __IP6_INC_STATS() from preemptible context by Ido Schimmel · 6 years ago
  7. 9df256d Merge 4.9.161 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  8. 2b0925f sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach() by Hangbin Liu · 6 years ago
  9. fd5657a Merge 4.9.160 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  10. e52cb57 net: fix IPv6 prefix route residue by Zhiqiang Liu · 6 years ago
  11. 7c85ed0 Merge 4.9.159 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  12. 1894d7c netfilter: nf_tables: fix mismatch in big-endian system by Liping Zhang · 8 years ago
  13. 8817a28 Merge 4.9.156 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  14. a1708a8 xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi by YueHaibing · 6 years ago
  15. 32e6695 Merge 4.9.155 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  16. 16a2595 ipv6: Consider sk_bound_dev_if when binding a socket to an address by David Ahern · 6 years ago
  17. fe0eb27 Merge 4.9.153 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  18. 2af7450 ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses by David Ahern · 6 years ago
  19. dbbbd01 ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address by David Ahern · 6 years ago
  20. fd37e28 Merge 4.9.152 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  21. 9cd0563 ip: on queued skb use skb_header_pointer instead of pskb_may_pull by Willem de Bruijn · 6 years ago
  22. 7492dfe ipv6: fix kernel-infoleak in ipv6_local_error() by Eric Dumazet · 6 years ago
  23. ed0b11d Merge 4.9.149 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  24. 818b3f7 ipv6: tunnels: fix two use-after-free by Eric Dumazet · 6 years ago
  25. 41743ce ipv6: explicitly initialize udp6_addr in udp_sock_create6() by Cong Wang · 6 years ago
  26. 5d9a796 ip6mr: Fix potential Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  27. 5d05bdd Merge 4.9.146 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  28. 901936a ipv6: Check available headroom in ip6_xmit() even without options by Stefano Brivio · 6 years ago
  29. 961323d Revert "ipv6: set rt6i_protocol properly in the route when it is installed" by Greg Kroah-Hartman · 6 years ago
  30. 6e55647 Merge 4.9.139 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  31. a0f30ae Merge 4.9.136 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  32. 3d26b72 ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF by David Ahern · 6 years ago
  33. ced272d ip6_tunnel: Fix encapsulation layout by Stefano Brivio · 6 years ago
  34. 33424e7 net: udp: fix handling of CHECKSUM_COMPLETE packets by Sean Tranchetti · 6 years ago
  35. f86c55c6 net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs by David Ahern · 6 years ago
  36. 510e6c3 ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called by Stefano Brivio · 6 years ago
  37. 3652120 ipv6: mcast: fix a use-after-free in inet6_mc_check by Eric Dumazet · 6 years ago
  38. 2edec22 Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing" by Sasha Levin · 6 years ago
  39. 4a4d2c9 ipv6: fix cleanup ordering for ip6_mr failure by Sabrina Dubroca · 6 years ago
  40. 6fdeb3e ip6_tunnel: Correct tos value in collect_md mode by Haishuang Yan · 7 years ago
  41. 23e983e ipv6: set rt6i_protocol properly in the route when it is installed by Xin Long · 7 years ago
  42. 7faa369 xfrm6: call kfree_skb when skb is toobig by Thadeu Lima de Souza Cascardo · 6 years ago
  43. a427932 Merge 4.9.134 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  44. 85e59af9 ip: frags: fix crash in ip_do_fragment() by Taehee Yoo · 6 years ago
  45. 1004395 ip: use rb trees for IP frag queue. by Peter Oskolkov · 6 years ago
  46. a8444b1 ipv6: defrag: drop non-last frags smaller than min mtu by Florian Westphal · 6 years ago
  47. d838486 inet: frags: fix ip6frag_low_thresh boundary by Eric Dumazet · 6 years ago
  48. cbc4549 ipv6: frags: rewrite ip6_expire_frag_queue() by Eric Dumazet · 6 years ago
  49. 7f61706 inet: frags: break the 2GB limit for frags storage by Eric Dumazet · 6 years ago
  50. 965e2ad inet: frags: remove inet_frag_maybe_warn_overflow() by Eric Dumazet · 6 years ago
  51. 49106f3 inet: frags: get rif of inet_frag_evicting() by Eric Dumazet · 6 years ago
  52. ea7496f inet: frags: remove some helpers by Eric Dumazet · 6 years ago
  53. 23ce9c5 inet: frags: use rhashtables for reassembly units by Eric Dumazet · 6 years ago
  54. 620018d ipv6: export ip6 fragments sysctl to unprivileged users by Eric Dumazet · 6 years ago
  55. dae73e7 inet: frags: refactor ipv6_frag_init() by Eric Dumazet · 6 years ago
  56. 2ffb1c3 inet: frags: add a pointer to struct netns_frags by Eric Dumazet · 6 years ago
  57. 7fca771 inet: frags: change inet_frags_init_net() return value by Eric Dumazet · 6 years ago
  58. ea14355 net/ipv6: Display all addresses in output of /proc/net/if_inet6 by Jeff Barnhill · 6 years ago
  59. 4ceb29c ipv6: take rcu lock in rawv6_send_hdrinc() by Wei Wang · 6 years ago
  60. 22c1e778 ip6_tunnel: be careful when accessing the inner header by Paolo Abeni · 6 years ago
  61. 1c7637c Merge 4.9.130 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  62. 76b3380 ipv6: fix possible use-after-free in ip6_xmit() by Eric Dumazet · 6 years ago
  63. 2b797b6 gso_segment: Reset skb->mac_len after modifying network header by Toke Høiland-Jørgensen · 6 years ago
  64. be4935d Merge 4.9.127 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  65. d669bd6 vti6: remove !skb->ignore_df check from vti6_xmit() by Alexey Kodanev · 6 years ago
  66. a925dfb Merge 4.9.125 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  67. ce723f8 vti6: fix PMTU caching and reporting on xmit by Eyal Birger · 6 years ago
  68. 6a1b592 Merge 4.9.124 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  69. 8823c73 ipv6: make ipv6_renew_options() interrupt/kernel safe by Paul Moore · 6 years ago
  70. 894b753 netfilter: x_tables: set module owner for icmp(6) matches by Florian Westphal · 6 years ago
  71. f12a825 ipv6: mcast: fix unsolicited report interval after receiving querys by Hangbin Liu · 6 years ago
  72. a677cc3 netfilter: ipv6: nf_defrag: reduce struct net memory waste by Eric Dumazet · 6 years ago
  73. 8dd3fc2 Merge 4.9.123 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  74. 87e7e8d ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmit by Xin Long · 6 years ago
  75. 52be322 Merge 4.9.116 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  76. dbcb748 Merge 4.9.114 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  77. cc403d5 multicast: do not restore deleted record source filter mode to new one by Hangbin Liu · 6 years ago
  78. 03fbf2b ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull by Willem de Bruijn · 6 years ago
  79. 93d94fe ip: hash fragments consistently by Paolo Abeni · 6 years ago
  80. ad8b1ff netfilter: ipv6: nf_defrag: drop skb dst before queueing by Florian Westphal · 6 years ago
  81. 7f6f94c Merge 4.9.113 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  82. 40352e7 netfilter: x_tables: initialise match/target check parameter struct by Florian Westphal · 6 years ago
  83. 9e79039 Merge 4.9.112 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  84. 5b8fcc0 Revert "sit: reload iphdr in ipip6_rcv" by David S. Miller · 7 years ago
  85. 00a0bcb Merge 4.9.110 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  86. 6caca34 tcp: verify the checksum of the first data segment in a new connection by Frank van der Linden · 6 years ago
  87. c669191 ipv6: allow PMTU exceptions to local routes by Julian Anastasov · 6 years ago
  88. c8197f9 xfrm6: avoid potential infinite loop in _decode_session6() by Eric Dumazet · 6 years ago
  89. b7d377b Merge 4.9.108 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  90. 869584e vrf: check the original netdevice for generating redirect by Stephen Suryaputra · 6 years ago
  91. ffa13b3 ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds by Sabrina Dubroca · 6 years ago
  92. 9797dcb Merge 4.9.104 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  93. 3588d9a sit: fix IFLA_MTU ignored on NEWLINK by Xin Long · 7 years ago
  94. 11a670a ip6_tunnel: fix IFLA_MTU ignored on NEWLINK by Xin Long · 7 years ago
  95. dd5968e netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure by Subash Abhinov Kasiviswanathan · 7 years ago
  96. d65bc95 netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460 by Subash Abhinov Kasiviswanathan · 7 years ago
  97. 70c65e4 Merge 4.9.103 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  98. 2ef22bd net: test tailroom before appending to linear skb by Willem de Bruijn · 6 years ago
  99. 2bcbbd5 Merge 4.9.97 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  100. e2956fc ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy by Eric Dumazet · 6 years ago