index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
rt_netlink.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #5416 from mjstapp/re_nhe_pointer
Donald Sharp
2019-12-04
1
-21
/
+29
|
\
|
*
lib,zebra: use nhg_hash_entry pointer in route_entry
Mark Stapp
2019-12-04
1
-21
/
+29
*
|
*: generously apply const
David Lamparter
2019-12-02
1
-2
/
+2
|
/
*
zebra: Allow zebra to install nexthop groups into linux kernel
Donald Sharp
2019-11-11
1
-7
/
+0
*
zebra: Fix some nhg SA issues found in latest Coverity
Donald Sharp
2019-10-29
1
-2
/
+7
*
zebra: rt_netlink nexthop handling checkpatch
Stephen Worley
2019-10-25
1
-17
/
+14
*
zebra: Guard nexthop group overflow read
Stephen Worley
2019-10-25
1
-3
/
+4
*
zebra: Add DPLANE_NEIGH and DPLANE_VTEP to nhg cases
Stephen Worley
2019-10-25
1
-0
/
+5
*
zebra: Zebra nexthop group re-work checkpatch fixes
Stephen Worley
2019-10-25
1
-4
/
+3
*
zebra: Force off kernel nexthop group API for now
Stephen Worley
2019-10-25
1
-0
/
+8
*
zebra: Handle nhg_hash_entry encaps/more debugging
Stephen Worley
2019-10-25
1
-20
/
+88
*
zebra: Add common netlink mpls stack building path
Stephen Worley
2019-10-25
1
-52
/
+40
*
zebra: TODO for hanlding blackhole attr exclusive
Stephen Worley
2019-10-25
1
-1
/
+3
*
zebra: Use nexthop object id on route delete
Stephen Worley
2019-10-25
1
-34
/
+41
*
zebra: Move the supports_nh bool to a better place
Stephen Worley
2019-10-25
1
-1
/
+16
*
zebra: Add handling for kernel del/update nexthop
Stephen Worley
2019-10-25
1
-34
/
+6
*
zebra: Sweep our nexthop objects out on restart
Stephen Worley
2019-10-25
1
-6
/
+17
*
zebra: Give installed nhe's the zebra proto
Stephen Worley
2019-10-25
1
-0
/
+1
*
zebra: Add recursive functionality to NHE's
Stephen Worley
2019-10-25
1
-1
/
+2
*
zebra: Use NHE id on kernel route sends
Stephen Worley
2019-10-25
1
-0
/
+7
*
zebra: Fix nhg ifindex setting and checking
Stephen Worley
2019-10-25
1
-3
/
+5
*
zebra: Use a nhe context dataplane and rib metaq
Stephen Worley
2019-10-25
1
-155
/
+57
*
zebra: Remove uneeded freeing helper function
Stephen Worley
2019-10-25
1
-2
/
+5
*
zebra: Put nhe ifp setting inside alloc
Stephen Worley
2019-10-25
1
-6
/
+0
*
zebra: VRF ID should be null if a nexthop group
Stephen Worley
2019-10-25
1
-1
/
+1
*
zebra: Re-organize/expose nhg_connected
Stephen Worley
2019-10-25
1
-22
/
+19
*
zebra: Abstract the RB nodes/add dependents tree
Stephen Worley
2019-10-25
1
-5
/
+6
*
zebra,lib: Refactor depends to RB tree
Stephen Worley
2019-10-25
1
-32
/
+38
*
zebra: Add equivalence function for nhg_depends
Stephen Worley
2019-10-25
1
-108
/
+124
*
zebra: Make kernel debug nexthop standardized
Stephen Worley
2019-10-25
1
-4
/
+6
*
zebra: Always copy nhg and depends on nhe alloc
Stephen Worley
2019-10-25
1
-1
/
+2
*
zebra: Add functionality to send groups to kernel
Stephen Worley
2019-10-25
1
-32
/
+65
*
zebra: Make nexthop group vrf VRF_DEFAULT
Stephen Worley
2019-10-25
1
-3
/
+4
*
zebra: Refactor nexthop group creation code to use allocated memory
Stephen Worley
2019-10-25
1
-51
/
+87
*
zebra: Read in nexthop dependencies from the kernel
Stephen Worley
2019-10-25
1
-34
/
+74
*
zebra: Check if a nexthop was added to the nhg
Stephen Worley
2019-10-25
1
-7
/
+2
*
zebra: Add afi value for all nexthops sent/received
Stephen Worley
2019-10-25
1
-13
/
+15
*
zebra: Make bad address family log message more clear
Stephen Worley
2019-10-25
1
-1
/
+1
*
zebra: Fix where the flags are set for new nexthop entries
Stephen Worley
2019-10-25
1
-0
/
+2
*
zebra: Add ifp to zebra-side rib_add
Stephen Worley
2019-10-25
1
-6
/
+7
*
zebra: Add new nexthops to the interface nexthop hash entry list
Stephen Worley
2019-10-25
1
-4
/
+13
*
zebra: Make route entry nexthop groups point to our hash entry
Stephen Worley
2019-10-25
1
-0
/
+1
*
zebra: Update rib_add to take a nexthop ID
Stephen Worley
2019-10-25
1
-1
/
+2
*
zebra: Put unicast nexthop parsing into its own function
Stephen Worley
2019-10-25
1
-56
/
+65
*
zebra: Parse in nexthop ID information from new routes
Stephen Worley
2019-10-25
1
-0
/
+4
*
zebra: Set the INSTALLED flags on nexthop entries we receive
Stephen Worley
2019-10-25
1
-0
/
+4
*
zebra: Force re-install nexthop if still referenced
Stephen Worley
2019-10-25
1
-1
/
+9
*
zebra: Return proper status result
Stephen Worley
2019-10-25
1
-1
/
+1
*
zebra: Use the dest prefix for determining nexthop family
Stephen Worley
2019-10-25
1
-4
/
+5
*
zebra: Add debug statement for nexthop netlink messages
Stephen Worley
2019-10-25
1
-6
/
+1
[next]