| Commit message (Expand) | Author | Age | Files | Lines |
* | isisd: fix adj up->init transition | Emanuele Di Pascale | 2020-06-09 | 1 | -7/+10 |
* | isisd: add support for segment routing | Renato Westphal | 2020-04-30 | 1 | -0/+68 |
* | isisd: Prevent use after free for isis_adj_state_change | Donald Sharp | 2020-04-18 | 1 | -12/+11 |
* | *: remove line breaks from log messages | David Lamparter | 2020-03-24 | 1 | -1/+1 |
* | isisd: split northbound callbacks into multiple files | Renato Westphal | 2019-10-30 | 1 | -0/+15 |
* | isisd, yang: implement interface counters | Renato Westphal | 2019-09-23 | 1 | -0/+1 |
* | isisd: replace dict_* with DECLARE_RBTREE | David Lamparter | 2019-04-27 | 1 | -1/+0 |
* | *: remove null check before XFREE | Quentin Young | 2019-02-26 | 1 | -6/+3 |
* | isisd: implement the 'adjacency-state-change' notification | Emanuele Di Pascale | 2018-12-18 | 1 | -0/+5 |
* | isisd: trigger hellos on adjacency state change | Christian Franke | 2018-12-04 | 1 | -13/+11 |
* | isisd: Replace isis_event_adjacency_state_change with a hook | Christian Franke | 2018-10-05 | 1 | -8/+10 |
* | fabricd: reimplement LSP transmission logic | Christian Franke | 2018-09-05 | 1 | -2/+2 |
* | fabricd: adjacency formation optimization as per section 2.4 | Christian Franke | 2018-09-05 | 1 | -4/+13 |
* | eigrpd, isisd, lib, ospfd: no effect (cppcheck) | paco | 2018-06-19 | 1 | -3/+0 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -4/+4 |
* | isisd: add nerd-knob to turn three-way-adj off | Christian Franke | 2018-03-10 | 1 | -1/+1 |
* | isisd: implement threeway adjacencies | Christian Franke | 2018-03-10 | 1 | -0/+47 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -5/+5 |
* | isisd: optimize per interface lsp send-queue creation | Christian Franke | 2017-10-03 | 1 | -12/+7 |
* | isisd: send/receive LSPs with new parser | Christian Franke | 2017-08-03 | 1 | -6/+4 |
* | isisd: send/receive IIHs with new parser | Christian Franke | 2017-08-03 | 1 | -44/+35 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -4/+3 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -3/+4 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -448/+434 |
* | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 1 | -8/+8 |
* | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -8/+8 |
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -8/+8 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -17/+17 |
* | Merge branch 'stable/3.0' | David Lamparter | 2017-06-13 | 1 | -2/+15 |
|\ |
|
| * | isisd: fix heap uaf, round 2 | Quentin Young | 2017-06-09 | 1 | -6/+17 |
| * | isisd: fix heap uaf | Quentin Young | 2017-06-07 | 1 | -2/+4 |
* | | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+4 |
* | | isisd: show topology information for adjacencies | Christian Franke | 2017-05-06 | 1 | -0/+6 |
* | | isisd: announce and parse MT IS reachabilities | Christian Franke | 2017-04-28 | 1 | -0/+1 |
* | | isisd: track intersecting set of supported MTs for each adj | Christian Franke | 2017-04-28 | 1 | -0/+19 |
|/ |
|
* | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -10/+0 |
* | *: fix some licensing SNAFUs | David Lamparter | 2016-11-14 | 1 | -1/+0 |
* | isisd: Segmentation fault on isis daemon fixes | boris yakubov | 2016-09-23 | 1 | -0/+5 |
* | *: use long long to print time_t | David Lamparter | 2016-05-30 | 1 | -1/+2 |
* | isisd: Remove dead case | Donald Sharp | 2016-05-20 | 1 | -7/+1 |
* | isisd: annotate some function arguments with const | Christian Franke | 2016-03-30 | 1 | -4/+4 |
* | ripd, isisd: fix warnings that make the build fail | Christian Franke | 2016-03-30 | 1 | -3/+3 |
* | isisd: address Coverity warnings | David Lamparter | 2012-12-12 | 1 | -2/+2 |
* | isisd: couple of bug fixes | Subbaiah Venkata | 2012-04-07 | 1 | -47/+51 |
* | isisd: add Google's changes to IS-IS | Josh Bailey | 2012-04-07 | 1 | -139/+174 |
* | [isisd] Fix compiler warnings and allow v4-only compilation | Paul Jakma | 2006-12-08 | 1 | -0/+5 |
* | [isisd] remove includes of common system headers. | paul | 2005-11-20 | 1 | -3/+0 |
* | * isis_adjacency.c: Stop expire timer while deleting adjacency. | hasso | 2005-10-01 | 1 | -0/+2 |
* | * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS. | hasso | 2005-09-28 | 1 | -23/+6 |
* | * isis_adjacency.c, isis_lsp.c, isisd.c: Replace XMALLOC && memset | hasso | 2005-09-01 | 1 | -2/+1 |