summaryrefslogtreecommitdiffstats
path: root/zebra/rt_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "zebra: use link scope for interface routes"Donald Sharp2016-09-231-4/+1
* zebra: use link scope for interface routesTimo Teräs2016-09-231-1/+4
* mpls: add null driverRenato Westphal2016-09-231-76/+2
* MPLS: Fix pointer manipulation when forming netlink nested attributesvivek2016-09-231-2/+12
* MPLS: Install labeled static routesvivek2016-09-231-17/+149
* Quagga: Install label forwarding entries for statically configured LSPsvivek2016-09-231-25/+458
* Quagga: Fix alignment in netlink messages in some casesvivek2016-09-231-19/+5
* *: 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-1/+64
* zebra: refactor rib_add_ipv[4|6]_multipathDonald Sharp2016-09-011-2/+2
* zebra: Refactor rib_add_ipv[4|6] to a common functionDonald Sharp2016-09-011-15/+16
* zebra: Refactor rib_delete_ipv[4|6]Donald Sharp2016-09-011-14/+12
* zebra: implement per-route mtu handlingTimo Teräs2016-08-211-6/+51
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-1/+1
* zebra: Fix usage of accidental NULL pointerDonald Sharp2016-08-151-1/+1
* zebra: create an abstraction layer for netlink_neigh_update()Renato Westphal2016-08-081-1/+7
* zebra: replace __u32 with standard uint32_tRenato Westphal2016-08-081-1/+1
* zebra/ospf/ospf6: Fix several memory leaks on if up/downDon Slice2016-06-281-1/+3
* zebra: Add `debug zebra kernel msgdump` functionalityQuentin Young2016-06-211-3/+13
* quagga: Allow compile time determination of v6 RR semanticsDonald Sharp2016-06-201-0/+5
* zebra: Fix zebra to exit on recvmsg buffer overrunDonald Sharp2016-06-101-0/+6
* zebra: use prefix2str for logging where possibleTimo Teräs2016-06-091-12/+8
* zebra: Fix unprotected zlog_debugDonald Sharp2016-06-011-1/+2
* zebra: fix rtnh_len in the rt_netlink messages for multipath caseLu Feng2016-05-261-1/+1
* zebra: remove netlink_route() it is no longer usedDaniel Walton2016-05-261-88/+0
* zebra: remove kernel_delete_ipv6_old()David Lamparter2016-05-261-9/+0
* zebra - BFD client de-registration supportradhika2016-05-091-0/+3
* BGP: Trigger IPv6 router advertisements upon config of unnumbered neighborvivek2016-05-021-7/+0
* zebra: Implement recovery for route install failurevivek2016-04-291-8/+0
* quagga: Check for existence of IFLA_INFO_SLAVE_KINDDonald Sharp2016-04-151-0/+4
* zebra: Refactor zebra_vrfDonald Sharp2016-04-151-0/+1
* lib, zebra: Rework zebra_ns to be a bit more modularDonald Sharp2016-04-151-7/+9
* zebra: Refactor struct zebra_tDonald Sharp2016-04-151-2/+0
* lib, zebra: Rework vrf_add_updateDonald Sharp2016-04-151-4/+10
* lib, zebra: Rearrange vrf_delete_updateDonald Sharp2016-04-151-2/+4
* zebra: Fix Startup with > 1k interfacesDonald Sharp2016-03-311-9/+14
* Zebra: Fix handling of larger table-idsvivek2016-03-251-14/+48
* zebra: Some small modifications to actually delete the vrfDonald Sharp2016-03-231-2/+3
* Zebra: Restrict IPv6 RA to valid interfacesvivek2016-03-221-0/+9
* quagga: Netlink error message following Notification sendDaniel Walton2016-03-161-2/+10
* Quagga: Implement VRF change semantics for an interfacevivek2016-02-251-58/+47
* Zebra: Enable VRF as an interface creationDon Slice2016-02-221-2/+2
* Zebra: Fix ignoring status for VRF devicevivek2016-02-221-1/+1
* Zebra: Ignore status change for VRF (temporary)vivek2016-02-201-0/+13
* Zebra: Tweak netlink socket creation functionvivek2016-02-191-1/+1
* Zebra: Fix vrf setting based on netlink messagesDon Slice2016-02-191-15/+8
* Zebra: Restrict automatic RA enable to relevant interfacesvivek2016-02-191-8/+10
* zebra: set vrf-id on vrf slave interfacesDon Slice2016-02-151-2/+16
* zebra: All slave devices were being treated as vrfssharpd2016-02-111-6/+18
* lib, vtysh, zebra: Better VRF debug handlingDonald Sharp2016-02-031-2/+2