index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_evpn_mac.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra:check DAD freeze action before notifying bgp
Chirag Shah
2024-12-30
1
-5
/
+8
*
zebra: Reset MAC's remote sequence number appropriately
vivek
2024-12-09
1
-0
/
+2
*
zebra: In zebra_evpn_mac.c remove bad comments
Donald Sharp
2024-09-18
1
-31
/
+15
*
zebra: Reindent some badly formatted functions in zebra_evpn_mac.c
Donald Sharp
2024-09-18
1
-61
/
+63
*
zebra: Reframe zebra_evpn_mac.c to be properly formatted
Donald Sharp
2024-09-18
1
-337
/
+440
*
zebra: Use more appropriately sized stream packets for evpn
Donald Sharp
2024-04-09
1
-1
/
+1
*
zebra: changes for code maintainability
sri-mohan1
2024-02-28
1
-333
/
+193
*
zebra:fix evpn dup detected local mac del event
Chirag Shah
2023-04-21
1
-4
/
+3
*
zebra: evpn handle del event for dup detected mac
Chirag Shah
2023-04-21
1
-2
/
+12
*
zebra: evpn mh sync mac install as inactive
Chirag Shah
2023-04-14
1
-3
/
+6
*
zebra: Use zebra_vrf_lookup_by_id when we can
Donald Sharp
2023-03-28
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-5
/
+5
*
lib, zebra: Convert THREAD_TIMER_STRLEN to EVENT_TIMER_STRLEN
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-6
/
+6
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-6
/
+6
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-17
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-17
/
+1
*
|
zebra: vxlan interface refactoring changes
Sharath Ramamurthy
2023-02-14
1
-0
/
+2
*
|
zebra: single vxlan device dataplace vni update changes
Sharath Ramamurthy
2023-02-14
1
-2
/
+3
*
|
zebra: data structure changes for single vxlan device
Sharath Ramamurthy
2023-02-14
1
-7
/
+14
|
/
*
zebra: Evpn mac vni detail show command
Pooja Jagadeesh Doijode
2023-01-04
1
-4
/
+14
*
zebra: use "get" naming for bgp accept lower knob
Stephen Worley
2022-11-01
1
-1
/
+1
*
bgpd,zebra,lib: bgp evpn vni macip into two tables
Stephen Worley
2022-10-11
1
-75
/
+56
*
zebra: special sync routes lower seq handling
Stephen Worley
2022-10-11
1
-1
/
+14
*
zebra: add knob to accept lower seq in evpn
Stephen Worley
2022-10-07
1
-11
/
+6
*
zebra: correctly display one debug flag about ES Peer
anlan_cs
2022-07-16
1
-2
/
+3
*
zebra: adjust one variable name
anlan_cs
2022-06-16
1
-4
/
+4
*
zebra: remove unnecessary check for "zevpn_vrf"
anlan_cs
2022-05-14
1
-3
/
+0
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-3
/
+3
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-1
/
+0
*
pimd, zebra: Fix spelling of fowarding
Donald Sharp
2022-04-02
1
-1
/
+1
*
zebra: optimization on the mac addition for evpn-mh
anlan_cs
2022-03-24
1
-6
/
+7
*
zebra: minor changes on "zebra_evpn_mac_gw_macip_add" function
anlan_cs
2022-02-19
1
-9
/
+8
*
zebra: fix crash in evpn neigh cleanup all
Chirag Shah
2022-03-03
1
-8
/
+20
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-11
/
+7
*
zebra: cleanup checking zebra_evpn_mac_add function's return value
anlan_cs
2021-12-23
1
-23
/
+1
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-2
/
+2
*
*: Remove unused variables
Donatas Abraitis
2021-11-18
1
-2
/
+1
*
zebra: Replace inet_ntop to %pI4/6 for JSON outputs
Donatas Abraitis
2021-11-18
1
-8
/
+4
*
zebra: remove ifp reference against the macs before deleting the ifp->mac_list
Anuradha Karuppiah
2021-11-04
1
-13
/
+19
*
zebra: defer local MAC dataplane install on an ES till the ES-EVI is created
Anuradha Karuppiah
2021-10-15
1
-0
/
+19
*
zebra: Convert to `struct zebra_neigh` as per our internal standard
Donald Sharp
2021-09-02
1
-3
/
+3
*
zebra: Convert to `struct zebra_mac` as per our internal standard
Donald Sharp
2021-09-02
1
-67
/
+70
*
zebra: Convert to `struct zebra_evpn` as per our internal standard
Donald Sharp
2021-09-02
1
-30
/
+29
*
zebra: use workqueue for vxlan remote macip updates
Mark Stapp
2021-07-19
1
-1
/
+2
*
zebra: use more const
Mark Stapp
2021-07-19
1
-19
/
+22
*
zebra: give some evpn apis better names
Mark Stapp
2021-07-19
1
-5
/
+5
*
zebra: Reduce size of vni hash tables to a more reasonable start size
Donald Sharp
2021-05-05
1
-1
/
+1
*
zebra: kill zebra_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-1
/
+0
[next]