1. 110cce4 Merge remote-tracking branch '4.9/tmp-82ab074' into 4.9 by Kyle Yan · 7 years ago
  2. 8cc472f Merge "net_sched: Add flow control support to prio qdisc" into msm-4.9 by Kyle Yan · 7 years ago
  3. 07e3afe Merge "net: rmnet_data: Add support to configure custom device name" into msm-4.9 by Kyle Yan · 7 years ago
  4. 74fdd73 drivers: Fix more compiler warnings by Kyle Yan · 7 years ago
  5. abb705d net_sched: Add flow control support to prio qdisc by Subash Abhinov Kasiviswanathan · 7 years ago
  6. 5859863 net: rmnet_data: Add support to configure custom device name by Subash Abhinov Kasiviswanathan · 7 years ago
  7. 692c6d7 dccp: fix memory leak during tear-down of unsuccessful connection request by Hannes Frederic Sowa · 7 years ago
  8. ee059e3 dccp/tcp: fix routing redirect race am: 98933eb36d by Jon Maxwell · 7 years ago
  9. aa93808 bridge: drop netfilter fake rtable unconditionally am: 9bce26f224 by Florian Westphal · 7 years ago
  10. 4dd40f9 ipv6: avoid write to a possibly cloned skb am: 683100ed45 by Florian Westphal · 7 years ago
  11. 7ce7a5f ipv6: make ECMP route replacement less greedy am: 4a8d3bb73a by Sabrina Dubroca · 7 years ago
  12. 8b173e5 mpls: Do not decrement alive counter for unregister events am: 87c0286a07 by David Ahern · 7 years ago
  13. 7e57f7c mpls: Send route delete notifications when router module is unloaded by David Ahern · 7 years ago
  14. 97097b2 act_connmark: avoid crashing on malformed nlattrs with null parms am: 47c8dc47c0 by Etienne Noss · 7 years ago
  15. eb051719 net/tunnel: set inner protocol in network gro hooks am: b07eed8f71 by Paolo Abeni · 7 years ago
  16. 4d5de05 dccp: fix use-after-free in dccp_feat_activate_values am: 7c0eaeec84 by Eric Dumazet · 7 years ago
  17. e7828ad net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump by Alexey Khoroshilov · 7 years ago
  18. f99d227 net: fix socket refcounting in skb_complete_tx_timestamp() am: f157cc1d72 by Eric Dumazet · 7 years ago
  19. af1d708 net: fix socket refcounting in skb_complete_wifi_ack() am: 98fa3d2a8e by Eric Dumazet · 7 years ago
  20. 4d30eeb tcp: fix various issues for sockets morphing to listen state am: 07753bc6a2 by Eric Dumazet · 7 years ago
  21. 76f6a37 strparser: destroy workqueue on module exit am: 4547f03d1a by WANG Cong · 7 years ago
  22. 9980cc2 dccp: Unlock sock before calling sk_free() am: 51ae1fbcf1 by Arnaldo Carvalho de Melo · 7 years ago
  23. f51c410 ipv6: orphan skbs in reassembly unit am: 0bcc319d55 by Eric Dumazet · 7 years ago
  24. 2fd730d5 net: net_enable_timestamp() can be called from irq contexts am: 3d87dce3df by Eric Dumazet · 7 years ago
  25. ca2c57a net: don't call strlen() on the user buffer in packet_bind_spkt() am: 62fe0521fb by Alexander Potapenko · 7 years ago
  26. 61a8ace net: bridge: allow IPv6 when multicast flood is disabled am: fa7c48fb3a by Mike Manning · 7 years ago
  27. a107e41 tcp/dccp: block BH for SYN processing am: bbaeb9b73f by Eric Dumazet · 7 years ago
  28. 6a3a773 l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv am: 837786cbbb by Paul Hber · 7 years ago
  29. a6f9e55 net sched actions: decrement module reference count after table flush. by Roman Mashak · 7 years ago
  30. 9bd18b3 ipv4: mask tos for input route am: 36931eb015 by Julian Anastasov · 7 years ago
  31. dc32775 vti6: return GRE_KEY for vti6 am: f7081057d1 by David Forster · 7 years ago
  32. 9e38375 dccp: fix memory leak during tear-down of unsuccessful connection request by Hannes Frederic Sowa · 7 years ago
  33. 98933eb dccp/tcp: fix routing redirect race by Jon Maxwell · 7 years ago
  34. 9bce26f bridge: drop netfilter fake rtable unconditionally by Florian Westphal · 7 years ago
  35. 683100e ipv6: avoid write to a possibly cloned skb by Florian Westphal · 7 years ago
  36. 4a8d3bb ipv6: make ECMP route replacement less greedy by Sabrina Dubroca · 7 years ago
  37. 87c0286 mpls: Do not decrement alive counter for unregister events by David Ahern · 7 years ago
  38. b61206e mpls: Send route delete notifications when router module is unloaded by David Ahern · 7 years ago
  39. 47c8dc4 act_connmark: avoid crashing on malformed nlattrs with null parms by Etienne Noss · 7 years ago
  40. b07eed8 net/tunnel: set inner protocol in network gro hooks by Paolo Abeni · 7 years ago
  41. 7c0eaee dccp: fix use-after-free in dccp_feat_activate_values by Eric Dumazet · 7 years ago
  42. 5f79aab net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dump by Alexey Khoroshilov · 7 years ago
  43. f157cc1 net: fix socket refcounting in skb_complete_tx_timestamp() by Eric Dumazet · 7 years ago
  44. 98fa3d2 net: fix socket refcounting in skb_complete_wifi_ack() by Eric Dumazet · 7 years ago
  45. 07753bc tcp: fix various issues for sockets morphing to listen state by Eric Dumazet · 7 years ago
  46. 4547f03 strparser: destroy workqueue on module exit by WANG Cong · 7 years ago
  47. 51ae1fb dccp: Unlock sock before calling sk_free() by Arnaldo Carvalho de Melo · 7 years ago
  48. 0bcc319 ipv6: orphan skbs in reassembly unit by Eric Dumazet · 7 years ago
  49. 3d87dce net: net_enable_timestamp() can be called from irq contexts by Eric Dumazet · 7 years ago
  50. 62fe052 net: don't call strlen() on the user buffer in packet_bind_spkt() by Alexander Potapenko · 7 years ago
  51. fa7c48f net: bridge: allow IPv6 when multicast flood is disabled by Mike Manning · 7 years ago
  52. bbaeb9b tcp/dccp: block BH for SYN processing by Eric Dumazet · 7 years ago
  53. 837786c l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv by Paul Hüber · 7 years ago
  54. 063893e net sched actions: decrement module reference count after table flush. by Roman Mashak · 7 years ago
  55. 36931eb ipv4: mask tos for input route by Julian Anastasov · 7 years ago
  56. f708105 vti6: return GRE_KEY for vti6 by David Forster · 7 years ago
  57. 90ed47f Merge remote-tracking branch '4.9/tmp-47c0adf' into 4.9 by Kyle Yan · 7 years ago
  58. f5b6935 Merge "netfilter: xtables: Add snapshot of hardidletimer target" into msm-4.9 by Kyle Yan · 7 years ago
  59. c60a598 mac80211: use driver-indicated transmitter STA only for data frames by Johannes Berg · 7 years ago
  60. 855ee12 mac80211: don't handle filtered frames within a BA session am: 3981384999 by Felix Fietkau · 7 years ago
  61. 2159c30 mac80211: don't reorder frames with SN smaller than SSN am: 42e7f37714 by Sara Sharon · 7 years ago
  62. fef4174 mac80211: flush delayed work when entering suspend am: b116db0da1 by Matt Chen · 7 years ago
  63. b507df2 mac80211: use driver-indicated transmitter STA only for data frames by Johannes Berg · 7 years ago
  64. 3981384 mac80211: don't handle filtered frames within a BA session by Felix Fietkau · 7 years ago
  65. 42e7f37 mac80211: don't reorder frames with SN smaller than SSN by Sara Sharon · 7 years ago
  66. b116db0 mac80211: flush delayed work when entering suspend by Matt Chen · 7 years ago
  67. a711fa7 ANDROID: nf: IDLETIMER: Use fullsock when querying uid by Subash Abhinov Kasiviswanathan · 8 years ago
  68. da75569 Merge remote-tracking branch '4.9/tmp-053b654' into msm-4.9 by Kyle Yan · 7 years ago
  69. 0f8abf5 netfilter: conntrack: refine gc worker heuristics, redux am: 371d0342a3 by Florian Westphal · 7 years ago
  70. 615124c netfilter: conntrack: remove GC_MAX_EVICTS break am: 5f7ff59d06 by Florian Westphal · 7 years ago
  71. 2b9a543 ceph: update readpages osd request according to size of pages am: dc8470f3c8 by Yan, Zheng · 7 years ago
  72. de63d00 xprtrdma: Reduce required number of send SGEs am: 86840a6305 by Chuck Lever · 7 years ago
  73. 467ece7 xprtrdma: Disable pad optimization by default am: 73eea1c400 by Chuck Lever · 7 years ago
  74. dde4116 xprtrdma: Per-connection pad optimization am: fab6c2caa4 by Chuck Lever · 7 years ago
  75. 8f5e412 xprtrdma: Fix Read chunk padding am: ec3bc2c5ed by Chuck Lever · 7 years ago
  76. 371d034 netfilter: conntrack: refine gc worker heuristics, redux by Florian Westphal · 7 years ago
  77. 5f7ff59 netfilter: conntrack: remove GC_MAX_EVICTS break by Florian Westphal · 7 years ago
  78. dc8470f ceph: update readpages osd request according to size of pages by Yan, Zheng · 7 years ago
  79. 86840a6 xprtrdma: Reduce required number of send SGEs by Chuck Lever · 7 years ago
  80. 73eea1c xprtrdma: Disable pad optimization by default by Chuck Lever · 7 years ago
  81. fab6c2c xprtrdma: Per-connection pad optimization by Chuck Lever · 7 years ago
  82. ec3bc2c xprtrdma: Fix Read chunk padding by Chuck Lever · 7 years ago
  83. 877a0a0 Merge remote-tracking branch '4.9/tmp-a6e00ae' into msm-4.9 by Kyle Yan · 7 years ago
  84. e682dcb Merge remote-tracking branch '4.9/tmp-0455ac9' into 4.9 by Kyle Yan · 7 years ago
  85. 7b112430 ANDROID: nf: IDLETIMER: Fix use after free condition during work by Subash Abhinov Kasiviswanathan · 8 years ago
  86. eb5c154 netfilter: xtables: Add snapshot of hardidletimer target by Subash Abhinov Kasiviswanathan · 7 years ago
  87. a6e00ae Merge branch 'upstream-linux-4.9.y' into android-4.9 by Todd Kjos · 7 years ago
  88. b6cfac7 UPSTREAM: net: core: add missing check for uid_range in rule_exists. by Lorenzo Colitti · 8 years ago
  89. 8f9872b netfilter: nf_ct_helper: warn when not applying default helper assignment by Jiri Kosina · 7 years ago
  90. 1a0e259 net: socket: fix recvmmsg not returning error from sock_error by Maxime Jayat · 7 years ago
  91. 481aedf ip: fix IP_CHECKSUM handling by Paolo Abeni · 7 years ago
  92. c2219da irda: Fix lockdep annotations in hashbin_delete(). by David S. Miller · 7 years ago
  93. 171d92a dccp: fix freeing skb too early for IPV6_RECVPKTINFO by Andrey Konovalov · 7 years ago
  94. 6c854af net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notification by Marcus Huewe · 7 years ago
  95. 9206efc packet: Do not call fanout_release from atomic contexts by Anoob Soman · 7 years ago
  96. 722737f packet: fix races in fanout_add() by Eric Dumazet · 7 years ago
  97. 42b5278 net/llc: avoid BUG_ON() in skb_orphan() by Eric Dumazet · 7 years ago
  98. 90aa799 kcm: fix a null pointer dereference in kcm_sendmsg() by WANG Cong · 7 years ago
  99. 1409935 kcm: fix 0-length case for kcm_sendmsg() by WANG Cong · 7 years ago
  100. f90a250 net: rmnet_data: Optimized GRO for single flow by Conner Huff · 8 years ago