summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Convert time to uint64_t for zclient data structuresDonald Sharp2022-08-242-12/+10
* Merge pull request #11832 from sigeryang/masterQuentin Young2022-08-191-1/+1
|\
| * zebra: trim unused tc dplane result valuesSiger Yang2022-08-181-1/+1
* | zebra: No need for a rib_delete before a rib_addDonald Sharp2022-08-171-8/+0
* | zebra: use rib_add_multipath in rt_netlink.cDonald Sharp2022-08-171-28/+29
* | zebra: Create a zebra_rib_route_entry_new function and use itDonald Sharp2022-08-175-65/+45
* | zebra: Introduce early route processing on the MetaQDonald Sharp2022-08-173-389/+564
* | zebra: Convert label processing to Meta-QDonald Sharp2022-08-174-8/+146
* | Merge pull request #11824 from sigeryang/masterDonald Sharp2022-08-172-3/+2
|\|
| * zebra: fix ctab calculation typo in tc netlinkSiger Yang2022-08-171-1/+1
| * zebra: use default NS directly in tc dplaneSiger Yang2022-08-171-2/+1
* | zebra: add TC handlers in script codeStephen Worley2022-08-161-8/+11
* | Merge pull request #11694 from sigeryang/masterStephen Worley2022-08-1614-0/+826
|\|
| * zebra: add empty placeholders for tc via BSD socketSiger Yang2022-08-103-0/+48
| * zebra: add tc netlink and dplane opsSiger Yang2022-08-1012-0/+778
* | Merge pull request #11813 from anlancs/fix/minor-11Donald Sharp2022-08-161-2/+2
|\ \
| * | zebra: correct one comment about ethtool ioctlanlan_cs2022-08-091-2/+2
* | | Merge pull request #11804 from donaldsharp/aug_coverity_updateRuss White2022-08-161-3/+3
|\ \ \
| * | | zebra: Remove unused assignment in zebra_dplane.cDonald Sharp2022-08-151-3/+3
* | | | Merge pull request #11771 from anlancs/fix/minor-zebra-mh-commentDonald Sharp2022-08-151-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: correct one comment for evpn-mhanlan_cs2022-08-091-1/+1
| |/ /
* | / zebra: Fix crash in shutdown w/ pw thread still runningDonald Sharp2022-08-111-3/+4
| |/ |/|
* | zebra: Remove unused return codes in zebra_mpls.cDonald Sharp2022-08-103-31/+15
* | zebra: Combine meta_queue_free and meta_queue_vrf_free functionsDonald Sharp2022-08-104-96/+72
* | zebra: System routes should be processed the same time as kernelDonald Sharp2022-08-101-1/+1
* | zebra: Let's use enum for META Queue indexesDonald Sharp2022-08-101-55/+101
* | zebra: Explicitly call out the correct queue nameDonald Sharp2022-08-101-10/+10
* | zebra: Don't install connected routes multiple times into FRRDonald Sharp2022-08-081-4/+0
|/
* zebra: Add a `mpls enable` interface node commandDonald Sharp2022-08-089-4/+171
* zebra: Notice when an interface is turned on w/ mpls and enable mpls subsystemDonald Sharp2022-08-083-18/+26
* zebra: Add IF_ZEBRA_DATA_X defineDonald Sharp2022-08-082-38/+33
* zebra: Cleanup unguarded debugDonald Sharp2022-08-081-3/+0
* zebra: zrouter.in_shutdown is an atomic variableDonald Sharp2022-08-053-6/+8
* zebra: Fix memory leaks and use after frees in nhg's on shutdownDonald Sharp2022-08-053-2/+55
* zebra: When saving nhg for later stop processingDonald Sharp2022-08-051-0/+1
* Merge pull request #11713 from anlancs/fix/evpn-mh-bond-redirectStephen Worley2022-08-031-0/+13
|\
| * zebra: fix bond down for evpn-mhanlan_cs2022-08-031-0/+13
* | zebra: Remove usage of newline in zlog_X messageDonald Sharp2022-07-301-1/+1
|/
* zebra: Fix lost memory on lsp freeDonald Sharp2022-07-261-8/+19
* Merge pull request #11657 from donaldsharp/why_timerDonatas Abraitis2022-07-227-17/+17
|\
| * zebra: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-217-17/+17
* | *: frr_with_mutex change to follow our standardDonald Sharp2022-07-203-15/+15
|/
* zebra: Add some more data to rtadv socket failuresDonald Sharp2022-07-191-1/+13
* Merge pull request #11613 from anlancs/fix/minor-6Russ White2022-07-191-2/+3
|\
| * zebra: correctly display one debug flag about ES Peeranlan_cs2022-07-161-2/+3
* | Merge pull request #11635 from opensourcerouting/fix/memory_leak_for_mplsJafar Al-Gharaibeh2022-07-181-2/+9
|\ \
| * | zebra: Cleanup the memory from the hash for MPLS stuffDonatas Abraitis2022-07-181-2/+9
* | | Merge pull request #11626 from opensourcerouting/fix/avoid_buffer_overflowDonald Sharp2022-07-181-4/+4
|\ \ \ | |/ / |/| |
| * | zebra: Avoid buffer overflow using netlink_parse_rtattr_nested()Donatas Abraitis2022-07-171-4/+4
| |/
* | zebra: Delete the malloced memory under `show zebra`Donald Sharp2022-07-171-0/+1