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
*
zebra: clang-format style fixes
Stephen Worley
2023-02-14
1
-3
/
+3
*
zebra: ignore zero_mac without VNI deletes
Stephen Worley
2023-02-14
1
-1
/
+1
*
zebra: encode dvni with nexthop groups
Stephen Worley
2023-02-14
1
-32
/
+61
*
zebra: handle ipv6-mapped-ipv4 with DVNI
Stephen Worley
2023-02-14
1
-3
/
+12
*
zebra: dont install implicit NULL labels non-vni
Stephen Worley
2023-02-14
1
-1
/
+1
*
zebra: encode vni label via lwt encap
Stephen Worley
2023-02-14
1
-18
/
+60
*
zebra: fix for issues found during static analysis
Sharath Ramamurthy
2023-02-14
1
-1
/
+2
*
zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...
Sharath Ramamurthy
2023-02-14
1
-19
/
+50
*
zebra: single vxlan device vni handling
Sharath Ramamurthy
2023-02-14
1
-9
/
+9
*
zebra: single vxlan device dataplace vni update changes
Sharath Ramamurthy
2023-02-14
1
-0
/
+15
*
zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...
Sharath Ramamurthy
2023-02-14
1
-20
/
+61
*
zebra: data structure changes for single vxlan device
Sharath Ramamurthy
2023-02-14
1
-1
/
+1
*
zebra: Add missing enums to switch statements
Donald Sharp
2023-01-31
1
-4
/
+58
*
zebra_fpm: Add support for other protocols in fpm:netlink
Spoorthi K
2023-01-24
1
-1
/
+1
*
Merge pull request #12604 from donaldsharp/distance_metric_offload_fixes
Russ White
2023-01-18
1
-1
/
+1
|
\
|
*
zebra: Set metric appropriately on route offload to asic
Donald Sharp
2023-01-05
1
-1
/
+1
*
|
zebra: cosmetic changes for debug
anlan_cs
2023-01-11
1
-1
/
+1
*
|
fpm: Send NH message to FPM even if the local kernel doesn't support it
Yutaro Hayakawa
2022-12-25
1
-4
/
+5
|
/
*
zebra: Fix nexthop group memory leak
Donald Sharp
2022-12-15
1
-2
/
+4
*
zebra: Add ctx to netlink message parsing
Donald Sharp
2022-12-12
1
-8
/
+22
*
Merge pull request #12238 from donaldsharp/append
Donatas Abraitis
2022-11-07
1
-0
/
+3
|
\
|
*
lib, zebra: Allow for zebra to recognize that a route has gotten desynced
Donald Sharp
2022-11-04
1
-0
/
+3
*
|
lib, zebra: Add ability to encode/decode resilient nhg's
Donald Sharp
2022-11-04
1
-5
/
+63
|
/
*
zebra, lib: add support for SRv6 End.DT46 behavior
Carmine Scarpitta
2022-10-18
1
-0
/
+22
*
zebra: use rib_add_multipath in rt_netlink.c
Donald Sharp
2022-08-17
1
-28
/
+29
*
zebra: Create a zebra_rib_route_entry_new function and use it
Donald Sharp
2022-08-17
1
-11
/
+3
*
zebra: Avoid buffer overflow using netlink_parse_rtattr_nested()
Donatas Abraitis
2022-07-17
1
-4
/
+4
*
zebra: fix remaining MR RTM_GETROUTE oddities
David Lamparter
2022-07-07
1
-2
/
+13
*
zebra: IIF/OIF are not used in MR RTM_GETROUTE
David Lamparter
2022-07-06
1
-3
/
+0
*
zebra: netlink MR is a rtmsg, not ndmsg
David Lamparter
2022-07-06
1
-4
/
+4
*
zebra: correctly ignore multicast nl msgs
David Lamparter
2022-07-06
1
-13
/
+22
*
zebra: Add more cases to proto2zebra for understanding kernel routes
Donald Sharp
2022-07-01
1
-0
/
+16
*
zebra: Notice to end operator when a failure happens
Donald Sharp
2022-07-01
1
-1
/
+12
*
zebra: add support for maintaining local neigh entries
Anuradha Karuppiah
2022-06-27
1
-6
/
+24
*
Merge pull request #11464 from donaldsharp/linkdown
Russ White
2022-06-24
1
-0
/
+3
|
\
|
*
lib, zebra: Notice when a nexthop is set linkdown
Donald Sharp
2022-06-23
1
-0
/
+3
*
|
zebra: rtnetlink: flow attr per gateway attr in multipath updates
Ricardo
2022-06-23
1
-22
/
+44
|
/
*
zebra: remove unnecessary check for "zevpn_vrf"
anlan_cs
2022-05-14
1
-6
/
+0
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-2
/
+2
*
zebra: Modify base code to get ipv6 stats from kernel
Mobashshera Rasool
2022-04-28
1
-11
/
+49
*
zebra: Add tracepoint for netlink_route_change_read_unicast
Donald Sharp
2022-04-20
1
-0
/
+3
*
zebra: Add netlink_nexthop_change tracepoint
Donald Sharp
2022-04-20
1
-0
/
+3
*
*: Fix spelling of inteface
Donald Sharp
2022-04-19
1
-1
/
+1
*
zebra: remove unnecessary check for parsing macfdb
anlan_cs
2022-03-30
1
-1
/
+1
*
Merge pull request #9953 from donaldsharp/system_route_replace
Donatas Abraitis
2022-03-20
1
-1
/
+1
|
\
|
*
zebra: Better handle replacing our route by a system route
Donald Sharp
2022-01-26
1
-1
/
+1
*
|
zebra: Remove `struct nlsock` from dataplane information and use `int fd`
Donald Sharp
2022-02-08
1
-3
/
+10
*
|
Merge pull request #9066 from donaldsharp/ships_in_the_night
Russ White
2022-02-08
1
-2
/
+2
|
\
\
|
*
|
zebra: Fix ships in the night issue
Donald Sharp
2022-02-07
1
-2
/
+2
*
|
|
Merge pull request #9649 from proelbtn/add-support-for-end-dt4
Russ White
2022-02-08
1
-0
/
+26
|
\
\
\
|
|
/
/
|
/
|
|
[next]