1. f5b6935 Merge "netfilter: xtables: Add snapshot of hardidletimer target" into msm-4.9 by Kyle Yan · 8 years ago
  2. da75569 Merge remote-tracking branch '4.9/tmp-053b654' into msm-4.9 by Kyle Yan · 8 years ago
  3. 0f8abf5 netfilter: conntrack: refine gc worker heuristics, redux am: 371d0342a3 by Florian Westphal · 8 years ago
  4. 615124c netfilter: conntrack: remove GC_MAX_EVICTS break am: 5f7ff59d06 by Florian Westphal · 8 years ago
  5. 2b9a543 ceph: update readpages osd request according to size of pages am: dc8470f3c8 by Yan, Zheng · 8 years ago
  6. de63d00 xprtrdma: Reduce required number of send SGEs am: 86840a6305 by Chuck Lever · 8 years ago
  7. 467ece7 xprtrdma: Disable pad optimization by default am: 73eea1c400 by Chuck Lever · 8 years ago
  8. dde4116 xprtrdma: Per-connection pad optimization am: fab6c2caa4 by Chuck Lever · 8 years ago
  9. 8f5e412 xprtrdma: Fix Read chunk padding am: ec3bc2c5ed by Chuck Lever · 8 years ago
  10. 371d034 netfilter: conntrack: refine gc worker heuristics, redux by Florian Westphal · 8 years ago
  11. 5f7ff59 netfilter: conntrack: remove GC_MAX_EVICTS break by Florian Westphal · 8 years ago
  12. dc8470f ceph: update readpages osd request according to size of pages by Yan, Zheng · 8 years ago
  13. 86840a6 xprtrdma: Reduce required number of send SGEs by Chuck Lever · 8 years ago
  14. 73eea1c xprtrdma: Disable pad optimization by default by Chuck Lever · 8 years ago
  15. fab6c2c xprtrdma: Per-connection pad optimization by Chuck Lever · 8 years ago
  16. ec3bc2c xprtrdma: Fix Read chunk padding by Chuck Lever · 8 years ago
  17. 877a0a0 Merge remote-tracking branch '4.9/tmp-a6e00ae' into msm-4.9 by Kyle Yan · 8 years ago
  18. e682dcb Merge remote-tracking branch '4.9/tmp-0455ac9' into 4.9 by Kyle Yan · 8 years ago
  19. 7b112430 ANDROID: nf: IDLETIMER: Fix use after free condition during work by Subash Abhinov Kasiviswanathan · 8 years ago
  20. eb5c154 netfilter: xtables: Add snapshot of hardidletimer target by Subash Abhinov Kasiviswanathan · 8 years ago
  21. a6e00ae Merge branch 'upstream-linux-4.9.y' into android-4.9 by Todd Kjos · 8 years ago
  22. b6cfac7 UPSTREAM: net: core: add missing check for uid_range in rule_exists. by Lorenzo Colitti · 8 years ago
  23. 8f9872b netfilter: nf_ct_helper: warn when not applying default helper assignment by Jiri Kosina · 8 years ago
  24. 1a0e259 net: socket: fix recvmmsg not returning error from sock_error by Maxime Jayat · 8 years ago
  25. 481aedf ip: fix IP_CHECKSUM handling by Paolo Abeni · 8 years ago
  26. c2219da irda: Fix lockdep annotations in hashbin_delete(). by David S. Miller · 8 years ago
  27. 171d92a dccp: fix freeing skb too early for IPV6_RECVPKTINFO by Andrey Konovalov · 8 years ago
  28. 6c854af net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notification by Marcus Huewe · 8 years ago
  29. 9206efc packet: Do not call fanout_release from atomic contexts by Anoob Soman · 8 years ago
  30. 722737f packet: fix races in fanout_add() by Eric Dumazet · 8 years ago
  31. 42b5278 net/llc: avoid BUG_ON() in skb_orphan() by Eric Dumazet · 8 years ago
  32. 90aa799 kcm: fix a null pointer dereference in kcm_sendmsg() by WANG Cong · 8 years ago
  33. 1409935 kcm: fix 0-length case for kcm_sendmsg() by WANG Cong · 8 years ago
  34. f90a250 net: rmnet_data: Optimized GRO for single flow by Conner Huff · 8 years ago
  35. 5ab69b4 Merge tag 'v4.9.11' into android-4.9-aosp by Dmitry Shmidt · 8 years ago
  36. 0d4c19e tcp: don't annotate mark on control socket from tcp_v6_send_response() by Pablo Neira · 8 years ago
  37. 7c4c32a tcp: fix mark propagation with fwmark_reflect enabled by Pau Espin Pedrol · 8 years ago
  38. 16a3fbe igmp, mld: Fix memory leak in igmpv3/mld_del_delrec() by Hangbin Liu · 8 years ago
  39. 53a76d6 mld: do not remove mld souce list info when set link down by Hangbin Liu · 8 years ago
  40. 5b1bb4c l2tp: do not use udp_ioctl() by Eric Dumazet · 8 years ago
  41. 12758a2 net: dsa: Do not destroy invalid network devices by Florian Fainelli · 8 years ago
  42. a700cf2 ping: fix a null pointer dereference by WANG Cong · 8 years ago
  43. 8284954 packet: round up linear to header len by Willem de Bruijn · 8 years ago
  44. 6ebde31 net: introduce device min_header_len by Willem de Bruijn · 8 years ago
  45. 4cd0362 sit: fix a double free on error path by WANG Cong · 8 years ago
  46. 00eff2e sctp: avoid BUG_ON on sctp_wait_for_sndbuf by Marcelo Ricardo Leitner · 8 years ago
  47. 0f895f5 tcp: avoid infinite loop in tcp_splice_read() by Eric Dumazet · 8 years ago
  48. 1e340bb ipv6: tcp: add a missing tcp_v6_restore_cb() by Eric Dumazet · 8 years ago
  49. ae1768b ip6_gre: fix ip6gre_err() invalid reads by Eric Dumazet · 8 years ago
  50. 66cdd43 netlabel: out of bound access in cipso_v4_validate() by Eric Dumazet · 8 years ago
  51. f5b5444 ipv4: keep skb->dst around in presence of IP options by Eric Dumazet · 8 years ago
  52. d5b6fd7 net: use a work queue to defer net_disable_timestamp() work by Eric Dumazet · 8 years ago
  53. ca876df tcp: fix 0 divide in __tcp_select_window() by Eric Dumazet · 8 years ago
  54. e6fbace ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim() by Dan Carpenter · 8 years ago
  55. a7fe4e5 ipv6: fix ip6_tnl_parse_tlv_enc_lim() by Eric Dumazet · 8 years ago
  56. 6c8556f net/sched: matchall: Fix configuration race by Yotam Gigi · 8 years ago
  57. adf86d5 can: Fix kernel panic at security_sock_rcv_skb by Eric Dumazet · 8 years ago
  58. 8810e5f Merge remote-tracking branch 'origin/tmp-dcb6110' into 4.8 by Channagoud Kadabi · 8 years ago
  59. cb05734 Merge tag 'v4.9.10' into android-4.9-aosp by Dmitry Shmidt · 8 years ago
  60. 1a1981e mac80211: Fix adding of mesh vendor IEs by Thorsten Horstmann · 8 years ago
  61. f9bd791 nl80211: Fix mesh HT operation check by Masashi Honma · 8 years ago
  62. dcb6110 Merge tag 'v4.9.9' into android-4.9-aosp by Dmitry Shmidt · 8 years ago
  63. a150e08 can: bcm: fix hrtimer/tasklet termination in bcm op removal by Oliver Hartkopp · 8 years ago
  64. a3d7295 svcrpc: fix oops in absence of krb5 module by J. Bruce Fields · 8 years ago
  65. 347d9d9 Merge "net: rmnet_data: Handle leaked packets when adding MAP fields in TX" into msm-4.8 by Kyle Yan · 8 years ago
  66. cc6c4f1 Merge "net: rmnet_data: Handle buffer bloat for TCP scenarios" into msm-4.8 by Kyle Yan · 8 years ago
  67. 4fcb3b2 Merge "rmnet_data: queue QMAP control packets if start_xmit fails" into msm-4.8 by Kyle Yan · 8 years ago
  68. 53a726e Merge "net: rmnet_data: Fix incorrect netlink handling" into msm-4.8 by Kyle Yan · 8 years ago
  69. e37704d Merge tag 'v4.9.8' into android-4.9 by Dmitry Shmidt · 8 years ago
  70. 9f42bc4f net: dsa: Bring back device detaching in dsa_slave_suspend() by Florian Fainelli · 8 years ago
  71. e972cce lwtunnel: Fix oops on state free after encap module unload by Robert Shearman · 8 years ago
  72. 89c2588 net: Specify the owning module for lwtunnel ops by Robert Shearman · 8 years ago
  73. 93ff5e0 af_unix: move unix_mknod() out of bindlock by WANG Cong · 8 years ago
  74. ad864d9 net: mpls: Fix multipath selection for LSR use case by David Ahern · 8 years ago
  75. 7442314 bridge: netlink: call br_changelink() during br_dev_newlink() by Ivan Vecera · 8 years ago
  76. 0c687a7 tcp: initialize max window for a new fastopen socket by Alexey Kodanev · 8 years ago
  77. 79453ab ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock by Kefeng Wang · 8 years ago
  78. e9db042 lwtunnel: fix autoload of lwt modules by David Ahern · 8 years ago
  79. 948e137 net: fix harmonize_features() vs NETIF_F_HIGHDMA by Eric Dumazet · 8 years ago
  80. 1e7cbb4 virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving by Jason Wang · 8 years ago
  81. b260a71 net sched actions: fix refcnt when GETing of action after bind by Jamal Hadi Salim · 8 years ago
  82. 2d6b61e ax25: Fix segfault after sock connection timeout by Basil Gunn · 8 years ago
  83. c7a5df9 ip6_tunnel: Account for tunnel header in tunnel MTU by Jakub Sitnicki · 8 years ago
  84. 18767ac openvswitch: maintain correct checksum state in conntrack actions by Lance Richardson · 8 years ago
  85. 3524f64 tcp: fix tcp_fastopen unaligned access complaints on sparc by Shannon Nelson · 8 years ago
  86. 958bb1b net: ipv4: fix table id in getroute response by David Ahern · 8 years ago
  87. 6980c52 net: lwtunnel: Handle lwtunnel_fill_encap failure by David Ahern · 8 years ago
  88. b6baac1 rmnet_data: queue QMAP control packets if start_xmit fails by Ashwanth Goli · 8 years ago
  89. 6a2d1dd net: rmnet_data: Handle buffer bloat for TCP scenarios by Subash Abhinov Kasiviswanathan · 8 years ago
  90. 991811c net: rmnet_data: Handle leaked packets when adding MAP fields in TX by Subash Abhinov Kasiviswanathan · 8 years ago
  91. 5d8d66c net: rmnet_data: Disable generic receive offload by default by Subash Abhinov Kasiviswanathan · 8 years ago
  92. 2357fa5 net: rmnet_data: Fix incorrect netlink handling by Conner Huff · 8 years ago
  93. be65fb0 ANDROID: net: ipv6: remove unused variable ifindex in by Amit Pundir · 8 years ago
  94. cb1d48f SUNRPC: cleanup ida information when removing sunrpc module by Kinglong Mee · 8 years ago
  95. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 8 years ago
  96. 1452d39 UPSTREAM: net: socket: don't set sk_uid to garbage value in ->setattr() by Eric Biggers · 8 years ago
  97. 2b9e162 UPSTREAM: net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu. by Lorenzo Colitti · 8 years ago
  98. 5044292 UPSTREAM: net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  99. 2ec93fe UPSTREAM: net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  100. 81a1591 UPSTREAM: net: core: Add a UID field to struct sock. by Lorenzo Colitti · 8 years ago