1. ed0b11d Merge 4.9.149 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. 7abb7f7 sock: Make sock->sk_stamp thread-safe by Deepa Dinamani · 6 years ago
  3. 6021678 tipc: compare remote and local protocols in tipc_udp_enable() by Cong Wang · 6 years ago
  4. 8dd36f1 tipc: use lock_sock() in tipc_sk_reinit() by Cong Wang · 6 years ago
  5. d2ea9f1 VSOCK: Send reset control packet when socket is partially bound by Jorgen Hansen · 6 years ago
  6. 336e822 tipc: fix a double kfree_skb() by Cong Wang · 6 years ago
  7. aa0c48d sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event by Xin Long · 6 years ago
  8. 84e1bfd packet: validate address length if non-zero by Willem de Bruijn · 6 years ago
  9. 3ddf35c packet: validate address length by Willem de Bruijn · 6 years ago
  10. aa9f3a0 netrom: fix locking in nr_find_socket() by Cong Wang · 6 years ago
  11. 122aeb4 net: ipv4: do not handle duplicate fragments as overlapping by Michal Kubecek · 6 years ago
  12. 818b3f7 ipv6: tunnels: fix two use-after-free by Eric Dumazet · 6 years ago
  13. 41743ce ipv6: explicitly initialize udp6_addr in udp_sock_create6() by Cong Wang · 6 years ago
  14. 1a6cd59 ieee802154: lowpan_header_create check must check daddr by Willem de Bruijn · 6 years ago
  15. c39b8fd ax25: fix a use-after-free in ax25_fillin_cb() by Cong Wang · 6 years ago
  16. 35775cc ipv4: Fix potential Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  17. 5d9a796 ip6mr: Fix potential Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  18. a2f9236 Merge 4.9.147 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  19. 5ba8d8b SUNRPC: Fix a potential race in xprt_connect() by Trond Myklebust · 6 years ago
  20. 0715895 mac80211: Fix condition validating WMM IE by Ilan Peer · 6 years ago
  21. 7a4b56a mac80211: don't WARN on bad WMM parameters from buggy APs by Emmanuel Grumbach · 7 years ago
  22. 5d05bdd Merge 4.9.146 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  23. 3d7eec1 ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf by Xin Long · 6 years ago
  24. bd3fa7e tcp: fix NULL ref in tail loss probe by Yuchung Cheng · 6 years ago
  25. fe25279 rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices by Eric Dumazet · 6 years ago
  26. 8dd57cc net: Prevent invalid access to skb->prev in __qdisc_drop_all by Christoph Paasch · 6 years ago
  27. 901936a ipv6: Check available headroom in ip6_xmit() even without options by Stefano Brivio · 6 years ago
  28. 6328e64 Merge 4.9.145 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  29. fd54ea7 mac80211: ignore NullFunc frames in the duplicate detection by Emmanuel Grumbach · 6 years ago
  30. db32c24 mac80211: fix reordering of buffered broadcast packets by Felix Fietkau · 6 years ago
  31. 7df29ea mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext by Felix Fietkau · 6 years ago
  32. 554eac2 mac80211: Clear beacon_int in ieee80211_do_stop by Ben Greear · 6 years ago
  33. ce4a99a SUNRPC: Fix leak of krb5p encode pages by Chuck Lever · 6 years ago
  34. dc08fb5 batman-adv: Expand merged fragment buffer for full packet by Sven Eckelmann · 6 years ago
  35. 860c8b8 Merge 4.9.144 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  36. e190b82 libceph: check authorizer reply/challenge length before reading by Ilya Dryomov · 6 years ago
  37. 985a551 libceph: weaken sizeof check in ceph_x_verify_authorizer_reply() by Ilya Dryomov · 6 years ago
  38. 18a23fb libceph: implement CEPHX_V2 calculation mode by Ilya Dryomov · 6 years ago
  39. 06e9259 libceph: add authorizer challenge by Ilya Dryomov · 6 years ago
  40. 2e901ea libceph: factor out encrypt_authorizer() by Ilya Dryomov · 6 years ago
  41. 9da9bb4 libceph: factor out __ceph_x_decrypt() by Ilya Dryomov · 6 years ago
  42. 2617cd5 libceph: factor out __prepare_write_connect() by Ilya Dryomov · 6 years ago
  43. 0811545 libceph: store ceph_auth_handshake pointer in ceph_connection by Ilya Dryomov · 6 years ago
  44. bd180ec libceph: no need to drop con->mutex for ->get_authorizer() by Ilya Dryomov · 8 years ago
  45. 9041d1e libceph: drop len argument of *verify_authorizer_reply() by Ilya Dryomov · 8 years ago
  46. 5acc58c tipc: use destination length for copy string by Guoqing Jiang · 6 years ago
  47. 5569c10 ip_tunnel: Fix name string concatenate in __ip_tunnel_create() by Sultan Alsawaf · 6 years ago
  48. e16c040 Merge 4.9.143 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  49. d39ebd1 net: skb_scrub_packet(): Scrub offload_fwd_mark by Petr Machata · 6 years ago
  50. db71418 Merge 4.9.142 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  51. a49f034 net: ieee802154: 6lowpan: fix frag reassembly by Alexander Aring · 6 years ago
  52. 35a0620 SUNRPC: Fix a bogus get/put in generic_key_to_expire() by Trond Myklebust · 6 years ago
  53. 2a12200 llc: do not use sk_eat_skb() by Eric Dumazet · 6 years ago
  54. e044554 sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peer by Xin Long · 6 years ago
  55. 8fe4284 Merge 4.9.141 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  56. c3ec4e5 libceph: fall back to sendmsg for slab pages by Ilya Dryomov · 6 years ago
  57. a38ad67 SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() by YueHaibing · 6 years ago
  58. f184d30 netfilter: xt_IDLETIMER: add sysfs filename checking routine by Taehee Yoo · 6 years ago
  59. 919560a netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net by Eric Westbrook · 6 years ago
  60. 961323d Revert "ipv6: set rt6i_protocol properly in the route when it is installed" by Greg Kroah-Hartman · 6 years ago
  61. 6e55647 Merge 4.9.139 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  62. 5e10758 Merge 4.9.138 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  63. e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  64. a0f30ae Merge 4.9.136 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  65. 3d26b72 ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF by David Ahern · 6 years ago
  66. eb18330 inet: frags: better deal with smp races by Eric Dumazet · 6 years ago
  67. 6bab51f sctp: not allow to set asoc prsctp_enable by sockopt by Xin Long · 6 years ago
  68. 4a80b1f net-gro: reset skb->pkt_type in napi_reuse_skb() by Eric Dumazet · 6 years ago
  69. 5367cdf ip_tunnel: don't force DF when MTU is locked by Sabrina Dubroca · 6 years ago
  70. a09bd93 flow_dissector: do not dissect l4 ports for fragments by 배석진 · 6 years ago
  71. 4d9d47c sunrpc: correct the computation for page_ptr when truncating by Frank Sorenson · 6 years ago
  72. 7e1e195 netfilter: conntrack: fix calculation of next bucket number in early_drop by Vasily Khoruzhick · 6 years ago
  73. 0cf4fa7 9p: clear dangling pointers in p9stat_free by Dominique Martinet · 6 years ago
  74. 5727dbc nfsd: Fix an Oops in free_session() by Trond Myklebust · 6 years ago
  75. b6b45bc net/ipv4: defensive cipso option parsing by Stefan Nuernberger · 6 years ago
  76. 3f413ec cgroup, netclassid: add a preemption point to write_classid by Michal Hocko · 6 years ago
  77. 9da255b xfrm: policy: use hlist rcu variants on insert by Florian Westphal · 6 years ago
  78. ced272d ip6_tunnel: Fix encapsulation layout by Stefano Brivio · 6 years ago
  79. 9819741 rtnetlink: Disallow FDB configuration for non-Ethernet device by Ido Schimmel · 6 years ago
  80. 0c49b5e net: fix pskb_trim_rcsum_slow() with odd trim offset by Dimitris Michailidis · 6 years ago
  81. 0376b83 net: drop skb on failure in ip_check_defrag() by Cong Wang · 6 years ago
  82. f0223d1 ethtool: fix a privilege escalation bug by Wenwen Wang · 6 years ago
  83. 1b0bb7e sctp: fix race on sctp_id2asoc by Marcelo Ricardo Leitner · 6 years ago
  84. 33424e7 net: udp: fix handling of CHECKSUM_COMPLETE packets by Sean Tranchetti · 6 years ago
  85. f57ef24 net: socket: fix a missing-check bug by Wenwen Wang · 6 years ago
  86. 3628c3d net: sched: gred: pass the right attribute to gred_change_table_def() by Jakub Kicinski · 6 years ago
  87. f86c55c6 net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs by David Ahern · 6 years ago
  88. aa23c22 llc: set SOCK_RCU_FREE in llc_sap_add_socket() by Cong Wang · 6 years ago
  89. 510e6c3 ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called by Stefano Brivio · 6 years ago
  90. 3652120 ipv6: mcast: fix a use-after-free in inet6_mc_check by Eric Dumazet · 6 years ago
  91. 5f2d007 net: bridge: remove ipv6 zero address check in mcast queries by Nikolay Aleksandrov · 6 years ago
  92. a4959af bridge: do not add port to router list when receives query with source 0.0.0.0 by Hangbin Liu · 6 years ago
  93. 2edec22 Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing" by Sasha Levin · 6 years ago
  94. 2daa0b5 rxrpc: Only take the rwind and mtu values from latest ACK by David Howells · 6 years ago
  95. d9ec661 rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window() by David Howells · 6 years ago
  96. 65b05d0 l2tp: remove configurable payload offset by James Chapman · 7 years ago
  97. 4a4d2c9 ipv6: fix cleanup ordering for ip6_mr failure by Sabrina Dubroca · 6 years ago
  98. 54ad2bb sctp: use right member as the param of list_for_each_entry by Xin Long · 7 years ago
  99. 271b4a8 rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp by Dag Moxnes · 6 years ago
  100. 6fdeb3e ip6_tunnel: Correct tos value in collect_md mode by Haishuang Yan · 7 years ago