index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospfd
/
ospf_spf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospfd: use a new vertex list for every SPF run
GalaxyGorilla
2020-08-27
1
-25
/
+27
*
ospfd: bring back some P2P SPF interface code
GalaxyGorilla
2020-08-18
1
-18
/
+51
*
ospfd: add print helper for SPF trees and route tables
GalaxyGorilla
2020-08-18
1
-0
/
+27
*
ospfd: introduce a 'dry run' into SPF code
GalaxyGorilla
2020-08-18
1
-105
/
+101
*
ospfd: clean some bitrot in SPF code
GalaxyGorilla
2020-08-14
1
-289
/
+304
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-6
/
+3
*
ospfd: Add ECMP support to OSPF Segment Routing
Olivier Dugeon
2020-06-03
1
-1
/
+1
*
*: remove tabs from log messages
David Lamparter
2020-03-24
1
-6
/
+6
*
*: Finish off the __PRETTY_FUNCTION__ to __func__
Donald Sharp
2020-03-06
1
-1
/
+1
*
*: s/TRUE/true/, s/FALSE/false/
Quentin Young
2019-07-01
1
-2
/
+2
*
ospfd: fix clang-SA warning
David Lamparter
2019-06-13
1
-5
/
+7
*
ospfd: replace pqueue_* with DECLARE_SKIPLIST
David Lamparter
2019-04-27
1
-56
/
+51
*
ospfd: make ECMP nexthop order deterministic
David Lamparter
2019-04-17
1
-1
/
+8
*
*: remove trailing newlines from zlog messages
Quentin Young
2019-03-14
1
-2
/
+2
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-3
/
+3
*
ospfd: OSPF_[ERR|WARN] -> EC_OSPF
Quentin Young
2018-09-13
1
-1
/
+1
*
ospfd: Modify ospf_spf.c to use error-card subsystem
Donald Sharp
2018-09-06
1
-1
/
+3
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-3
/
+0
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-14
/
+14
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-6
/
+5
*
OSPFD: Add Experimental Segment Routing support
Olivier Dugeon
2018-01-18
1
-1
/
+4
*
ospfd: Set filter to unbound debug logs
Chirag Shah
2017-12-27
1
-3
/
+1
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-5
/
+3
*
ospfd: OSPFv2 VRF Support
Chirag Shah
2017-10-03
1
-6
/
+14
*
ospfd: Fix ospfd crash in free_nexthop
Chirag Shah
2017-08-15
1
-3
/
+3
*
ospfd: Fix conflict router-id, memory leaks
Chirag Shah
2017-08-11
1
-0
/
+2
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-1186
/
+1185
*
Merge branch 'stable/3.0'
David Lamparter
2017-06-13
1
-28
/
+24
|
\
|
*
ospfd: fix stack underflow
Quentin Young
2017-06-06
1
-28
/
+24
*
|
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-18
/
+18
*
|
*: update thread_add_* calls
Quentin Young
2017-05-09
1
-2
/
+3
*
|
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-1
/
+1
|
/
*
*: Refactor ifindex2ifname to be VRF aware
Donald Sharp
2017-03-15
1
-2
/
+2
*
ospfd: simplify SPF time consumption calculations
David Lamparter
2017-01-23
1
-21
/
+9
*
*: use monotime()
David Lamparter
2017-01-23
1
-11
/
+11
*
ospfd: time: replace local helpers with monotime
David Lamparter
2017-01-23
1
-6
/
+4
*
ospfd: Fix arm compile issue
Donald Sharp
2016-10-11
1
-1
/
+1
*
*: add/cleanup initialisers
David Lamparter
2016-06-07
1
-2
/
+1
*
*: use void * for printing pointers
David Lamparter
2016-05-30
1
-2
/
+2
*
ospfd: Some small tweaks to the SPF execution reason patch
Paul Jakma
2016-05-26
1
-33
/
+40
*
Quagga: Fixup some compile warnings
Donald Sharp
2015-11-23
1
-1
/
+1
*
ospfd: ospfd-warnings.patch
Donald Sharp
2015-05-20
1
-0
/
+1
*
Section 16.0 of rfc2328 (OSPF) specifies that the short-path
Donald Sharp
2015-05-20
1
-7
/
+0
*
ospfd-spf-stats.patch
Donald Sharp
2015-05-20
1
-13
/
+102
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-6
/
+6
*
ospfd: restore nexthop IP for p2p interfaces
Christian Franke
2013-04-09
1
-2
/
+16
*
Revert "ospfd: Do not fall back to intervening router."
Paul Jakma
2012-10-19
1
-4
/
+30
*
ospfd: Do not fall back to intervening router.
Joakim Tjernlund
2012-07-25
1
-15
/
+3
*
ospf_spf_process_stubs: use LSA pos to find OSFP interface
Joakim Tjernlund
2012-07-25
1
-1
/
+3
*
ospfd: Optimize and improve SPF nexthop calculation
Joakim Tjernlund
2012-07-25
1
-83
/
+74
[next]