summaryrefslogtreecommitdiff
path: root/zebra/zebra_vxlan.c
AgeCommit message (Expand)Author
2025-02-03zebra: evpn svd hash avoid double freeChirag Shah
2024-12-09zebra: Reduce memory usage of streams for encoding packetsDonald Sharp
2024-12-09zebra: Reset MAC's remote sequence number appropriatelyvivek
2024-11-26zebra: EVPN fix code style in vlan vni map debugsChirag Shah
2024-11-25zebra: add debug in remote vtep install ifp not upChirag Shah
2024-11-14zebra: Put debug guards in zebra_vxlan.cDonald Sharp
2024-11-14zebra: zebra_vxlan.c assert on dev escape problemDonald Sharp
2024-10-29zebra: use new per-NS ifp iterators in vxlan codeMark Stapp
2024-09-26zebra: vlan to dplane Offload from mainRajasekar Raja
2024-09-25zebra: vlan to dplane, Relocating some functionsRajasekar Raja
2024-07-08zebra: evpn: not coerce VTEP IP to IPv4 in nh_listEugene Crosser
2024-05-31lib, zebra: Update prefix_sg structure for IPv6 group supportMike RE Mallin
2024-05-03zebra: fix EVPN svd based remote nh neigh delChirag Shah
2024-03-22Merge pull request #15010 from tlsalmin/masterMark Stapp
2024-02-27Merge pull request #15399 from louis-6wind/fix-macvlan-crashDonatas Abraitis
2024-02-21zebra: fix crash if macvlan link in another netnsLouis Scalbert
2024-02-20zebra: Remove deprecated itemsDonald Sharp
2024-01-28zebra: fix vni NB conversionIgor Ryzhov
2023-12-27bgpd: revamp evpn debugs nexthop and l3vniChirag Shah
2023-12-13zebra: Fix crash on macvlan link down/upTomi Salminen
2023-11-21zebra: Cleanup svd_nh_table on shutdownDonald Sharp
2023-10-30Merge pull request #13576 from chiragshah6/mdev1Donatas Abraitis
2023-10-29zebra:returns empty dict when evpn is disabled IISindhu Parvathi Gopinathan
2023-07-21zebra: non pretty json output for evpn routeSindhu Parvathi Gopinathan
2023-07-20Merge pull request #14055 from guoguojia2021/route_lockDonatas Abraitis
2023-07-19zebra:unlock node after route_nextguozhongfeng
2023-07-12zebra: remove unnecessary check for default vrfanlan_cs
2023-06-26zebra: fix evpn rmac nh list cmp functionChirag Shah
2023-05-30zebra: avoid unneeded vxlan work on shutdownChristian Hopps
2023-04-04zebra:return empty dict when evpn is disabledSindhu Parvathi Gopinathan
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-21zebra: add evpn isDetectionFreeze to json outputSindhu Parvathi Gopinathan
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13zebra: clang-format style fixesStephen Worley
2023-02-13zebra: use new vni_info->access_vlan structsStephen Worley
2023-02-13zebra: make next-hop svd command hidden for nowStephen Worley
2023-02-13zebra: add show commands for SVD global neigh tableStephen Worley
2023-02-13zebra: install neigh entries on SVDStephen Worley
2023-02-13zebra: check for vni before comparison in zl3vni_map_to_vxlan_if_nsSharath Ramamurthy
2023-02-13zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...Sharath Ramamurthy
2023-02-13zebra: Handle vni determination for non-vlan-aware bridgesSharath Ramamurthy
2023-02-13zebra: Refactoring changes for zebra_evpn_map_vlan zebra_evpn_from_svi and zl...Sharath Ramamurthy
2023-02-13zebra: single vxlan device vni handlingSharath Ramamurthy
2023-02-13zebra: vxlan interface refactoring changesSharath Ramamurthy
2023-02-13zebra: single vxlan device dataplace vni update changesSharath Ramamurthy
2023-02-13zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...Sharath Ramamurthy
2023-02-13zebra: data structure changes for single vxlan deviceSharath Ramamurthy
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-07Merge pull request #12654 from Pdoijode/evpn-evi-detail-json-changesDonatas Abraitis
2023-01-27zebra: fix JSON fields for show evpn vni detailPooja Jagadeesh Doijode