summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | zebra: When deleting nexthop group entries ensure the thread is offDonald Sharp2022-07-171-0/+2
|/
* zebra: free neighbor state before exit to avoid memleaksChristian Hopps2022-07-141-0/+5
* zebra: remove redundant flags assignmentanlan_cs2022-07-121-5/+0
* zebra: debug decode RTA_EXPIRES and RTA_MFC_STATSDavid Lamparter2022-07-071-0/+17
* zebra: fix remaining MR RTM_GETROUTE odditiesDavid Lamparter2022-07-071-2/+13
* zebra: IIF/OIF are not used in MR RTM_GETROUTEDavid Lamparter2022-07-061-3/+0
* zebra: netlink MR is a rtmsg, not ndmsgDavid Lamparter2022-07-061-4/+4
* zebra: correctly ignore multicast nl msgsDavid Lamparter2022-07-061-13/+22
* Merge pull request #11502 from donaldsharp/zebra_dplane_finiRuss White2022-07-056-46/+10
|\
| * zebra: make rib_process_dplane_results own ctx freeingDonald Sharp2022-06-296-46/+10
* | Merge pull request #11507 from donaldsharp/setsockopt_changesDavid Lamparter2022-07-041-13/+37
|\ \
| * | zebra: Realign SOL_NETLINK to warn when FRR does not have itDonald Sharp2022-06-301-2/+7