1. 7939e01 ospfd: Fixes a crash of the daemon with a snmp walk by Jorge Boncompte [DTI2] · 13 years ago
  2. a25a44d ospfd: adjust OSPF_ROUTER_LSA_MIN_SIZE for VL case by Denis Ovsienko · 13 years ago
  3. aee5674 ospfd: reduce ospf_verify_header() by Denis Ovsienko · 13 years ago
  4. bd5651f ospfd: bring ospf_check_auth() into focus by Denis Ovsienko · 13 years ago
  5. ef1b78c ospfd: introduce ospf_auth_type_str[] by Denis Ovsienko · 13 years ago
  6. b29adf9 ospfd: fix packet length check for auth/LLS cases by Denis Ovsienko · 13 years ago
  7. 4e31de7 ospfd: introduce ospf_lsa_minlen[] (BZ#705) by Denis Ovsienko · 13 years ago
  8. 2d8223c ospfd: review ospf_check_md5_digest() by Denis Ovsienko · 13 years ago
  9. e525914 ospfd: review ospf_check_auth() by Denis Ovsienko · 13 years ago
  10. 75c8eab ospfd: introduce ospf_packet_minlen[] (BZ#705) by Denis Ovsienko · 13 years ago
  11. 7e0e2cb ospfd: fix ospf_packet_add_top() to use LOOKUP() by Denis Ovsienko · 13 years ago
  12. 272ca1e ospfd: use LOOKUP() for ospf_packet_type_str by Denis Ovsienko · 13 years ago
  13. b4e45f6 fix zebra protocol after MP-BGP changes by Denis Ovsienko · 13 years ago
  14. ce3cdcf ospfd: use IS_LSA_SELF() where appropriate by Denis Ovsienko · 13 years ago
  15. 8216f53 ospfd: justify ospf_default_originate_timer() by Denis Ovsienko · 13 years ago
  16. 72f062b ospfd: address more trivial compiler warnings by Denis Ovsienko · 13 years ago
  17. f63f06d general: remove inline qualifiers and move in-header functions to objects by Paul Jakma · 14 years ago
  18. 664711c lib: fix some strtoul() use cases by Ulrich Weber · 13 years ago
  19. 4e677f5 ospfd: fix bug in NSSA ABR status check by Denis Ovsienko · 13 years ago
  20. de5ccb9 ospfd: fix packet reception for FreeBSD 10. by Dmitrij Tejblum · 13 years ago
  21. 223da1a ospfd: more info in LSA checksum warning (BZ#685) by Jaroslav Fojtik · 13 years ago
  22. e0ca5fd lib: put route_types.txt to real use by David Lamparter · 15 years ago
  23. 05e54ee build: delete .cvsignore files by Denis Ovsienko · 13 years ago
  24. ad8d480 ospfd: spelling by Denis Ovsienko · 13 years ago
  25. b511468 quagga: option "-z" ("--socket <path>") added by Vyacheslav Trushkin · 13 years ago
  26. 075e12f ospfd: remove unused code by Stephen Hemminger · 13 years ago
  27. fb01f87 ospfd: avoid redundant lookup in ospf_redistribute_withdraw by Stephen Hemminger · 13 years ago
  28. 4de148e ospfd: improve fix to CVE-2011-3326 (BZ#586) by Thomas Ries · 13 years ago
  29. 3aad46b ospfd: fix regression in recent commit by YAMAMOTO Shigeru · 13 years ago
  30. 52ecbbe ospfd: remove unused macro by Denis Ovsienko · 13 years ago
  31. bcc6c59 ospfd: spelling by Denis Ovsienko · 13 years ago
  32. 171c9a9 ospfd: use existing macro for consistency by Denis Ovsienko · 13 years ago
  33. 05b7709 ospfd: sizing macros cleanup by Denis Ovsienko · 13 years ago
  34. 69bf3a3 lib: simplify interface of setsockopt_multicast_ipv4(). by Dmitrij Tejblum · 13 years ago
  35. 3c9cfcd ospfd: remove useless RFC1583 check by Alexandre Chappuis · 13 years ago
  36. 7177504 ospfd: CVE-2011-3325 part 2 (OSPF pkt type segv) by Denis Ovsienko · 13 years ago
  37. 61ab030 ospfd: CVE-2011-3325 part 1 (OSPF header underrun) by Denis Ovsienko · 13 years ago
  38. 6b161fc ospfd: CVE-2011-3326 (uknown LSA type segfault) by CROSS · 13 years ago
  39. 8ced4e8 Merge remote-tracking branch 'polymorf/master' by Greg Troxel · 13 years ago
  40. 072990e ospf: Fix OSPF API and ospf-te LSA refreshers to match recent API change by Paul Jakma · 14 years ago
  41. d71ea65 ospfd: Compile fix for opaque support by Paul Jakma · 14 years ago
  42. 4dd87df ospfd: Remove oi field from LSA, have network_lsa_refresh look up when needed by Paul Jakma · 15 years ago
  43. dfbd517 ospfd: potential fix for router-id change assert on refresh cleanup patch by Paul Jakma · 15 years ago
  44. 02d942c ospfd: Fix maxage/flush to not try flood twice, remember maxages for longer by Paul Jakma · 15 years ago
  45. c363d38 ospfd: Unify router and network LSA refresh logic with general refresher by Paul Jakma · 15 years ago
  46. 7eb5b47 ospfd: Remember network LSA sequence numbers across up/downs of an interface by Paul Jakma · 15 years ago
  47. aa276fd ospfd: Prioritise hellos for sending by queueing to head of output buffer by Paul Jakma · 15 years ago
  48. 57c5c65 ospfd: Reset neighbour inactivity timer for any packet arrival by Paul Jakma · 15 years ago
  49. 94b6bfd ospfd: the maxage_lsa_remover should check whether it needs to yield the cpu by Paul Jakma · 15 years ago
  50. e8f2226 ospfd: Fix various route_unlock discrepencies by Paul Jakma · 15 years ago
  51. 6634974 ospfd: fix lsa_refresh_walker unlock before use bug by Paul Jakma · 15 years ago
  52. 8a81ee1 ospfd: interface code should leave network_lsa_self alone by Paul Jakma · 15 years ago
  53. 2c9f8e3 ospfd: OSPF_MIN_LS_ARRIVAL compare should be >= to match ospf_flood by Paul Jakma · 15 years ago
  54. cfd670f ospfd: ospf_if_free can leave dangling references on ISM events - cancel them by Paul Jakma · 15 years ago
  55. ec70497 ospfd: Lower level of some common messages from info to debug by Paul Jakma · 14 years ago
  56. 0150c9c Fix ip_len byte order in DragonFly's raw socket by David BÉRARD · 15 years ago
  57. 46154fe ospfd: Only refresh external default route once. by Joakim Tjernlund · 15 years ago
  58. 45acaa0 ospfd: Make sure ospf_distribute_list_update_timer() eventually runs. by Joakim Tjernlund · 15 years ago
  59. 274d3f0 ospfd: Make sure all external routes are updated. by Joakim Tjernlund · 15 years ago
  60. 2cd754d ospfd: Fix debug messages that were masked by DISCARD_LSA by Paul Jakma · 15 years ago
  61. efbbcaf ospfd: remove unneeded memset from a very hot function by Paul Jakma · 15 years ago
  62. 8b6a15b ospfd: VTY strings cleanup by Stephen Hemminger · 15 years ago
  63. 3408afe ospfd: comment out unused function by Stephen Hemminger · 15 years ago
  64. 917e299 ospfd: make local functions static by Stephen Hemminger · 15 years ago
  65. 827341b [ospfd] enable more OSPF cost command aliases by Denis Ovsienko · 15 years ago
  66. 27f5dc8 ospfd: Make sure priority is respected. by Joakim Tjernlund · 15 years ago
  67. 5d8de93 ospfd: Tighten up the connected check for redistribution by Joakim Tjernlund · 15 years ago
  68. 065de90 all: check return value from daemon() call by Stephen Hemminger · 15 years ago
  69. 3106a03 ospfd: fix performance problem with redistribute delete by Stephen Hemminger · 15 years ago
  70. 5996e0d ospfd: Make sure route table is recalculated. by Joakim Tjernlund · 15 years ago
  71. 1163743 ospfd: Make "Packet ... received on wrong link" conditional on debug by Paul Jakma · 15 years ago
  72. 5372510 ospfd: neuter some compiler warnings by Paul Jakma · 15 years ago
  73. 4ca15d4 ospfd: update some comments by Paul Jakma · 15 years ago
  74. a8ba847 ospfd: Change struct ospf_path *oi to ifindex. by Joakim Tjernlund · 15 years ago
  75. bd54037 ospfd: Discriminate better when selecting links between vertices in SPF by Joakim Tjernlund · 15 years ago
  76. 05cf46b ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/f by Joakim Tjernlund · 15 years ago
  77. f0f6384 ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface() by Joakim Tjernlund · 15 years ago
  78. 30d2059 [global] interface flags format warnings by Stephen Hemminger · 15 years ago
  79. bd24624 [ospfd] Do not use stale Network/Router LSAs by Joakim Tjernlund · 16 years ago
  80. 77a1c4e [ospfd] compare ifIndex too when matching paths by Joakim Tjernlund · 16 years ago
  81. 3d8617b [ospfd] external LSA route_unlock_node() fixes by Joakim Tjernlund · 16 years ago
  82. f654313 [ospfd] Fix a few LSA performance "bugs" by Joakim Tjernlund · 16 years ago
  83. dc26699 Merge remote branch 'origin/master' by Paul Jakma · 15 years ago
  84. 3fc1eca [cleanup] Add log.h includes by Tomasz Pala · 15 years ago
  85. c9035cc [ospfd] discount IP header size from a new LSA pkt by Dmitry Tejblum · 15 years ago
  86. 774eb15 [ospfd] cancel OSPF timer hack in nsm_change_state by Dmitry Tejblum · 15 years ago
  87. c514adc [ospfd/BSD] add missing UINT16_MAX - picked up from FreeBSD ports patch by Jeremy Jackson · 16 years ago
  88. c77cffd [daemons/cleanup] Remove disabled log_mode argument support. by Jeremy Jackson · 16 years ago
  89. 7ba82f7 [OSPF/cleanup] make message lists read only by Stephen Hemminger · 16 years ago
  90. 965f54f [ospfd] Fix OSPF route refcount leak by Stephen Hemminger · 15 years ago
  91. 7fc626d [cleanup] Make command nodes static by Stephen Hemminger · 16 years ago
  92. 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
  93. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  94. 0be8dfb [snmp] Compiler warning fixes for when "--enable-snmp" is configured. by Chris Caputo · 15 years ago
  95. 04d2331 [ospfd] fix vty ospfd no ospf abr-type standard by Francesco Dolcini · 15 years ago
  96. 9eff36b Justified OSPF cost function names and added support for: by Denis Ovsienko · 16 years ago
  97. 6e687d7 [ospfd] Fix SEGV during startup introduced in recent commit by Joakim Tjernlund · 16 years ago
  98. 491eddc [ospfd] Move passive interface check by Joakim Tjernlund · 16 years ago
  99. b3bc68e [ospfd] Minor enhancements to recent self-host-routes suppression patch by Paul Jakma · 16 years ago
  100. 742c64f Merge commit 'remotes/jocke/delete_ghost_route' by Paul Jakma · 16 years ago