summaryrefslogtreecommitdiffstats
path: root/isisd/isis_adjacency.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* * isis_adjacency.c: Fix typo introduced with listloop cleanup.hasso2005-04-121-1/+1
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-44/+23
* * *.c: Changed many functions to static. Some commented outhasso2005-01-181-3/+3
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-241-11/+11
* No warnings here any more.hasso2004-10-071-1/+1
* Compiler warnings fixes.hasso2004-09-261-2/+2
* Indentation only. No any functional changes.hasso2004-09-101-268/+284
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-2/+0
* Yet another "set thread pointer to NULL during thread run" fix.hasso2004-02-091-0/+1
* Some fixes to isisd done by me and Cougar in the spring of 2003. Seehasso2003-12-231-4/+11
* Initial revisionjardin2003-12-231-0/+508