index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
isisd
/
isis_spf.c
Age
Commit message (
Expand
)
Author
2019-04-27
isisd: replace dict_* with DECLARE_RBTREE
David Lamparter
2019-02-25
*: Rename backet to bucket
Tim Bray
2019-01-24
Treewide: use ANSI function definitions
Ruben Kerkhof
2018-10-25
*: spelchek
David Lamparter
2018-10-24
isisd: Log SPF trigger source when debugging
Christian Franke
2018-10-02
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-09-25
isisd: out of bounds access (Coverity 1473286)
F. Aragon
2018-09-08
isisd: silence SA warnings
David Lamparter
2018-09-05
isisd: fix warnings by removing union isis_N and going to void * instead
Christian Franke
2018-09-05
fabricd: Remove processing for unneded PDUs and TLVs
Christian Franke
2018-09-05
fabricd: add flooding algorithm debugging
Christian Franke
2018-09-05
fabricd: add field with first and second nexthop to SPF paths
Christian Franke
2018-09-05
isisd: move spf datastructures to a header, to share with fabricd
Christian Franke
2018-09-05
fabricd: run a hop-by-hop spf
Christian Franke
2018-09-05
isis: Cleanup CLI, split into parts which are shared, fabricd and isisd
Christian Franke
2018-09-05
fabricd: add new daemon as build of isisd
Christian Franke
2018-08-14
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
isisd: Convert to use LIB_ERR_XXX
Donald Sharp
2018-08-11
*: ALLOC calls cannot fail
Donald Sharp
2018-08-03
isisd: make spf code dst-src aware
Christian Franke
2018-08-03
isisd: don't infer spftree from address family
Christian Franke
2018-08-03
isisd: make use of advanced concepts like arrays and loops
Christian Franke
2018-08-03
isisd: move route_table into spftree
Christian Franke
2018-06-29
bgpd isisd: null check (Clang scan)
F. Aragon
2018-06-25
isisd: out-of-bounds access (Coverity 1452552)
paco
2018-03-27
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-10
isisd: P2P adjacencies should only be included in LSPDB/SPF when they are up
Christian Franke
2018-03-10
isisd: allocate circuit_id only for broadcast circuits
Christian Franke
2018-03-10
isisd: revert some counterproductive indentation
Christian Franke
2018-03-06
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2017-12-14
Merge pull request #1536 from opensourcerouting/isis-l2conv
Donald Sharp
2017-12-12
isisd: save a clock_gettime() call
Rafael Zalamena
2017-12-12
isisd: fix debug message
Rafael Zalamena
2017-10-05
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-02
isisd: fix vertex queue comparator
Christian Franke
2017-09-23
isisd: cleanup unused variables
Christian Franke
2017-09-23
isisd: always trigger spf run asynchronously
Christian Franke
2017-09-22
isisd: SPF doesn't need to maintain children
Christian Franke
2017-09-22
isisd: use skiplist to implement ordered list for SPF
Christian Franke
2017-09-01
isisd: cleanup output of show isis topology
Christian Franke
2017-08-29
isisd: guard SPF warning by debug flag
Christian Franke
2017-08-03
isisd: Use a hashtable to speed up lookups during SPF
Christian Franke
2017-08-03
isisd: make isis_spftree non-public
Christian Franke
2017-08-03
isisd: only process overload info from fragment #0
Christian Franke
2017-08-03
isisd: rework complete, move "tlvs2" to "tlvs"
Christian Franke
2017-08-03
isisd: send/receive LSPs with new parser
Christian Franke
2017-07-22
Revert "*: reindent pt. 2"
David Lamparter
2017-07-17
*: reindent pt. 2
whitespace / reindent
2017-07-17
*: reindent
reindent-master-after
whitespace / reindent
2017-07-14
*: remove VTYNL, part 1 of 6
David Lamparter
[next]