]> git.puffer.fish Git - mirror/frr.git/shortlog
mirror/frr.git
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
2019-10-25 Stephen Worleyzebra: Update rib_add_multipath with increment nhe
2019-10-25 Stephen Worleyzebra: Recursively decrement refcnt on nhe's
2019-10-25 Stephen Worleyzebra: Add function to increment nhg refcnt
2019-10-25 Stephen Worleyzebra: Add equivalence function for nhg_depends
2019-10-25 Stephen Worleyzebra: Add function to lookup ID in depends list
2019-10-25 Stephen Worleyzebra: Fix hash key type in zebra_nhg
2019-10-25 Stephen Worleyzebra: Add function to find/create single nexthop
2019-10-25 Stephen Worleyzebra: Pass is_kernel_nh to zebra_nhg_find()
2019-10-25 Stephen Worleyzebra: Move id counter into zebra_nhg_find()
2019-10-25 Stephen Worleyzebra: Make kernel debug nexthop standardized
2019-10-25 Stephen Worleyzebra: Always copy nhg and depends on nhe alloc
2019-10-25 Stephen Worleyzebra: Make wording for depend functions clearer
2019-10-25 Stephen Worleyzebra: Add functionality to send groups to kernel
2019-10-25 Stephen Worleyzebra: Make nexthop ctx use nhg_depend_dup_list
2019-10-25 Stephen Worleyzebra: Add function to duplicate nhg dependencies
2019-10-25 Stephen Worleyzebra: Make nexthop group vrf VRF_DEFAULT
2019-10-25 Stephen Worleyzebra: Refactor nexthop group creation code to use...
2019-10-25 Stephen Worleyzebra: Add helper functions for freeing the members...
2019-10-25 Stephen Worleyzebra: Make show nexthop-group <null> list all nexthop...
2019-10-25 Stephen Worleyzebra: Read in nexthop dependencies from the kernel
2019-10-25 Stephen Worleyzebra: Add dependency information for nexthop group...
2019-10-25 Stephen Worleyinclude: Add nexthop.h to the include automake file
2019-10-25 Stephen Worleyzebra: Check if a nexthop was added to the nhg
2019-10-25 Stephen Worleyzebra: Add afi value for all nexthops sent/received
2019-10-25 Stephen WorleyRevert "zebra: Remove afi field in nexthop hash entry"
2019-10-25 Stephen Worleyzebra: Make bad address family log message more clear
2019-10-25 Stephen Worleyzebra: Give Nexthop Group Hash entries a defined memory...
2019-10-25 Stephen Worleyzebra: Change wording in duplicate error message
2019-10-25 Stephen Worleyzebra: Fix where the flags are set for new nexthop...
2019-10-25 Stephen Worleyzebra: Add ifp to zebra-side rib_add
2019-10-25 Stephen Worleyzebra: Make show nexthop-group command more readable
2019-10-25 Stephen Worleyzebra: Add new nexthops to the interface nexthop hash...
2019-10-25 Stephen Worleyzebra: Add nexthop hash entry list to zebra interface...
2019-10-25 Stephen Worleyzebra: Make route entry nexthop groups point to our...
2019-10-25 Stephen Worleyzebra: Update rib_add to take a nexthop ID
2019-10-25 Stephen Worleyzebra: Put unicast nexthop parsing into its own function
2019-10-25 Stephen Worleyzebra: Parse in nexthop ID information from new routes
2019-10-25 Stephen Worleyzebra: Uninstall nexthops on shutdown
2019-10-25 Stephen Worleyzebra: Uninstall nexthop when ref count hits zero
2019-10-25 Stephen Worleyzebra: Add calls to the nexthop context process result...
2019-10-25 Stephen Worleyzebra: Set the INSTALLED flags on nexthop entries we...
2019-10-25 Stephen Worleyzebra: Route entries use nexthop entry ID's instead...
2019-10-25 Stephen Worleyzebra: Add dataplane process result function for nexthops
2019-10-25 Stephen Worleyzebra: Add functions for installing/uninstalling nexthops
next