summaryrefslogtreecommitdiffstats
path: root/zebra/irdp_packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-3/+3
* zebra: replace inet_ntoaMark Stapp2020-10-221-15/+17
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* zebra: Fix checksum calculation to not include old checksumDonald Sharp2020-02-181-1/+4
* zebra: Fix zlog_debug -> flog_err for error situations in IRDPDonald Sharp2020-02-181-6/+10
* zebra: SO_BROADCAST needs a uint32_t instead of a uint8_tDonald Sharp2020-02-181-3/+4
* zebra: remove bs irdp error codeQuentin Young2019-07-031-6/+6
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-2/+2
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-2/+2
* *: spelchekDavid Lamparter2018-10-251-2/+2
* *: style for EC replacementsQuentin Young2018-09-131-5/+5
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-4/+4
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-7/+7
* zebra: flog_warn conversionQuentin Young2018-09-061-17/+21
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-3/+3
* zebra, lib: error references for zebraQuentin Young2018-08-141-22/+25
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-6/+6
* *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-0/+1
* zebra: irdp: convert into moduleDavid Lamparter2017-08-151-5/+0
* zebra: irdp: manage separate IRDP structDavid Lamparter2017-08-151-2/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-278/+272
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: update thread_add_* callsQuentin Young2017-05-091-2/+2
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-1/+2
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-1/+1
* *: create a helper function to set the IP_MULTICAST_LOOP sockoptionRenato Westphal2016-11-251-6/+2
* pimd/zebra: fix setting of IP_MULTICAST_LOOP on OpenBSDRenato Westphal2016-11-251-1/+1
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* zebra: Refactor struct zebra_tDonald Sharp2016-04-151-1/+0
* *: nuke ^L (page feed)David Lamparter2014-06-041-3/+3
* security: Fix some typos and potential NULL-derefRemi Gacogne2014-02-111-1/+1
* zebra: deal with irdp compile warningsStephen Hemminger2009-12-101-4/+2
* [cleanup] convert bzero() deprecated by POSIX to memset()Jeremy Jackson2009-06-191-1/+1
* [zebra] IRDP: Move stream_free to where its created, probably fixing a leakPaul Jakma2006-08-041-2/+1
* 2005-03-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-03-301-5/+6
* 2005-02-09 Paul Jakma <paul.jakma@sun.com>paul2005-02-091-3/+3
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-7/+6
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-5/+5
* 2004-10-05 Paul Jakma <paul@dishone.st>paul2004-10-051-61/+76
* Compiler warnings fixes.hasso2004-09-261-1/+1
* 2004-09-24 Paul Jakma <paul@dishone.st>paul2004-09-241-5/+2
* 2004-08-19 Paul Jakma <paul@dishone.st>paul2004-08-191-2/+2
* 2004-07-23 Paul Jakma <paul@dishone.st>paul2004-07-231-8/+3
* OK, here it is - irdp support. But don't expect me to fix any bugs in it.hasso2004-06-121-0/+364