1. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  2. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  3. d52e5a7 ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu by Sabrina Dubroca · 7 years ago
  4. 82695b3 inet: whitespace cleanup by Stephen Hemminger · 7 years ago
  5. 510c321 xfrm: reuse uncached_list to track xdsts by Xin Long · 7 years ago
  6. 68e813a net/ipv4: Remove fib table id from rtable by David Ahern · 7 years ago
  7. f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
  8. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  9. 077fbac net: xfrm: support setting an output mark. by Lorenzo Colitti · 7 years ago
  10. 09c7570 xfrm: remove flow cache by Florian Westphal · 7 years ago
  11. 3c2a89d net: xfrm: revert to lower xfrm dst gc limit by Florian Westphal · 7 years ago
  12. 37b1038 xfrm: policy: make policy backend const by Florian Westphal · 8 years ago
  13. a2817d8 xfrm: policy: remove family field by Florian Westphal · 8 years ago
  14. 3d7d25a xfrm: policy: remove garbage_collect callback by Florian Westphal · 8 years ago
  15. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  16. e0d56fd net: l3mdev: remove redundant calls by David Ahern · 8 years ago
  17. 40e3012 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  18. 11d7a0b xfrm: Only add l3mdev oif to dst lookups by David Ahern · 8 years ago
  19. 318d3cc net: xfrm: fix old-style declaration by Arnd Bergmann · 8 years ago
  20. 024f35c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 9 years ago
  21. a8a572a xfrm: dst_entries_init() per-net dst_ops by Dan Streetman · 9 years ago
  22. e7b63ff Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 9 years ago
  23. ea673a4 xfrm4: Reload skb header pointers after calling pskb_may_pull. by Steffen Klassert · 9 years ago
  24. 1a14f1e xfrm4: Fix header checks in _decode_session4. by Steffen Klassert · 9 years ago
  25. 385add9 net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents by David Ahern · 9 years ago
  26. c386578 xfrm: Let the flowcache handle its size by default. by Steffen Klassert · 9 years ago
  27. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  28. 58189ca net: Fix vti use case with oif in dst lookups by David Ahern · 9 years ago
  29. b7503e0 net: Add FIB table id to rtable by David Ahern · 9 years ago
  30. 4ec3b28 xfrm: Use VRF master index if output device is enslaved by David Ahern · 9 years ago
  31. 42a7b32 xfrm: Add oif to dst lookups by David Ahern · 9 years ago
  32. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  33. ddb3b60 net: Remove protocol from struct dst_ops by Eric W. Biederman · 10 years ago
  34. 2f32b51 xfrm: Introduce xfrm_input_afinfo to access the the callbacks properly by Steffen Klassert · 11 years ago
  35. 84502b5 xfrm: Fix null pointer dereference when decoding sessions by Steffen Klassert · 11 years ago
  36. eeb1b73 xfrm: Increase the garbage collector threshold by Steffen Klassert · 11 years ago
  37. bafd4bd xfrm: Decode sessions with output interface. by Steffen Klassert · 11 years ago
  38. 8d06887 xfrm: make gc_thresh configurable in all namespaces by Michal Kubecek · 12 years ago
  39. 1f53c80 xfrm: remove unused xfrm4_policy_fini() by Michal Kubecek · 12 years ago
  40. 703fb94 xfrm: Fix the gc threshold value for ipv4 by Steffen Klassert · 12 years ago
  41. 155e833 ipv4: introduce rt_uses_gateway by Julian Anastasov · 12 years ago
  42. caacf05 ipv4: Properly purge netdev references on uncached routes. by David S. Miller · 12 years ago
  43. 9917e1e8 ipv4: Turn rt->rt_route_iif into rt->rt_is_input. by David S. Miller · 12 years ago
  44. 4fd551d ipv4: Kill rt->rt_oif by David S. Miller · 12 years ago
  45. f1ce306 ipv4: Remove 'rt_dst' from 'struct rtable' by David S. Miller · 12 years ago
  46. b486988 ipv4: Remove 'rt_mark' from 'struct rtable' by David Miller · 12 years ago
  47. d6c0a4f ipv4: Kill 'rt_src' from 'struct rtable' by David Miller · 12 years ago
  48. 1a00fee ipv4: Remove rt_key_{src,dst,tos} from struct rtable. by David Miller · 12 years ago
  49. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  50. 1ed5c48 net: Remove checks for dst_ops->redirect being NULL. by David S. Miller · 12 years ago
  51. 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  52. f185071 ipv4: Remove inetpeer from routes. by David S. Miller · 12 years ago
  53. 5943634 ipv4: Maintain redirect and PMTU info in struct rtable again. by David S. Miller · 12 years ago
  54. 41347dc ipv4: Kill rt->rt_spec_dst, no longer used. by David S. Miller · 12 years ago
  55. 97bab73 inet: Hide route peer accesses behind helpers. by David S. Miller · 12 years ago
  56. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 13 years ago
  57. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 13 years ago
  58. b732339 ipv4: fix ipsec forward performance regression by Yan, Zheng · 13 years ago
  59. 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 13 years ago
  60. 8f01cb0 ipv4: xfrm: Eliminate ->rt_src reference in policy code. by David S. Miller · 13 years ago
  61. 475949d ipv4: Renamt struct rtable's rt_tos to rt_key_tos. by David S. Miller · 13 years ago
  62. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 14 years ago
  63. 1b86a58 ipv4: Fix "Set rt->rt_iif more sanely on output routes." by OGAWA Hirofumi · 14 years ago
  64. 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 14 years ago
  65. 7e1dc7b net: Use flowi4 and flowi6 in xfrm layer. by David S. Miller · 14 years ago
  66. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 14 years ago
  67. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 14 years ago
  68. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 14 years ago
  69. 5e2b61f ipv4: Remove flowi from struct rtable. by David S. Miller · 14 years ago
  70. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 14 years ago
  71. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 14 years ago
  72. 5e6b930 xfrm: Const'ify address arguments to ->dst_lookup() by David S. Miller · 14 years ago
  73. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 14 years ago
  74. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 14 years ago
  75. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 14 years ago
  76. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  77. cc9ff19 xfrm: use gre key as flow upper protocol info by Timo Teräs · 14 years ago
  78. 72cdd1d net: get rid of rtable->idev by Eric Dumazet · 14 years ago
  79. fc66f95 net dst: use a percpu_counter to track entries by Eric Dumazet · 14 years ago
  80. 94e22389 xfrm4: strip ECN bits from tos field by Ulrich Weber · 14 years ago
  81. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  82. 44b451f xfrm: fix xfrm by MARK logic by Peter Kosyh · 14 years ago
  83. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  84. 80c802f xfrm: cache bundles instead of policies for outgoing flows by Timo Teräs · 15 years ago
  85. 87c1e12 ipsec: Fix bogus bundle flowi by Herbert Xu · 15 years ago
  86. d7c7544 netns xfrm: deal with dst entries in netns by Alexey Dobriyan · 15 years ago
  87. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  88. f816700 xfrm4: fix build when SYSCTLs are disabled by Randy Dunlap · 15 years ago
  89. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 15 years ago
  90. a44a4a0 xfrm: export xfrm garbage collector thresholds via sysctl by Neil Horman · 15 years ago
  91. c615c9f xfrm4: fix the ports decode of sctp protocol by Wei Yongjun · 15 years ago
  92. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  93. fbda33b netns xfrm: ->get_saddr in netns by Alexey Dobriyan · 16 years ago
  94. c5b3cf4 netns xfrm: ->dst_lookup in netns by Alexey Dobriyan · 16 years ago
  95. ddcfd79 netns xfrm: dst garbage-collecting in netns by Alexey Dobriyan · 16 years ago
  96. 6bb3ce2 net: remove struct dst_entry::entry_size by Alexey Dobriyan · 16 years ago
  97. 5a5f3a8 net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.c by Jianjun Kong · 16 years ago
  98. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  99. e242297 [NET]: should explicitely initialize atomic_t field in struct dst_ops by Eric Dumazet · 17 years ago
  100. 611c183 [NETNS]: Add namespace parameter to __ip_route_output_key. by Denis V. Lunev · 17 years ago