summaryrefslogtreecommitdiffstats
path: root/zebra/if_ioctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Fix crash with certain types of tunnelsDonald Sharp2018-04-151-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* zebra: handle some ioctl operations for VRFPhilippe Guibert2018-02-271-1/+1
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+2
* lib: nuke the if_*_by_name_len() functionsRenato Westphal2017-10-101-8/+2
* zebra: drop IPv6 "broadcast" and "peer" addr codeDavid Lamparter2017-08-281-25/+2
* build: zebra: remove *_method Makefile hacksDavid Lamparter2017-07-311-0/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-250/+237
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* lib: Refactor if_get_by_name_len to be VRF awareDonald Sharp2017-03-151-2/+4
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-1/+1
* zebra: Fix signed/unsigned comparisonDonald Sharp2017-01-191-1/+1
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-4/+2
* build: massively remove needless checksDavid Lamparter2016-11-151-132/+2
* zebra: Fix some warnings found during compile.Donald Sharp2016-10-081-0/+1
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* *: fix trivial build errors on *BSDRenato Westphal2016-08-081-1/+1
* lib, zebra: The Bulk of the conversion over to NS and VRFDonald Sharp2016-02-011-6/+4
* zebra, lib/memtypes.c: the netlink sockets work per VRFFeng Lu2015-10-301-1/+8
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-38/+43
* [zebra] Defensive if_getaddrs bug fix.paul2006-01-171-0/+7
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-031-1/+2
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-7/+7
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-4/+2
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-031-2/+6
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-7/+7
* 2004-09-24 Paul Jakma <paul@dishone.st>paul2004-09-241-2/+2
* 2003-06-11 Paul Jakma <paul@dishone.st>paul2003-07-111-0/+1
* Michal Ludvig <michal@logix.cz>paul2002-12-131-11/+24
* Initial revisionpaul2002-12-131-0/+438