1. 9797dcb Merge 4.9.104 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. d543907 ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu by Sabrina Dubroca · 6 years ago
  3. 5044292 UPSTREAM: net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  4. d66f6c0 net: ipv4: Remove l3mdev_get_saddr by David Ahern · 8 years ago
  5. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. 9ab179d net: vrf: Fix dst reference counting by David Ahern · 8 years ago
  7. 0340d0b net: Checks skb_dst to be NULL in inet_iif by Tom Herbert · 8 years ago
  8. fa50d97 ipv4: Namespaceify ip_default_ttl sysctl knob by Nikolay Borisov · 8 years ago
  9. b5bdacf net: Propagate lookup failure in l3mdev_get_saddr to caller by David Ahern · 8 years ago
  10. 8cbb512c net: Add source address lookup op for VRF by David Ahern · 9 years ago
  11. 6e2895a net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC by David Ahern · 9 years ago
  12. 79a1315 ipv4: ICMP packet inspection for multipath by Peter Nørlund · 9 years ago
  13. 9478d12 net: Move netif_index_is_l3_master to l3mdev.h by David Ahern · 9 years ago
  14. 007979e net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER by David Ahern · 9 years ago
  15. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  16. 6f9c961 inet: constify ip_route_output_flow() socket argument by Eric Dumazet · 9 years ago
  17. 58189ca net: Fix vti use case with oif in dst lookups by David Ahern · 9 years ago
  18. b7503e0 net: Add FIB table id to rtable by David Ahern · 9 years ago
  19. 9b8ff51 net: Make table id type u32 by David Ahern · 9 years ago
  20. 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 9 years ago
  21. 30bbaa1 net: Fix up inet_addr_type checks by David Ahern · 9 years ago
  22. 15be405e net: Add inet_addr lookup by table by David Ahern · 9 years ago
  23. 613d09b net: Use VRF device index for lookups on TX by David Ahern · 9 years ago
  24. 571e722 ipv4: support for fib route lwtunnel encap attributes by Roopa Prabhu · 9 years ago
  25. 5055c37 ipv4: per cpu uncached list by Eric Dumazet · 9 years ago
  26. 0b8c7f6 ipv4: remove ip_rt_dump from route.c by Li RongQing · 10 years ago
  27. f87c10a ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofing by Hannes Frederic Sowa · 10 years ago
  28. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  29. 482fc60 ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Hannes Frederic Sowa · 11 years ago
  30. 0baf2b3 ipv4: shrink rt_cache_stat by Eric Dumazet · 11 years ago
  31. aa66158 ipv4: processing ancillary IP_TOS or IP_TTL by Francesco Fusco · 11 years ago
  32. 2702c4b route.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  33. 0ea9d5e xfrm: introduce helper for safe determination of mtu by Hannes Frederic Sowa · 11 years ago
  34. 6da025f ipv4: avoid a test in ip_rt_put() by Eric Dumazet · 12 years ago
  35. 155e833 ipv4: introduce rt_uses_gateway by Julian Anastasov · 12 years ago
  36. bafa6d9 ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  37. caacf05 ipv4: Properly purge netdev references on uncached routes. by David S. Miller · 12 years ago
  38. c6cffba ipv4: Fix input route performance regression. by David S. Miller · 12 years ago
  39. 13378ca ipv4: Change rt->rt_iif encoding. by David S. Miller · 12 years ago
  40. 2860583 ipv4: Kill rt->fi by David S. Miller · 12 years ago
  41. 9917e1e8 ipv4: Turn rt->rt_route_iif into rt->rt_is_input. by David S. Miller · 12 years ago
  42. 4fd551d ipv4: Kill rt->rt_oif by David S. Miller · 12 years ago
  43. f8126f1 ipv4: Adjust semantics of rt->rt_gateway. by David S. Miller · 12 years ago
  44. f1ce306 ipv4: Remove 'rt_dst' from 'struct rtable' by David S. Miller · 12 years ago
  45. b486988 ipv4: Remove 'rt_mark' from 'struct rtable' by David Miller · 12 years ago
  46. d6c0a4f ipv4: Kill 'rt_src' from 'struct rtable' by David Miller · 12 years ago
  47. 1a00fee ipv4: Remove rt_key_{src,dst,tos} from struct rtable. by David Miller · 12 years ago
  48. 38a424e ipv4: Kill ip_route_input_noref(). by David Miller · 12 years ago
  49. 89aef89 ipv4: Delete routing cache. by David S. Miller · 12 years ago
  50. 1f42539 ipv4: Kill ip_rt_redirect(). by David S. Miller · 12 years ago
  51. b42597e ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions. by David S. Miller · 12 years ago
  52. 9420612 ipv4: Rearrange arguments to ip_rt_redirect() by David S. Miller · 12 years ago
  53. f185071 ipv4: Remove inetpeer from routes. by David S. Miller · 12 years ago
  54. 5943634 ipv4: Maintain redirect and PMTU info in struct rtable again. by David S. Miller · 12 years ago
  55. 3e12939 inet: Kill FLOWI_FLAG_PRECOW_METRICS. by David S. Miller · 12 years ago
  56. 41347dc ipv4: Kill rt->rt_spec_dst, no longer used. by David S. Miller · 12 years ago
  57. c10237e Revert "ipv4: tcp: dont cache unconfirmed intput dst" by David S. Miller · 12 years ago
  58. c074da2 ipv4: tcp: dont cache unconfirmed intput dst by Eric Dumazet · 12 years ago
  59. 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  60. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  61. 55afaba inet: Fix BUG triggered by __rt{,6}_get_peer(). by David S. Miller · 12 years ago
  62. 4651700 ipv4: Kill ip_rt_frag_needed(). by David S. Miller · 12 years ago
  63. 97bab73 inet: Hide route peer accesses behind helpers. by David S. Miller · 12 years ago
  64. c5d21c4 net: Reorder initialization in ip_route_output to fix gcc warning by Roland Dreier · 12 years ago
  65. fbfe95a inet: Create and use rt{,6}_get_peer_create(). by David S. Miller · 12 years ago
  66. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  67. e6b4524 ipv4: reset flowi parameters on route connect by Julian Anastasov · 12 years ago
  68. b8400f3 route: struct rtable can be const in rt_is_input_route and rt_is_output_route by Steffen Klassert · 13 years ago
  69. a48eff1 ipv4: Pass explicit destination address to rt_bind_peer(). by David S. Miller · 13 years ago
  70. ed2361e ipv4: Pass explicit destination address to rt_get_peer(). by David S. Miller · 13 years ago
  71. 8e36360 ipv4: Remove route key identity dependencies in ip_rt_get_source(). by David S. Miller · 13 years ago
  72. cbb1e85 ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels. by David S. Miller · 13 years ago
  73. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  74. 475949d ipv4: Renamt struct rtable's rt_tos to rt_key_tos. by David S. Miller · 13 years ago
  75. 6706b6e ipv4: Remove now superfluous code in ip_route_connect(). by David S. Miller · 13 years ago
  76. 813b3b5 ipv4: Use caller's on-stack flowi as-is in output route lookups. by David S. Miller · 13 years ago
  77. b678027 ipv4: Kill RTO_CONN. by David S. Miller · 13 years ago
  78. 2d7192d ipv4: Sanitize and simplify ip_route_{connect,newports}() by David S. Miller · 13 years ago
  79. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 13 years ago
  80. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  81. c1e48ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  82. 1b86a58 ipv4: Fix "Set rt->rt_iif more sanely on output routes." by OGAWA Hirofumi · 13 years ago
  83. 94b92b8 ipv4: Use flowi4_init_output() in net/route.h by David S. Miller · 13 years ago
  84. 6df59a8 route: Take the right src and dst addresses in ip_route_newports by Steffen Klassert · 13 years ago
  85. e6abbaa ipv4: fix route deletion for IPs on many subnets by Julian Anastasov · 13 years ago
  86. 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 13 years ago
  87. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 13 years ago
  88. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  89. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  90. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  91. 5e2b61f ipv4: Remove flowi from struct rtable. by David S. Miller · 13 years ago
  92. 4157434 ipv4: Use passed-in protocol in ip_route_newports(). by David S. Miller · 13 years ago
  93. 5bfa787 ipv4: ip_route_output_key() is better as an inline. by David S. Miller · 13 years ago
  94. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  95. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 13 years ago
  96. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  97. 5df65e5 net: Add FLOWI_FLAG_CAN_SLEEP. by David S. Miller · 13 years ago
  98. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  99. abdf7e7 ipv4: Can final ip_route_connect() arg to boolean "can_sleep". by David S. Miller · 13 years ago
  100. dca8b08 ipv4: Rearrange how ip_route_newports() gets port keys. by David S. Miller · 13 years ago