1. dcb2674 Merge 4.9.77 into android-4.9-o by Greg Kroah-Hartman · 7 years ago
  2. dde00c9 ipv6: fix possible mem leaks in ipv6_make_skb() by Eric Dumazet · 7 years ago
  3. 127372f Merge 4.9.74 into android-4.9-o by Greg Kroah-Hartman · 7 years ago
  4. b3b5603 net: reevalulate autoflowlabel setting after sysctl setting by Shaohua Li · 7 years ago
  5. 0500222 Merge 4.9.63 into android-4.9-o by Greg Kroah-Hartman · 7 years ago
  6. 28fa583 ipv6: flowlabel: do not leave opt->tot_len with garbage by Eric Dumazet · 7 years ago
  7. 7073fca Merge 4.9.43 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  8. 33dc6a6 udp: consistently apply ufo or fragmentation by Willem de Bruijn · 7 years ago
  9. 53eed8a revert "net: account for current skb length when deciding about UFO" by Greg Kroah-Hartman · 7 years ago
  10. 02f29ab Merge 4.9.42 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  11. ef09c9f net: account for current skb length when deciding about UFO by Michal Kubeček · 7 years ago
  12. 23a91c8 ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment() by Stefano Brivio · 7 years ago
  13. e6b0c64f Merge 4.9.41 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  14. aeb2303 ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_output by Zheng Li · 8 years ago
  15. 184ce81 Merge 4.9.36 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  16. 98184bb ipv6: release dst on error in ip6_dst_lookup_tail by Willem de Bruijn · 7 years ago
  17. 0d21cf1 Merge 4.9.33 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  18. cb351da ipv6: Inhibit IPv4-mapped src address on the wire. by Jonathan T. Leighton · 7 years ago
  19. d937a80 FROMLIST: Remove the redundant skb->dev initialization in ip6_fragment by Chenbo Feng · 7 years ago
  20. 2c4f58a FROMLIST: ipv6: Initial skb->dev and skb->protocol in ip6_output by Chenbo Feng · 7 years ago
  21. 77d3588 Merge 4.9.31 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  22. 304b410 ipv6: fix out of bound writes in __ip6_append_data() by Eric Dumazet · 7 years ago
  23. 3fa202e ipv6: Check ip6_find_1stfragopt() return value properly. by David S. Miller · 7 years ago
  24. a2c845e ipv6: Prevent overrun when parsing v6 header options by Craig Gallek · 7 years ago
  25. 9290d74 UPSTREAM: net: ipv4, ipv6: run cgroup eBPF egress programs by Daniel Mack · 8 years ago
  26. 683100e ipv6: avoid write to a possibly cloned skb by Florian Westphal · 7 years ago
  27. 0d4c19e tcp: don't annotate mark on control socket from tcp_v6_send_response() by Pablo Neira · 8 years ago
  28. f89c56c ipv6: Don't use ufo handling on later transformed packets by Jakub Sitnicki · 8 years ago
  29. 8a966fc net: ipv6: Remove l3mdev_get_saddr6 by David Ahern · 8 years ago
  30. e0d56fd net: l3mdev: remove redundant calls by David Ahern · 8 years ago
  31. a8e3e1a net: l3mdev: Add hook to output path by David Ahern · 8 years ago
  32. 14972cb net: lwtunnel: Handle fragmentation by Roopa Prabhu · 8 years ago
  33. 0d240e7 net: vrf: Implement get_saddr for IPv6 by David Ahern · 8 years ago
  34. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  35. 00bc0ef ipv6: Skip XFRM lookup if dst_entry in socket cache is valid by Jakub Sitnicki · 8 years ago
  36. ae7ef81 skbuff: introduce skb_gso_validate_mtu by Marcelo Ricardo Leitner · 8 years ago
  37. 26879da ipv6: add new struct ipcm6_cookie by Wei Wang · 8 years ago
  38. 1d01550 ipv6: rename IP6_INC_STATS_BH() by Eric Dumazet · 8 years ago
  39. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  40. 3ba3458 ipv6: Count in extension headers in skb->network_header by Jakub Sitnicki · 8 years ago
  41. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  42. 64d4e34 net: remove skb_sender_cpu_clear() by WANG Cong · 8 years ago
  43. 6f21c96 ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() by Paolo Abeni · 9 years ago
  44. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  45. 40ba330 udp: disallow UFO for sockets with SO_NO_CHECK option by Michal Kubeček · 9 years ago
  46. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 9 years ago
  47. 405c92f ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment by Hannes Frederic Sowa · 9 years ago
  48. 682b1a9 ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked sockets by Hannes Frederic Sowa · 9 years ago
  49. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. 89bc784 ipv6: protect mtu calculation of wrap-around and infinite loop by rounding issues by Hannes Frederic Sowa · 9 years ago
  51. 1e0d69a Revert "Merge branch 'ipv6-overflow-arith'" by Hannes Frederic Sowa · 9 years ago
  52. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  53. b72a2b0 ipv6: protect mtu calculation of wrap-around and infinite loop by rounding issues by Hannes Frederic Sowa · 9 years ago
  54. f1900fb net: Really fix vti6 with oif in dst lookups by David Ahern · 9 years ago
  55. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  56. ca25449 net: Add VRF support to IPv6 stack by David Ahern · 9 years ago
  57. 9ef2e96 ipv6: drop frames with attached skb->sk in forwarding by Hannes Frederic Sowa · 9 years ago
  58. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  59. 33224b1 ipv4, ipv6: Pass net into ip_local_out and ip6_local_out by Eric W. Biederman · 9 years ago
  60. 7928833 ipv6: Merge ip6_local_out and ip6_local_out_sk by Eric W. Biederman · 9 years ago
  61. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  62. 7d8c6e3 ipv6: Pass struct net through ip6_fragment by Eric W. Biederman · 9 years ago
  63. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  64. 1c1e9d2 ipv6: constify ip6_xmit() sock argument by Eric Dumazet · 9 years ago
  65. 3aef934 ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments by Eric Dumazet · 9 years ago
  66. 1d325d2 ipv6: ip6_fragment: fix headroom tests and skb leak by Florian Westphal · 9 years ago
  67. be10de0 netfilter: Add blank lines in callers of netfilter hooks by Eric W. Biederman · 9 years ago
  68. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  69. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  70. 19a0644 ipv6: Cache net in ip6_output by Eric W. Biederman · 9 years ago
  71. 78126c4 ipv6: Only compute net once in ip6_finish_output2 by Eric W. Biederman · 9 years ago
  72. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  73. 67800f9 ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabel by Tom Herbert · 9 years ago
  74. 343d60a ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument by Roopa Prabhu · 9 years ago
  75. a0a9f33 net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not set by Phil Sutter · 9 years ago
  76. 485fca6 ipv6: don't increase size when refragmenting forwarded ipv6 skbs by Florian Westphal · 9 years ago
  77. 2647a9b ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST by Martin KaFai Lau · 9 years ago
  78. fd0273d ipv6: Remove external dependency on rt6i_dst and rt6i_src by Martin KaFai Lau · 9 years ago
  79. 286c234 ipv6: Clean up ipv6_select_ident() and ip6_fragment() by Martin KaFai Lau · 9 years ago
  80. e87a468 ipv6: Fix udp checksums with raw sockets by Vlad Yasevich · 9 years ago
  81. e16e888 ipv6: Fixed source specific default route handling. by Markus Stenberg · 9 years ago
  82. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  83. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  84. f60e599 ipv6: protect skb->sk accesses from recursive dereference inside the stack by hannes@stressinduktion.org · 9 years ago
  85. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  86. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  87. 5a352dd ipv6: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 9 years ago
  88. c29390c xps: must clear sender_cpu before forwarding by Eric Dumazet · 9 years ago
  89. acf8dd0 udp: only allow UFO for packets from SOCK_DGRAM sockets by Michal Kubeček · 9 years ago
  90. bf250a1 ipv6: Partial checksum only UDP packets by Vlad Yasevich · 9 years ago
  91. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  92. 0508c07 ipv6: Select fragment id during UFO segmentation if not set. by Vlad Yasevich · 9 years ago
  93. 32dce96 ipv6: Allow for partial checksums on non-ufo packets by Vlad Yasevich · 9 years ago
  94. 6422398 ipv6: introduce ipv6_make_skb by Vlad Yasevich · 9 years ago
  95. 0bbe84a ipv6: Append sending data to arbitrary queue by Vlad Yasevich · 9 years ago
  96. 366e41d ipv6: pull cork initialization into its own function. by Vlad Yasevich · 9 years ago
  97. e5d08d7 ipv6: coding style improvements (remove assignment in if statements) by Ian Morris · 10 years ago
  98. cbffccc net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages by Joe Perches · 10 years ago
  99. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  100. f92ee61 xfrm: Generate blackhole routes only from route lookup functions by Steffen Klassert · 10 years ago