| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Replace `sizeof something` to sizeof(something) | Donatas Abraitis | 2020-03-08 | 1 | -1/+1 |
* | zebra: Fix checksum calculation to not include old checksum | Donald Sharp | 2020-02-18 | 1 | -1/+4 |
* | zebra: Fix zlog_debug -> flog_err for error situations in IRDP | Donald Sharp | 2020-02-18 | 1 | -6/+10 |
* | zebra: SO_BROADCAST needs a uint32_t instead of a uint8_t | Donald Sharp | 2020-02-18 | 1 | -3/+4 |
* | zebra: remove bs irdp error code | Quentin Young | 2019-07-03 | 1 | -6/+6 |
* | *: remove trailing newlines from zlog messages | Quentin Young | 2019-03-14 | 1 | -2/+2 |
* | zebra: Move the master thread handler to the zrouter structure | Donald Sharp | 2019-01-31 | 1 | -2/+2 |
* | *: spelchek | David Lamparter | 2018-10-25 | 1 | -2/+2 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -5/+5 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -4/+4 |
* | zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRA | Quentin Young | 2018-09-13 | 1 | -7/+7 |
* | zebra: flog_warn conversion | Quentin Young | 2018-09-06 | 1 | -17/+21 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -3/+3 |
* | zebra, lib: error references for zebra | Quentin Young | 2018-08-14 | 1 | -22/+25 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -6/+6 |
* | *: fix assorted issues detected by Coverity Scan | Renato Westphal | 2017-08-25 | 1 | -0/+1 |
* | zebra: irdp: convert into module | David Lamparter | 2017-08-15 | 1 | -5/+0 |
* | zebra: irdp: manage separate IRDP struct | David Lamparter | 2017-08-15 | 1 | -2/+2 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -278/+272 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 1 | -2/+2 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -1/+2 |
* | *: Remove non-vrf based ifindex lookup | Donald Sharp | 2017-03-15 | 1 | -1/+1 |
* | *: create a helper function to set the IP_MULTICAST_LOOP sockoption | Renato Westphal | 2016-11-25 | 1 | -6/+2 |
* | pimd/zebra: fix setting of IP_MULTICAST_LOOP on OpenBSD | Renato Westphal | 2016-11-25 | 1 | -1/+1 |
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 1 | -0/+1 |
* | zebra: Refactor struct zebra_t | Donald Sharp | 2016-04-15 | 1 | -1/+0 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -3/+3 |
* | security: Fix some typos and potential NULL-deref | Remi Gacogne | 2014-02-11 | 1 | -1/+1 |
* | zebra: deal with irdp compile warnings | Stephen Hemminger | 2009-12-10 | 1 | -4/+2 |
* | [cleanup] convert bzero() deprecated by POSIX to memset() | Jeremy Jackson | 2009-06-19 | 1 | -1/+1 |
* | [zebra] IRDP: Move stream_free to where its created, probably fixing a leak | Paul Jakma | 2006-08-04 | 1 | -2/+1 |
* | 2005-03-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-03-30 | 1 | -5/+6 |
* | 2005-02-09 Paul Jakma <paul.jakma@sun.com> | paul | 2005-02-09 | 1 | -3/+3 |
* | 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2004-12-07 | 1 | -7/+6 |
* | 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2004-11-20 | 1 | -5/+5 |
* | 2004-10-05 Paul Jakma <paul@dishone.st> | paul | 2004-10-05 | 1 | -61/+76 |
* | Compiler warnings fixes. | hasso | 2004-09-26 | 1 | -1/+1 |
* | 2004-09-24 Paul Jakma <paul@dishone.st> | paul | 2004-09-24 | 1 | -5/+2 |
* | 2004-08-19 Paul Jakma <paul@dishone.st> | paul | 2004-08-19 | 1 | -2/+2 |
* | 2004-07-23 Paul Jakma <paul@dishone.st> | paul | 2004-07-23 | 1 | -8/+3 |
* | OK, here it is - irdp support. But don't expect me to fix any bugs in it. | hasso | 2004-06-12 | 1 | -0/+364 |