]> git.proxmox.com Git - mirror_frr.git/shortlog
mirror_frr.git
2019-10-25 Stephen Worleypbrd: nexthop_group delete cb don't free pbr->nhg
2019-10-25 Stephen Worleyzebra: Use ng pointer in mpls_ftn_uninstall
2019-10-25 Stephen Worleyzebra: Add DPLANE_NEIGH and DPLANE_VTEP to nhg cases
2019-10-25 Stephen Worleydoc: Add docs for new nexthop group commands
2019-10-25 Stephen Worleyzebra: Fallback to default ns if nhg vrf lookup fails
2019-10-25 Stephen Worleylib: Add common handler for nexthop_group_equal*()
2019-10-25 Stephen Worleylib: Add NULL check in nexthop_group_equal*() iter
2019-10-25 Stephen Worleyzebra: Zebra nexthop group re-work checkpatch fixes
2019-10-25 Stephen Worleyzebra: Fix NULL check in zebra_nhg_rib_find()
2019-10-25 Stephen Worleylib: Fix nexthop_group_equal*() NULL check
2019-10-25 Stephen Worleytopotests: Expect shared nexthop memory
2019-10-25 Stephen Worleyzebra: Update ip route show with nexthop_num API
2019-10-25 Stephen Worleyzebra: Add bsd nexthop install boilerplate
2019-10-25 Stephen Worleyzebra: Fix missed bsd nexthop group pointer
2019-10-25 Stephen Worleyzebra: Force off kernel nexthop group API for now
2019-10-25 Stephen Worleyzebra: Only check nexthop status on route install/update
2019-10-25 Stephen Worleyzebra: Only show route nexthop group ID when asked
2019-10-25 Stephen Worleyzebra: Only use passed afi for blackhole/ifindex nexthops
2019-10-25 Stephen Worleyzebra: Handle out of order kernel nexthop groups
2019-10-25 Stephen Worleyzebra: Free labels on nhg_ctx from kernel
2019-10-25 Stephen Worleyzebra: Add some getters for nhg_ctx
2019-10-25 Stephen Worleyzebra: Handle nhg_hash_entry encaps/more debugging
2019-10-25 Stephen Worleyzebra: Add common netlink mpls stack building path
2019-10-25 Stephen Worleylib: Add nexthop quick hash api
2019-10-25 Stephen Worleyzebra: NHE hash reduce calls to jhash
2019-10-25 Stephen Worleylib: Nexthop hash onlink and ifindex with one call
2019-10-25 Stephen Worleyzebra: Add nhe_id to show ip route detailed
2019-10-25 Stephen Worleyzebra: Add some more output to show nexthop-group
2019-10-25 Stephen Worleyzebra: Optimize the fib/notified nexthop matching
2019-10-25 Stephen Worleyzebra: NHE use nexthop_group_equal_no_recurse()
2019-10-25 Stephen Worleylib: Separate nexthop_group_equal() into recursive
2019-10-25 Stephen Worleylib,zebra: Move nexthop dup marking into creation
2019-10-25 Stephen Worleylib: Call nexthop g_addr hashes together
2019-10-25 Stephen Worleylib: nexthop_group_equal() assume ordered
2019-10-25 Stephen Worleyzebra: Check active count first in nhg_hash_equal
2019-10-25 Stephen Worleyzebra: Create depends after initial lookup
2019-10-25 Stephen Worleyzebra: TODO for hanlding blackhole attr exclusive
2019-10-25 Stephen Worleyzebra: Use nexthop object id on route delete
2019-10-25 Stephen Worleyzebra: Move the supports_nh bool to a better place
2019-10-25 Stephen Worleyzebra: Add handling for kernel del/update nexthop
2019-10-25 Stephen Worleyzebra: Sweep our nexthop objects out on restart
2019-10-25 Stephen Worleyzebra: Give installed nhe's the zebra proto
2019-10-25 Stephen Worleyzebra: Prevent duplication and overflow in nhe2grp
2019-10-25 Stephen Worleyzebra: TODO for handling upper level nhe_id passing
2019-10-25 Stephen Worleyzebra: Mark nhe valid if installed
2019-10-25 Stephen Worleyzebra: A group isn't recursive if one depend is
2019-10-25 Stephen Worleyzebra: Move resolve/add depend install into api
2019-10-25 Stephen Worleyzebra: Install the nhe along with the route
2019-10-25 Stephen Worleyzebra: Install a route if the nhe is queued as well
2019-10-25 Stephen Worleyzebra: Switch nhg_connected to use new RB tree
2019-10-25 Stephen Worleyzebra: Remove some extraneous zebra_nhg logging
2019-10-25 Stephen Worleyzebra: Set recursive flag in rib_find() path
2019-10-25 Stephen Worleyzebra: zebra_nhg_rib_find() handle recursive case
2019-10-25 Stephen Worleyzebra: Add refcnt for depends when connected
2019-10-25 Stephen Worleyzebra: Add some depends helper functions
2019-10-25 Stephen Worleyzebra: Add nhg refcnt connected helper functions
2019-10-25 Stephen Worleyzebra: Remove nexthop group workqueue
2019-10-25 Stephen Worleylib: Hash nexthops on onlink flag
2019-10-25 Stephen Worleyzebra: Set resolved nhg in find path
2019-10-25 Stephen Worleyzebra: Refactor nexthop resolution in active funcs
2019-10-25 Stephen Worleylib: Hash on resolved nexthops by default
2019-10-25 Stephen Worleyzebra: Use nexthop/interface vrf, not the routes
2019-10-25 Stephen Worleyzebra: Accept NULL value for updating route NHE
2019-10-25 Stephen Worleyzebra: Resolved nh change, inc refcnt by rt refcnt
2019-10-25 Stephen Worleyzebra: Add cli show NHE by ID and interface groups
2019-10-25 Stephen Worleyzebra: NHG checkpatch fixes
2019-10-25 Stephen Worleyzebra: Ignore cleanup for now
2019-10-25 Stephen Worleyzebra: Remove uneeded is_valid NHE functons
2019-10-25 Stephen Worleyzebra: Check group before setting NHE invalid
2019-10-25 Stephen Worleyzebra: Remove route only if NHE is installed check
2019-10-25 Stephen Worleyzebra: Create a new NHE if the mpls labels change
2019-10-25 Stephen Worleyzebra: Don't error on nexthop object support check
2019-10-25 Stephen Worleyzebra: Return true if the NHE created, not found
2019-10-25 Stephen Worleyzebra: Put NHE ref updating into a function
2019-10-25 Stephen Worleyzebra: Error if the ifp lookup fails for an NHE
2019-10-25 Stephen Worleyzebra: Add recursive functionality to NHE's
2019-10-25 Stephen Worleyzebra: Update snmp code to use nexthop pointer
2019-10-25 Stephen Worleyzebra: Check for nh group support in dplane ctx
2019-10-25 Stephen Worleyzebra: Use NHE id on kernel route sends
2019-10-25 Stephen Worleyzebra: Fix nhg ifindex setting and checking
2019-10-25 Stephen Worleyzebra: Use a nhe context dataplane and rib metaq
2019-10-25 Stephen Worleyzebra: Free the nhe dataplane ctx always
2019-10-25 Stephen Worleyzebra: Del from depends/dependents tree on release
2019-10-25 Stephen Worleyzebra: Add depends/dependents release functions
2019-10-25 Stephen Worleyzebra: Add NULL check before nhg_connected insert
2019-10-25 Stephen Worleyzebra: RB_FIND then RB_REMOVE nhg_connected
2019-10-25 Stephen Worleyzebra: Check for nexthop group before free on fail
2019-10-25 Stephen Worleyzebra: Remove uneeded zebra_nhg_cmp() function
2019-10-25 Stephen Worleyzebra: Update nhg_hash_equal to use nexthop_group_equal
2019-10-25 Stephen Worleylib: Add equals function for nexthop groups
2019-10-25 Stephen Worleyzebra: Remove uneeded freeing helper function
2019-10-25 Stephen Worleyzebra: Put nhe ifp setting inside alloc
2019-10-25 Stephen Worleyzebra: VRF ID should be null if a nexthop group
2019-10-25 Stephen Worleyzebra: Just uninstall NHE when refcnt hits zero
2019-10-25 Stephen Worleyzebra: Add interface down marking to NHE's
2019-10-25 Stephen Worleyzebra: Re-organize/expose nhg_connected
2019-10-25 Stephen Worleyzebra: Abstract the RB nodes/add dependents tree
2019-10-25 Stephen Worleyzebra,lib: Refactor depends to RB tree
2019-10-25 Stephen Worleyzebra: Releasing/uninstalling re-work with groups
2019-10-25 Stephen Worleyzebra: Protocol side nhg_hash_entry afi fix
next