summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: simplify log message lookupQuentin Young2017-06-211-11/+11
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-2/+2
* lib: Refactor if_get_by_name_len to be VRF awareDonald Sharp2017-03-151-1/+2
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-1/+1
* lib, ospfd, pimd: Convert to using VRF based interface creationDonald Sharp2017-03-151-1/+1
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-4/+4
* *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-081-4/+3
* zebra: receive ZAPI IPv6 source prefixDavid Lamparter2017-01-301-6/+6
* zebra: Fix compile warnings under freebsdDonald Sharp2017-01-181-5/+5
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-13/+1
* lib: replace strlcpy & strlcat with glibc versionsDavid Lamparter2016-11-151-1/+0
* zebra: kernel interface simplificationTimo Teräs2016-10-181-4/+4
* zebra: check at startup if the kernel supports MPLSRenato Westphal2016-09-231-4/+4
* mpls: add support to the OpenBSD kernelRenato Westphal2016-09-231-0/+22
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-09-031-5/+38
* zebra: Refactor rib_add_ipv[4|6] to a common functionDonald Sharp2016-09-011-8/+6
* zebra: Refactor rib_delete_ipv[4|6]Donald Sharp2016-09-011-17/+18
* zebra: implement per-route mtu handlingTimo Teräs2016-08-211-2/+4
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-1/+1
* *: fix trivial build errors on *BSDRenato Westphal2016-08-081-10/+10
* zebra: fix build on OpenBSD >= 5.9Renato Westphal2016-08-081-0/+2
* zebra: fix VRF code for *BSDDavid Lamparter2016-06-091-1/+1
* zebra: use prefix2str for logging where possibleTimo Teräs2016-06-091-42/+24
* zebra: make RTF_LLINFO optional to fix FreeBSDLou Berger2016-05-261-0/+2
* solaris: more warnings fixedDavid Lamparter2016-05-261-6/+9
* solaris: no ROUNDUPDavid Lamparter2016-05-261-0/+6
* zebra: static int inline -> static inline intDavid Lamparter2016-05-261-2/+2
* zebra: use SA_SIZE for RT_ROUNDUP on FreeBSDDavid Lamparter2016-05-261-10/+8
* Fix alignment assumptions on non-RT_ROUNDUP platforms.Greg Troxel2016-05-261-2/+2
* zebra/kernel_socket.c: Use platform alignmentGreg Troxel2016-05-261-10/+40
* zebra: Refactor struct zebra_tDonald Sharp2016-04-151-1/+0
* lib, zebra: The Bulk of the conversion over to NS and VRFDonald Sharp2016-02-011-7/+4
* Quagga: prefix2str fixupDonald Sharp2015-11-231-1/+1
* zebra, lib/memtypes.c: the netlink sockets work per VRFFeng Lu2015-10-301-3/+13
* zebra: let FIB stand for its respective VRFFeng Lu2015-10-301-8/+9
* Multi-Instance OSPF SummaryDonald Sharp2015-05-201-6/+6
* *: nuke ^L (page feed)David Lamparter2014-06-041-4/+4
* ospf6d: solve segfaults with ospf6d on FreeBSDIngo Flaschberger2014-03-211-0/+1
* zebra: fix sockaddr_dl length assumptions (BZ#737)David Lamparter2013-01-161-3/+12
* build: check actually-used BSD link state fieldsDoug VanLeuven2012-11-051-6/+6
* zebra: kernel_socket: fix overflow in RTA_ADDR & RTA_ATTRDoug VanLeuven2012-11-051-9/+22
* zebra: kernel_socket: fix 64bit MacOS X alignmentDoug VanLeuven2012-11-051-0/+6
* zebra: fix recent MP-BGP commits for FreeBSDDenis Ovsienko2012-01-231-5/+5
* zebra: IPv4 MP-BGP Routes addition and deletionG.Balaji2012-01-231-1/+1
* zebra: set the interface link-layer socket addressTom Goff2011-12-131-0/+12
* zebra: spellingDenis Ovsienko2011-12-131-2/+2
* zebra: handle RTF_CLONING removal from FreeBSD 8.0David Ward2009-12-031-0/+7
* zebra: make declaration const in rtm_flag_dump()Tom Goff2009-12-031-1/+1