index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
isisd
/
isis_spf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Remove break after return
Donatas Abraitis
2020-02-13
1
-10
/
+0
*
isisd: replace dict_* with DECLARE_RBTREE
David Lamparter
2019-04-27
1
-8
/
+5
*
*: Rename backet to bucket
Tim Bray
2019-02-25
1
-2
/
+2
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-1
/
+1
*
*: spelchek
David Lamparter
2018-10-25
1
-1
/
+1
*
isisd: Log SPF trigger source when debugging
Christian Franke
2018-10-24
1
-4
/
+7
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-2
/
+2
*
isisd: out of bounds access (Coverity 1473286)
F. Aragon
2018-09-25
1
-1
/
+2
*
isisd: silence SA warnings
David Lamparter
2018-09-08
1
-4
/
+1
*
isisd: fix warnings by removing union isis_N and going to void * instead
Christian Franke
2018-09-05
1
-7
/
+3
*
fabricd: Remove processing for unneded PDUs and TLVs
Christian Franke
2018-09-05
1
-0
/
+6
*
fabricd: add flooding algorithm debugging
Christian Franke
2018-09-05
1
-2
/
+1
*
fabricd: add field with first and second nexthop to SPF paths
Christian Franke
2018-09-05
1
-4
/
+37
*
isisd: move spf datastructures to a header, to share with fabricd
Christian Franke
2018-09-05
1
-300
/
+12
*
fabricd: run a hop-by-hop spf
Christian Franke
2018-09-05
1
-39
/
+91
*
isis: Cleanup CLI, split into parts which are shared, fabricd and isisd
Christian Franke
2018-09-05
1
-3
/
+9
*
fabricd: add new daemon as build of isisd
Christian Franke
2018-09-05
1
-2
/
+2
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-1
/
+1
*
isisd: Convert to use LIB_ERR_XXX
Donald Sharp
2018-08-14
1
-1
/
+2
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-4
/
+0
*
isisd: make spf code dst-src aware
Christian Franke
2018-08-03
1
-49
/
+137
*
isisd: don't infer spftree from address family
Christian Franke
2018-08-03
1
-18
/
+25
*
isisd: make use of advanced concepts like arrays and loops
Christian Franke
2018-08-03
1
-56
/
+33
*
isisd: move route_table into spftree
Christian Franke
2018-08-03
1
-12
/
+33
*
bgpd isisd: null check (Clang scan)
F. Aragon
2018-06-29
1
-2
/
+3
*
isisd: out-of-bounds access (Coverity 1452552)
paco
2018-06-25
1
-19
/
+19
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-17
/
+18
*
isisd: P2P adjacencies should only be included in LSPDB/SPF when they are up
Christian Franke
2018-03-10
1
-1
/
+1
*
isisd: allocate circuit_id only for broadcast circuits
Christian Franke
2018-03-10
1
-2
/
+2
*
isisd: revert some counterproductive indentation
Christian Franke
2018-03-10
1
-21
/
+15
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-35
/
+42
*
Merge pull request #1536 from opensourcerouting/isis-l2conv
Donald Sharp
2017-12-14
1
-3
/
+2
|
\
|
*
isisd: fix debug message
Rafael Zalamena
2017-12-12
1
-3
/
+2
*
|
isisd: save a clock_gettime() call
Rafael Zalamena
2017-12-12
1
-6
/
+7
|
/
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-10
/
+6
*
isisd: fix vertex queue comparator
Christian Franke
2017-10-02
1
-1
/
+1
*
isisd: cleanup unused variables
Christian Franke
2017-09-23
1
-4
/
+0
*
isisd: always trigger spf run asynchronously
Christian Franke
2017-09-23
1
-16
/
+12
*
isisd: SPF doesn't need to maintain children
Christian Franke
2017-09-22
1
-20
/
+0
*
isisd: use skiplist to implement ordered list for SPF
Christian Franke
2017-09-22
1
-65
/
+103
*
isisd: cleanup output of show isis topology
Christian Franke
2017-09-01
1
-40
/
+47
*
isisd: guard SPF warning by debug flag
Christian Franke
2017-08-29
1
-2
/
+2
*
isisd: Use a hashtable to speed up lookups during SPF
Christian Franke
2017-08-03
1
-95
/
+179
*
isisd: make isis_spftree non-public
Christian Franke
2017-08-03
1
-0
/
+62
*
isisd: only process overload info from fragment #0
Christian Franke
2017-08-03
1
-6
/
+7
*
isisd: rework complete, move "tlvs2" to "tlvs"
Christian Franke
2017-08-03
1
-1
/
+1
*
isisd: send/receive LSPs with new parser
Christian Franke
2017-08-03
1
-116
/
+119
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
1
-15
/
+12
*
*: reindent pt. 2
whitespace / reindent
2017-07-17
1
-12
/
+15
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-1191
/
+1184
[next]