| Commit message (Expand) | Author | Age | Files | Lines |
* | ospf6d: Prevent use after free | Donald Sharp | 2020-04-18 | 1 | -3/+3 |
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis | 2020-03-05 | 1 | -5/+3 |
* | *: remove null check before XFREE | Quentin Young | 2020-02-04 | 1 | -7/+2 |
* | *: don't null after XFREE; XFREE does this itself | Quentin Young | 2020-02-03 | 1 | -2/+0 |
* | ospf6d: Prevent use after free | Donald Sharp | 2019-09-25 | 1 | -14/+30 |
* | *: remove null check before XFREE | Quentin Young | 2019-02-26 | 1 | -4/+2 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -2/+1 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -2/+2 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -2/+2 |
* | ospf6d: Update OSPFv3 to use new zlog_ferr | Donald Sharp | 2018-08-14 | 1 | -2/+4 |
* | *: ALLOC calls cannot fail | Donald Sharp | 2018-08-11 | 1 | -8/+0 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -55/+58 |
* | ospf6d: Stop debug messages happening in rare case | Donald Sharp | 2018-03-14 | 1 | -1/+2 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -26/+32 |
* | ospf6d: Handle Premature Aging of LSAs | Chirag Shah | 2018-02-15 | 1 | -0/+34 |
* | ospf6d: Add protocol stats and show command | Chirag Shah | 2018-01-16 | 1 | -2/+30 |
* | ospf6d: Handle lsupdate upto max ospf6 payload | Chirag Shah | 2017-10-17 | 1 | -31/+105 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -4/+4 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -4/+4 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -2270/+2237 |
* | Merge pull request #820 from opensourcerouting/gcc7 | Donald Sharp | 2017-07-14 | 1 | -2/+2 |
|\ |
|
| * | *: fix GCC 7 switch/case fallthrough warnings | David Lamparter | 2017-07-14 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactor | David Lamparter | 2017-07-14 | 1 | -11/+9 |
|\| |
|
| * | *: remove VTYNL, part 4 of 6 | David Lamparter | 2017-07-14 | 1 | -5/+3 |
| * | *: remove VTYNL, part 2 of 6 | David Lamparter | 2017-07-14 | 1 | -6/+6 |
| * | ospf6d: VNL -> VTYNL | David Lamparter | 2017-07-14 | 1 | -9/+9 |
* | | ospf6d: use macro for LSDB walks | David Lamparter | 2017-07-11 | 1 | -16/+8 |
|/ |
|
* | *: simplify log message lookup | Quentin Young | 2017-06-21 | 1 | -7/+7 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 1 | -17/+24 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -58/+44 |
* | *: use monotime() | David Lamparter | 2017-01-23 | 1 | -1/+1 |
* | *: remove quagga_gettime() return value checks | David Lamparter | 2017-01-23 | 1 | -4/+1 |
* | ospf6d: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-30 | 1 | -56/+14 |
* | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+2 |
* | ospf6d: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -14/+16 |
* | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -2/+2 |
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -38/+38 |
* | ospf6d: argv update | Daniel Walton | 2016-09-23 | 1 | -18/+18 |
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 1 | -2/+2 |
* | arm compilation failures. | Donald Sharp | 2015-07-30 | 1 | -1/+1 |
* | This is a fix to make sure router-LSA is updated when neighbor's interface ID... | Donald Sharp | 2015-05-20 | 1 | -2/+12 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -2/+2 |
* | ospf6d: solve segfaults with ospf6d on FreeBSD | Ingo Flaschberger | 2014-03-21 | 1 | -0/+7 |
* | ospf6d: improve ordered shutdown | Christian Franke | 2014-03-18 | 1 | -1/+1 |
* | ospf6d: don't change SeqNum on initial DbDesc message | Dinesh Dutt | 2013-11-08 | 1 | -1/+2 |
* | ospf6d: convert LSDB to use route_node, improve performance | Dinesh Dutt | 2013-11-08 | 1 | -8/+8 |
* | ospf6d: fix neighbor state machine (faster lsdb sync, RFC compliance) | Dinesh Dutt | 2013-11-08 | 1 | -27/+29 |
* | ospf6d: add p2p interface support | Dinesh Dutt | 2013-11-08 | 1 | -88/+141 |
* | ospf6d/ospfd: refactor some common defines | Dinesh Dutt | 2013-10-23 | 1 | -1/+1 |