1. 618f9bc net: Move mtu handling down to the protocol depended handlers by Steffen Klassert · 13 years ago
  2. ebb762f net: Rename the dst_opt default_mtu method to mtu by Steffen Klassert · 13 years ago
  3. d4cae56 net: check return value for dst_alloc by Madalin Bucur · 13 years ago
  4. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  5. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  6. 12fdb4d xfrm: Remove family arg from xfrm_bundle_ok by Steffen Klassert · 14 years ago
  7. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 14 years ago
  8. 43a4dea xfrm: Assign the inner mode output function to the dst entry by Steffen Klassert · 14 years ago
  9. cf91166 net: Use non-zero allocations in dst_alloc(). by David S. Miller · 14 years ago
  10. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 14 years ago
  11. fbd5060 xfrm: Refcount destination entry on xfrm_lookup by Steffen Klassert · 14 years ago
  12. 7313714 xfrm: fix __xfrm_route_forward() by Eric Dumazet · 14 years ago
  13. 7e1dc7b net: Use flowi4 and flowi6 in xfrm layer. by David S. Miller · 14 years ago
  14. 56bb805 net: Break struct flowi out into AF specific instances. by David S. Miller · 14 years ago
  15. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 14 years ago
  16. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 14 years ago
  17. ca11692 xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok(). by David S. Miller · 14 years ago
  18. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 14 years ago
  19. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 14 years ago
  20. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 14 years ago
  21. 9a7386e xfrm: Const'ify sec_path arg to secpath_has_nontransport. by David S. Miller · 14 years ago
  22. 22cccb7 xfrm: Const'ify ptr args to xfrm_policy_ok. by David S. Miller · 14 years ago
  23. 7db454b xfrm: Const'ify ptr args to xfrm_state_ok. by David S. Miller · 14 years ago
  24. 1786b38 xfrm: Const'ify selector arg to xfrm_dst_update_parent. by David S. Miller · 14 years ago
  25. d3e40a9 xfrm: Const'ify policy arg to clone_policy. by David S. Miller · 14 years ago
  26. f299d55 xfrm: Const'ify policy arg and local selector in xfrm_policy_match. by David S. Miller · 14 years ago
  27. 0b597e7 xfrm: Const'ify local xfrm_address_t pointers in xfrm_policy_lookup_bytype. by David S. Miller · 14 years ago
  28. b4b7c0b xfrm: Const'ify selector args in xfrm_migrate paths. by David S. Miller · 14 years ago
  29. 5f803b5 xfrm: Const'ify address args to hash helpers. by David S. Miller · 14 years ago
  30. dd70175 xfrm: Const'ify pointer args to migrate_tmpl_match and xfrm_migrate_check by David S. Miller · 14 years ago
  31. 6418c4e xfrm: Const'ify address arguments to __xfrm_dst_lookup() by David S. Miller · 14 years ago
  32. 200ce96 xfrm: Const'ify selector argument to xfrm_selector_match() by David S. Miller · 14 years ago
  33. dee9f4b net: Make flow cache paths use a const struct flowi. by David S. Miller · 14 years ago
  34. 4ca2e68 xfrm: Mark flowi arg to xfrm_resolve_and_create_bundle() const. by David S. Miller · 14 years ago
  35. 3f0e18f xfrm: Mark flowi arg to xfrm_dst_{alloc_copy,update_origin}() const. by David S. Miller · 14 years ago
  36. 98313ad xfrm: Mark flowi arg to xfrm_bundle_create() const. by David S. Miller · 14 years ago
  37. a6c2e61 xfrm: Mark flowi arg to xfrm_tmpl_resolve{,_one}() const. by David S. Miller · 14 years ago
  38. 73ff93c xfrm: Mark flowi arg to xfrm_expand_policies() const. by David S. Miller · 14 years ago
  39. 062cdb4 xfrm: Mark flowi arg to xfrm_policy_{lookup_by_type,match}() const. by David S. Miller · 14 years ago
  40. 47209ab xfrm: Kill strict arg to xfrm_bundle_ok(). by David S. Miller · 14 years ago
  41. e1ad2ab xfrm: Mark flowi arg to xfrm_selector_match() const. by David S. Miller · 14 years ago
  42. 8f029de xfrm: Mark flowi arg to xfrm_type->reject() const. by David S. Miller · 14 years ago
  43. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 14 years ago
  44. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 14 years ago
  45. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  46. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 14 years ago
  47. 0b15093 xfrm: avoid possible oopse in xfrm_alloc_dst by Hiroaki SHIMODA · 14 years ago
  48. d33e455 net: Abstract default MTU metric calculation behind an accessor. by David S. Miller · 14 years ago
  49. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 14 years ago
  50. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  51. 1c4c40c xfrm: make xfrm_bundle_ok local by stephen hemminger · 14 years ago
  52. 8444cf7 xfrm: Allow different selector family in temporary state by Thomas Egerer · 14 years ago
  53. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  54. d809ec8 xfrm: do not assume that template resolving always returns xfrms by Timo Teräs · 14 years ago
  55. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  56. 1823e4c8 snmp: add align parameter to snmp_mib_init() by Eric Dumazet · 15 years ago
  57. b1312c8 xfrm: check bundle policy existance before dereferencing it by Timo Teräs · 15 years ago
  58. fafeeb6 xfrm: force a dst reference in __xfrm_route_forward() by Eric Dumazet · 15 years ago
  59. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  60. a1aa348 xfrm: fix policy unreferencing on larval drop by Timo Teras · 15 years ago
  61. 4b02162 xfrm: potential uninitialized variable num_xfrms by Changli Gao · 15 years ago
  62. 285ead1 xfrm: remove policy garbage collection by Timo Teräs · 15 years ago
  63. 80c802f xfrm: cache bundles instead of policies for outgoing flows by Timo Teräs · 15 years ago
  64. fe1a5f0 flow: virtualize flow cache entry methods by Timo Teräs · 15 years ago
  65. ea2dea9 xfrm: remove policy lock when accessing policy->walk.dead by Timo Teräs · 15 years ago
  66. 87c1e12 ipsec: Fix bogus bundle flowi by Herbert Xu · 15 years ago
  67. fb977e2 xfrm: clone mark when cloning policy by Jamal Hadi Salim · 15 years ago
  68. 34f8d88 xfrm: SP lookups with mark by Jamal Hadi Salim · 15 years ago
  69. 8ca2e93 xfrm: SP lookups signature with mark by Jamal Hadi Salim · 15 years ago
  70. 2f1eb65 xfrm: Flushing empty SPD generates false events by Jamal Hadi Salim · 15 years ago
  71. 72032fd xfrm: Introduce LINUX_MIB_XFRMFWDHDRERROR by jamal · 15 years ago
  72. 069c474 xfrm: Revert false event eliding commits. by David S. Miller · 15 years ago
  73. 7d720c3 percpu: add __percpu sparse annotations to net by Tejun Heo · 15 years ago
  74. 0dca3a8 xfrm: Flushing empty SPD generates false events by jamal · 15 years ago
  75. d7c7544 netns xfrm: deal with dst entries in netns by Alexey Dobriyan · 15 years ago
  76. e071041 netns xfrm: fix "ip xfrm state|policy count" misreport by Alexey Dobriyan · 15 years ago
  77. 96c5340 NET: XFRM: Fix spelling of neighbour. by Ralf Baechle · 15 years ago
  78. adf3090 net: skb->dst accessors by Eric Dumazet · 16 years ago
  79. 29fa0b30 xfrm: Cleanup for unlink SPD entry by Wei Yongjun · 16 years ago
  80. 22d5532 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  81. d5654ef xfrm: Fix kernel panic when flush and dump SPD entries by Wei Yongjun · 16 years ago
  82. b27aead netns xfrm: per-netns sysctls by Alexey Dobriyan · 16 years ago
  83. c68cd1a netns xfrm: /proc/net/xfrm_stat in netns by Alexey Dobriyan · 16 years ago
  84. 59c9940 netns xfrm: per-netns MIBs by Alexey Dobriyan · 16 years ago
  85. 7c2776e netns xfrm: flush SA/SPDs on netns stop by Alexey Dobriyan · 16 years ago
  86. fbda33b netns xfrm: ->get_saddr in netns by Alexey Dobriyan · 16 years ago
  87. c5b3cf4 netns xfrm: ->dst_lookup in netns by Alexey Dobriyan · 16 years ago
  88. ddcfd79 netns xfrm: dst garbage-collecting in netns by Alexey Dobriyan · 16 years ago
  89. 3dd0b49 netns xfrm: flushing/pruning bundles in netns by Alexey Dobriyan · 16 years ago
  90. 99a6665 netns xfrm: xfrm_route_forward() in netns by Alexey Dobriyan · 16 years ago
  91. f6e1e25 netns xfrm: xfrm_policy_check in netns by Alexey Dobriyan · 16 years ago
  92. 52479b6 netns xfrm: lookup in netns by Alexey Dobriyan · 16 years ago
  93. cdcbca7 netns xfrm: policy walking in netns by Alexey Dobriyan · 16 years ago
  94. 8d1211a netns xfrm: finding policy in netns by Alexey Dobriyan · 16 years ago
  95. 33ffbbd netns xfrm: policy flushing in netns by Alexey Dobriyan · 16 years ago
  96. 1121994 netns xfrm: policy insertion in netns by Alexey Dobriyan · 16 years ago
  97. e92303f netns xfrm: propagate netns into policy byidx hash by Alexey Dobriyan · 16 years ago
  98. 98806f7 netns xfrm: trivial netns propagations by Alexey Dobriyan · 16 years ago
  99. 66caf62 netns xfrm: per-netns policy hash resizing work by Alexey Dobriyan · 16 years ago
  100. dc2caba netns xfrm: per-netns policy counts by Alexey Dobriyan · 16 years ago