1. 00a0bcb Merge 4.9.110 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. c8197f9 xfrm6: avoid potential infinite loop in _decode_session6() by Eric Dumazet · 6 years ago
  3. 34e23de BACKPORT: net: xfrm: support setting an output mark. by Lorenzo Colitti · 7 years ago
  4. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  5. e0d56fd net: l3mdev: remove redundant calls by David Ahern · 8 years ago
  6. 40e3012 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  7. 11d7a0b xfrm: Only add l3mdev oif to dst lookups by David Ahern · 8 years ago
  8. 318d3cc net: xfrm: fix old-style declaration by Arnd Bergmann · 8 years ago
  9. 024f35c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  10. a8a572a xfrm: dst_entries_init() per-net dst_ops by Dan Streetman · 9 years ago
  11. e7b63ff Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 9 years ago
  12. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  13. 199c655 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 9 years ago
  14. 6e28b00 net: Fix vti use case with oif in dst lookups for IPv6 by David Ahern · 9 years ago
  15. 4148987 net: Fix vti use case with oif in dst lookups for IPv6 by David Ahern · 9 years ago
  16. 385add9 net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents by David Ahern · 9 years ago
  17. c386578 xfrm: Let the flowcache handle its size by default. by Steffen Klassert · 9 years ago
  18. 04a6b8b xfrm6: Fix ICMPv6 and MH header checks in _decode_session6 by Mathias Krause · 9 years ago
  19. 4ec3b28 xfrm: Use VRF master index if output device is enslaved by David Ahern · 9 years ago
  20. 42a7b32 xfrm: Add oif to dst lookups by David Ahern · 9 years ago
  21. b197df4 ipv6: Add rt6_get_cookie() function by Martin KaFai Lau · 9 years ago
  22. afc4eef ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peer by Martin KaFai Lau · 9 years ago
  23. 15e318b xfrm: simplify xfrm_address_t use by Jiri Benc · 9 years ago
  24. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  25. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  26. ddb3b60 net: Remove protocol from struct dst_ops by Eric W. Biederman · 9 years ago
  27. cd3bafc xfrm6: Fix a offset value for network header in _decode_session6 by Hajime Tazaki · 9 years ago
  28. f855691 xfrm6: Fix the nexthdr offset in _decode_session6. by Steffen Klassert · 10 years ago
  29. de3b7a0 xfrm6: Fix transport header offset in _decode_session6. by Steffen Klassert · 10 years ago
  30. 789f202 xfrm6: fix a potential use after free in xfrm6_policy.c by Li RongQing · 10 years ago
  31. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  32. 7e14ea1 xfrm6: Add IPsec protocol multiplexer by Steffen Klassert · 10 years ago
  33. 84502b5 xfrm: Fix null pointer dereference when decoding sessions by Steffen Klassert · 11 years ago
  34. eeb1b73 xfrm: Increase the garbage collector threshold by Steffen Klassert · 11 years ago
  35. bafd4bd xfrm: Decode sessions with output interface. by Steffen Klassert · 11 years ago
  36. 84c4a9d xfrm6: release dev before returning error by Cong Wang · 11 years ago
  37. 8d06887 xfrm: make gc_thresh configurable in all namespaces by Michal Kubecek · 11 years ago
  38. 887c95c ipv6: Complete neighbour entry removal from dst_entry. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  39. 0afe21f xfrm6: Remove commented out function call to xfrm6_input_fini by Steffen Klassert · 12 years ago
  40. c381328 xfrm: Use a static gc threshold value for ipv6 by Steffen Klassert · 12 years ago
  41. 07a9362 ipv6: use IS_ENABLED() by Amerigo Wang · 12 years ago
  42. 9d7b0fc net: ipv6: fix oops in inet_putpeer() by Patrick McHardy · 12 years ago
  43. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  44. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  45. 97cac08 ipv6: Store route neighbour in rt6_info struct. by David S. Miller · 12 years ago
  46. 97bab73 inet: Hide route peer accesses behind helpers. by David S. Miller · 12 years ago
  47. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  48. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  49. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  50. 1958b85 net: Put fl6_* macros to struct flowi6 and use them again. by David S. Miller · 13 years ago
  51. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  52. 7e1dc7b net: Use flowi4 and flowi6 in xfrm layer. by David S. Miller · 13 years ago
  53. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  54. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  55. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 13 years ago
  56. 5e6b930 xfrm: Const'ify address arguments to ->dst_lookup() by David S. Miller · 13 years ago
  57. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 13 years ago
  58. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 13 years ago
  59. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 13 years ago
  60. 7cc2edb xfrm6: Don't forget to propagate peer into ipsec route. by David S. Miller · 13 years ago
  61. fc66f95 net dst: use a percpu_counter to track entries by Eric Dumazet · 14 years ago
  62. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  63. 44b451f xfrm: fix xfrm by MARK logic by Peter Kosyh · 14 years ago
  64. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  65. bc8e4b9 xfrm6: ensure to use the same dev when building a bundle by Nicolas Dichtel · 14 years ago
  66. 80c802f xfrm: cache bundles instead of policies for outgoing flows by Timo Teräs · 14 years ago
  67. 87c1e12 ipsec: Fix bogus bundle flowi by Herbert Xu · 14 years ago
  68. d7c7544 netns xfrm: deal with dst entries in netns by Alexey Dobriyan · 14 years ago
  69. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  70. db71789 xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled. by David S. Miller · 15 years ago
  71. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 15 years ago
  72. a44a4a0 xfrm: export xfrm garbage collector thresholds via sysctl by Neil Horman · 15 years ago
  73. 59cae00 xfrm6: fix the proto and ports decode of sctp protocol by Wei Yongjun · 15 years ago
  74. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  75. fbda33b netns xfrm: ->get_saddr in netns by Alexey Dobriyan · 16 years ago
  76. c5b3cf4 netns xfrm: ->dst_lookup in netns by Alexey Dobriyan · 16 years ago
  77. ddcfd79 netns xfrm: dst garbage-collecting in netns by Alexey Dobriyan · 16 years ago
  78. 6bb3ce2 net: remove struct dst_entry::entry_size by Alexey Dobriyan · 16 years ago
  79. 7e3a42a xfrm6: handling fragment by Nicolas Dichtel · 16 years ago
  80. 191cd58 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() by Brian Haley · 16 years ago
  81. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  82. 7cbca67 [IPV6]: Support Source Address Selection API (RFC5014). by YOSHIFUJI Hideaki · 16 years ago
  83. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 16 years ago
  84. 5e5f3f0 [IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr(). by YOSHIFUJI Hideaki · 16 years ago
  85. e242297 [NET]: should explicitely initialize atomic_t field in struct dst_ops by Eric Dumazet · 16 years ago
  86. 569d364 [NETNS][DST] dst: pass the dst_ops as parameter to the gc functions by Daniel Lezcano · 16 years ago
  87. a1b0514 [XFRM] IPv6: Fix dst/routing check at transformation. by Masahide NAKAMURA · 17 years ago
  88. d5422ef [IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverse by Herbert Xu · 17 years ago
  89. 0013cab [IPV6]: Make xfrm6_init to return an error code. by Daniel Lezcano · 17 years ago
  90. 5a3e55d [NET]: Multiple namespaces in the all dst_ifdown routines. by Denis V. Lunev · 17 years ago
  91. 862b82c [IPSEC]: Merge most of the output path by Herbert Xu · 17 years ago
  92. 25ee328 [IPSEC]: Merge common code into xfrm_bundle_create by Herbert Xu · 17 years ago
  93. 66cdb3c [IPSEC]: Move flow construction into xfrm_dst_lookup by Herbert Xu · 17 years ago
  94. f04e7e8 [IPSEC]: Replace x->type->{local,remote}_addr with flags by Herbert Xu · 17 years ago
  95. fff6938 [IPSEC]: Make sure idev is consistent with dev in xfrm_dst by Herbert Xu · 17 years ago
  96. 45ff5a3 [IPSEC]: Set dst->input to dst_discard by Herbert Xu · 17 years ago
  97. 8ce68ce [IPSEC]: Only set neighbour on top xfrm dst by Herbert Xu · 17 years ago
  98. b4ce927 [IPV6]: Move nfheader_len into rt6_info by Herbert Xu · 17 years ago
  99. 01488942 [IPV6]: Only set nfheader_len for top xfrm dst by Herbert Xu · 17 years ago
  100. 1df2e44 [IPV6] XFRM: Fix auditing rt6i_flags; use RTF_xxx flags instead of RTCF_xxx. by YOSHIFUJI Hideaki · 17 years ago