summaryrefslogtreecommitdiffstats
path: root/isisd/isis_adjacency.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: fix adj up->init transitionEmanuele Di Pascale2020-06-091-7/+10
* isisd: add support for segment routingRenato Westphal2020-04-301-0/+68
* isisd: Prevent use after free for isis_adj_state_changeDonald Sharp2020-04-181-12/+11
* *: remove line breaks from log messagesDavid Lamparter2020-03-241-1/+1
* isisd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-0/+15
* isisd, yang: implement interface countersRenato Westphal2019-09-231-0/+1
* isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-1/+0
* *: remove null check before XFREEQuentin Young2019-02-261-6/+3
* isisd: implement the 'adjacency-state-change' notificationEmanuele Di Pascale2018-12-181-0/+5
* isisd: trigger hellos on adjacency state changeChristian Franke2018-12-041-13/+11
* isisd: Replace isis_event_adjacency_state_change with a hookChristian Franke2018-10-051-8/+10
* fabricd: reimplement LSP transmission logicChristian Franke2018-09-051-2/+2
* fabricd: adjacency formation optimization as per section 2.4Christian Franke2018-09-051-4/+13
* eigrpd, isisd, lib, ospfd: no effect (cppcheck)paco2018-06-191-3/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-4/+4
* isisd: add nerd-knob to turn three-way-adj offChristian Franke2018-03-101-1/+1
* isisd: implement threeway adjacenciesChristian Franke2018-03-101-0/+47
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-5/+5
* isisd: optimize per interface lsp send-queue creationChristian Franke2017-10-031-12/+7
* isisd: send/receive LSPs with new parserChristian Franke2017-08-031-6/+4
* isisd: send/receive IIHs with new parserChristian Franke2017-08-031-44/+35
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-4/+3
* *: reindent pt. 2whitespace / reindent2017-07-171-3/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-448/+434
* *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-8/+8
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-8/+8
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-8/+8
* *: use vty_outlnQuentin Young2017-06-291-17/+17
* Merge branch 'stable/3.0'David Lamparter2017-06-131-2/+15
|\
| * isisd: fix heap uaf, round 2Quentin Young2017-06-091-6/+17
| * isisd: fix heap uafQuentin Young2017-06-071-2/+4
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+4
* | isisd: show topology information for adjacenciesChristian Franke2017-05-061-0/+6
* | isisd: announce and parse MT IS reachabilitiesChristian Franke2017-04-281-0/+1
* | isisd: track intersecting set of supported MTs for each adjChristian Franke2017-04-281-0/+19
|/
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-10/+0
* *: fix some licensing SNAFUsDavid Lamparter2016-11-141-1/+0
* isisd: Segmentation fault on isis daemon fixesboris yakubov2016-09-231-0/+5
* *: use long long to print time_tDavid Lamparter2016-05-301-1/+2
* isisd: Remove dead caseDonald Sharp2016-05-201-7/+1
* isisd: annotate some function arguments with constChristian Franke2016-03-301-4/+4
* ripd, isisd: fix warnings that make the build failChristian Franke2016-03-301-3/+3
* isisd: address Coverity warningsDavid Lamparter2012-12-121-2/+2
* isisd: couple of bug fixesSubbaiah Venkata2012-04-071-47/+51
* isisd: add Google's changes to IS-ISJosh Bailey2012-04-071-139/+174
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-081-0/+5
* [isisd] remove includes of common system headers.paul2005-11-201-3/+0
* * isis_adjacency.c: Stop expire timer while deleting adjacency.hasso2005-10-011-0/+2
* * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS.hasso2005-09-281-23/+6
* * isis_adjacency.c, isis_lsp.c, isisd.c: Replace XMALLOC && memsethasso2005-09-011-2/+1