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