1. c6a9621 Merge remote-tracking branch '4.9/tmp-4979478' into msm-4.9 by Kyle Yan · 7 years ago
  2. 86cccd2 UPSTREAM: net: ipv4: Don't crash if passing a null sk to ip_do_redirect. by Lorenzo Colitti · 7 years ago
  3. 0078bd9 Merge remote-tracking branch '4.9/tmp-c96f651' into msm-4.9 by Kyle Yan · 7 years ago
  4. 42c3c88 Merge 4.9.19 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  5. 9e13bce tcp: initialize icsk_ack.lrcvtime at session start time by Eric Dumazet · 7 years ago
  6. 62e85fe ipv4: provide stronger user input validation in nl_fib_input() by Eric Dumazet · 7 years ago
  7. 110cce4 Merge remote-tracking branch '4.9/tmp-82ab074' into 4.9 by Kyle Yan · 7 years ago
  8. ee059e3 dccp/tcp: fix routing redirect race am: 98933eb36d by Jon Maxwell · 7 years ago
  9. eb051719 net/tunnel: set inner protocol in network gro hooks am: b07eed8f71 by Paolo Abeni · 7 years ago
  10. 4d30eeb tcp: fix various issues for sockets morphing to listen state am: 07753bc6a2 by Eric Dumazet · 7 years ago
  11. a107e41 tcp/dccp: block BH for SYN processing am: bbaeb9b73f by Eric Dumazet · 7 years ago
  12. 9bd18b3 ipv4: mask tos for input route am: 36931eb015 by Julian Anastasov · 7 years ago
  13. 98933eb dccp/tcp: fix routing redirect race by Jon Maxwell · 7 years ago
  14. b07eed8 net/tunnel: set inner protocol in network gro hooks by Paolo Abeni · 7 years ago
  15. 07753bc tcp: fix various issues for sockets morphing to listen state by Eric Dumazet · 7 years ago
  16. bbaeb9b tcp/dccp: block BH for SYN processing by Eric Dumazet · 7 years ago
  17. 36931eb ipv4: mask tos for input route by Julian Anastasov · 7 years ago
  18. 877a0a0 Merge remote-tracking branch '4.9/tmp-a6e00ae' into msm-4.9 by Kyle Yan · 7 years ago
  19. e682dcb Merge remote-tracking branch '4.9/tmp-0455ac9' into 4.9 by Kyle Yan · 7 years ago
  20. a6e00ae Merge branch 'upstream-linux-4.9.y' into android-4.9 by Todd Kjos · 7 years ago
  21. 481aedf ip: fix IP_CHECKSUM handling by Paolo Abeni · 7 years ago
  22. 5ab69b4 Merge tag 'v4.9.11' into android-4.9-aosp by Dmitry Shmidt · 7 years ago
  23. 7c4c32a tcp: fix mark propagation with fwmark_reflect enabled by Pau Espin Pedrol · 7 years ago
  24. 16a3fbe igmp, mld: Fix memory leak in igmpv3/mld_del_delrec() by Hangbin Liu · 7 years ago
  25. a700cf2 ping: fix a null pointer dereference by WANG Cong · 7 years ago
  26. 0f895f5 tcp: avoid infinite loop in tcp_splice_read() by Eric Dumazet · 7 years ago
  27. 66cdd43 netlabel: out of bound access in cipso_v4_validate() by Eric Dumazet · 7 years ago
  28. f5b5444 ipv4: keep skb->dst around in presence of IP options by Eric Dumazet · 7 years ago
  29. ca876df tcp: fix 0 divide in __tcp_select_window() by Eric Dumazet · 7 years ago
  30. 8810e5f Merge remote-tracking branch 'origin/tmp-dcb6110' into 4.8 by Channagoud Kadabi · 7 years ago
  31. e37704d Merge tag 'v4.9.8' into android-4.9 by Dmitry Shmidt · 7 years ago
  32. 89c2588 net: Specify the owning module for lwtunnel ops by Robert Shearman · 7 years ago
  33. 0c687a7 tcp: initialize max window for a new fastopen socket by Alexey Kodanev · 7 years ago
  34. e9db042 lwtunnel: fix autoload of lwt modules by David Ahern · 7 years ago
  35. 3524f64 tcp: fix tcp_fastopen unaligned access complaints on sparc by Shannon Nelson · 7 years ago
  36. 958bb1b net: ipv4: fix table id in getroute response by David Ahern · 7 years ago
  37. 6980c52 net: lwtunnel: Handle lwtunnel_fill_encap failure by David Ahern · 7 years ago
  38. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  39. 2b9e162 UPSTREAM: net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu. by Lorenzo Colitti · 8 years ago
  40. 5044292 UPSTREAM: net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  41. 2ec93fe UPSTREAM: net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  42. 3823c8b ANDROID: tcp: fix tcp_default_init_rwnd() for 4.1 by Dmitry Shmidt · 9 years ago
  43. 7220b97 ANDROID: tcp: add a sysctl to config the tcp_default_init_rwnd by JP Abgrall · 10 years ago
  44. 41b377f ANDROID: sysfs_net_ipv4: Add sysfs-based knobs for controlling TCP window size by Robert Love · 16 years ago
  45. c003a30 ANDROID: net: Replace AID_NET_RAW checks with capable(CAP_NET_RAW). by Chia-chi Yeh · 15 years ago
  46. ec2622b ANDROID: Paranoid network. by Robert Love · 16 years ago
  47. 7b7a5a8 net: ipv4: Fix multipath selection with vrf by David Ahern · 7 years ago
  48. efc455f ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules by Alexander Duyck · 7 years ago
  49. fe1e13c igmp: Make igmp group member RFC 3376 compliant by Michal Tesar · 7 years ago
  50. a8a213f net: ipv4: dst for local input routes should use l3mdev if relevant by David Ahern · 7 years ago
  51. e742208 net: fix incorrect original ingress device index in PKTINFO by Wei Zhang · 7 years ago
  52. d36a1cb inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets by Willem de Bruijn · 7 years ago
  53. f37d2ac Merge remote-tracking branch 'origin/tmp-69973b8' into msm-4.8 by Kyle Yan · 8 years ago
  54. ef5ecfe Merge remote-tracking branch 'origin/tmp-3e5de27' into msm-4.8 by Kyle Yan · 8 years ago
  55. dcb17d2 tcp: warn on bogus MSS and try to amend it by Marcelo Ricardo Leitner · 8 years ago
  56. 5044bbd Merge remote-tracking branch '4.4/tmp-e5517c2' into 4.8 by Kyle Yan · 8 years ago
  57. 0eab121 net: ping: check minimum size on ICMP header length by Kees Cook · 8 years ago
  58. a52ca62 ipv4: Drop suffix update from resize code by Alexander Duyck · 8 years ago
  59. 1a23917 ipv4: Drop leaf from suffix pull/push functions by Alexander Duyck · 8 years ago
  60. f418043 ipv4: Set skb->protocol properly for local output by Eli Cooper · 8 years ago
  61. 7bbf91c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  62. 3d2dd61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  63. 17a49cd netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in 64bit kernel by Hongxu Jia · 8 years ago
  64. 7c7fedd esp4: Fix integrity verification when ESN are used by Tobias Brunner · 8 years ago
  65. a510887 GSO: Reload iph after pskb_may_pull by Arnaldo Carvalho de Melo · 8 years ago
  66. 4df21df tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set by Julian Wollrath · 8 years ago
  67. 30c7be2 udplite: call proper backlog handlers by Eric Dumazet · 8 years ago
  68. 6d8b49c netfilter: Update ip_route_me_harder to consider L3 domain by David Ahern · 8 years ago
  69. 7082c5c tcp: zero ca_priv area when switching cc algorithms by Florian Westphal · 8 years ago
  70. f2cf423 Merge remote-tracking branch 'origin/tmp-9c76358' into msm-4.8 by Kyle Yan · 8 years ago
  71. 3114cdf ipv4: Fix memory leak in exception case for splitting tries by Alexander Duyck · 8 years ago
  72. 3b70933 ipv4: Restore fib_trie_flush_external function and fix call ordering by Alexander Duyck · 8 years ago
  73. 73e2d5e udp: restore UDPlite many-cast delivery by Pablo Neira · 8 years ago
  74. 24803f3 igmp: do not remove igmp souce list info when set link down by Hangbin Liu · 8 years ago
  75. ac6e780 tcp: take care of truncations done by sk_filter() by Eric Dumazet · 8 years ago
  76. 969447f ipv4: use new_gw for redirect neigh lookup by Stephen Suryaputra Lin · 8 years ago
  77. 0ace81e ipv4: update comment to document GSO fragmentation cases. by Lance Richardson · 8 years ago
  78. 9b6c14d net: tcp response should set oif only if it is L3 master by David Ahern · 8 years ago
  79. 9fa684e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  80. 9d1a6c4 net: icmp_route_lookup should use rt dev to determine L3 domain by David Ahern · 8 years ago
  81. dd5e9dd Merge remote-tracking branch 'origin/tmp-bc33b0c' into 4.8 by Channagoud Kadabi · 8 years ago
  82. fd0285a fib_trie: Correct /proc/net/route off by one error by Alexander Duyck · 8 years ago
  83. 79d8665 tcp: fix return value for partial writes by Eric Dumazet · 8 years ago
  84. 9ee6c5d ipv4: allow local fragmentation in ip_finish_output_gso() by Lance Richardson · 8 years ago
  85. ac9e70b tcp: fix potential memory corruption by Eric Dumazet · 8 years ago
  86. 14135f3 inet: fix sleeping inside inet_wait_for_connect() by WANG Cong · 8 years ago
  87. ce6dd23 dctcp: avoid bogus doubling of cwnd after loss by Florian Westphal · 8 years ago
  88. b73b8a1 netfilter: nft_dup: do not use sreg_dev if the user doesn't specify it by Liping Zhang · 8 years ago
  89. 10df8e6 udp: fix IP_CHECKSUM handling by Eric Dumazet · 8 years ago
  90. 0066e9d ANDROID: net: fix 'const' warnings by Brian Norris · 8 years ago
  91. e76fb73 net: core: Handle 'sk' being NULL in UID-based routing by Sreeram Ramachandran · 10 years ago
  92. 3b82497 net: core: Support UID-based routing. by Lorenzo Colitti · 10 years ago
  93. f46902e tcp: fix tcp_default_init_rwnd() for 4.1 by Dmitry Shmidt · 9 years ago
  94. d5f8977 tcp: add a sysctl to config the tcp_default_init_rwnd by JP Abgrall · 10 years ago
  95. cd6311a net: Replace AID_NET_RAW checks with capable(CAP_NET_RAW). by Chia-chi Yeh · 15 years ago
  96. aaa5b26 sysfs_net_ipv4: Add sysfs-based knobs for controlling TCP window size by Robert Love · 16 years ago
  97. 1b817cf Paranoid network. by Robert Love · 16 years ago
  98. 396a30c ipv4: use the right lock for ping_group_range by WANG Cong · 8 years ago
  99. a681574 ipv4: disable BH in set_ping_group_range() by Eric Dumazet · 8 years ago
  100. 286c72d udp: must lock the socket in udp_disconnect() by Eric Dumazet · 8 years ago