| Commit message (Expand) | Author | Age | Files | Lines |
* | isisd: per-instance dynamic hostname cache | Igor Ryzhov | 2021-06-11 | 1 | -3/+3 |
* | isisd: kill isis_memory.h, use MTYPE_STATIC | David Lamparter | 2021-03-22 | 1 | -0/+3 |
* | Merge pull request #8121 from opensourcerouting/macro-cleanup | Donatas Abraitis | 2021-03-22 | 1 | -1/+1 |
|\ |
|
| * | *: require semicolon after DEFINE_HOOK & co. | David Lamparter | 2021-03-17 | 1 | -1/+1 |
* | | isisd: fix BFD session when IPv6 not configured | Emanuele Di Pascale | 2021-03-18 | 1 | -13/+13 |
|/ |
|
* | isisd: support for snmp | lynne | 2021-03-02 | 1 | -3/+14 |
* | *: unify thread/event cancel macros | Mark Stapp | 2020-10-23 | 1 | -1/+1 |
* | isisd: replace inet_ntoa | Mark Stapp | 2020-10-22 | 1 | -3/+3 |
* | isisd: guard against adj timer display overflow | Emanuele Di Pascale | 2020-09-25 | 1 | -10/+18 |
* | isisd: simplify adj_change hook call | Emanuele Di Pascale | 2020-09-25 | 1 | -4/+2 |
* | isisd: reuse adjacency state change hook in the SPF code | Renato Westphal | 2020-08-27 | 1 | -4/+0 |
* | isisd : Transformational changes to support different VRFs. | Kaushik | 2020-08-14 | 1 | -2/+0 |
* | isisd: introduce per-area list of IS-IS adjacencies | Renato Westphal | 2020-08-11 | 1 | -30/+11 |
* | isisd: Fast RIB recovery from BFD recognized link failures | GalaxyGorilla | 2020-07-03 | 1 | -3/+3 |
* | isisd: log adj change when circuit goes down | Emanuele Di Pascale | 2020-07-01 | 1 | -17/+36 |
* | ISIS VRF: ISIS Debug structure modifications | harios | 2020-06-24 | 1 | -2/+2 |
* | 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 |