index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospfd
/
ospfd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospfd: Implement non-broadcast support for point-to-multipoint networks
Acee Lindem
2024-04-02
1
-3
/
+4
*
ospfd: fix deferred shutdown handling
Renato Westphal
2023-12-01
1
-44
/
+12
*
ospfd: improve memory cleanup during shutdown
Renato Westphal
2023-12-01
1
-7
/
+4
*
Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finally
Christian Hopps
2023-11-28
1
-0
/
+2
|
\
|
*
*: Cleanup keychain on shutdown
Donald Sharp
2023-11-21
1
-0
/
+2
*
|
*: convert `struct interface->connected` to DLIST
David Lamparter
2023-11-22
1
-2
/
+1
|
/
*
ospfd: Cleanup route-map memory
Donald Sharp
2023-11-13
1
-0
/
+2
*
ospfd: Fixing infinite loop when listing OSPF interfaces
Rodrigo Nardi
2023-10-10
1
-3
/
+8
*
ospfd: fix area range memory leak
Keelan10
2023-09-05
1
-2
/
+11
*
ospfd: Prevent use after free( and crash of ospf ) when no router ospf
Donald Sharp
2023-08-30
1
-20
/
+19
*
ospfd: fix default-metric change if external LSAs already sent
Alexander Chernavin
2023-07-19
1
-1
/
+1
*
Merge pull request #13333 from donaldsharp/vrf_bitmap_cleanup
Donatas Abraitis
2023-07-04
1
-4
/
+4
|
\
|
*
*: Rearrange vrf_bitmap_X api to reduce memory footprint
Donald Sharp
2023-06-26
1
-4
/
+4
*
|
Merge pull request #13847 from opensourcerouting/fix/free_zclient_sync_on_des...
Donald Sharp
2023-07-01
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
ospfd: Stop and free synchronous Zebra client on OSPF termination
Donatas Abraitis
2023-06-26
1
-0
/
+3
*
|
ospfd: Add config callbacks and suppress hello during config load.
Acee
2023-06-23
1
-0
/
+2
|
/
*
ospfd: OSPF P2MP Delayed Reflooding configuration
Acee
2023-05-22
1
-0
/
+1
*
ospfd: add support for unplanned graceful restart
Renato Westphal
2023-05-09
1
-0
/
+12
*
ospfd: support write socket per interface
Mark Stapp
2023-04-11
1
-0
/
+1
*
ospfd: support configuration of socket buffer sizes
Mark Stapp
2023-04-06
1
-0
/
+29
*
ospfd: add support for NSSA Type-7 address ranges
Renato Westphal
2023-04-01
1
-7
/
+10
*
ospfd: implement Type-7 default routes for NSSA areas
Renato Westphal
2023-04-01
1
-0
/
+45
*
ospfd: refactor the "area nssa" command using DEFPY
Renato Westphal
2023-04-01
1
-17
/
+9
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-28
/
+28
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-12
/
+12
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
Merge pull request #12366 from manojvn/ospfv2-flood-reduction
Russ White
2023-02-21
1
-0
/
+12
|
\
|
*
ospfd: Datastructure changes for OSPFv2 Flood reduction.
Manoj Naragund
2023-01-20
1
-0
/
+12
*
|
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
|
/
*
Revert "ospfd: few fixes in rSPF calc when LSA received from non root node"
Donatas Abraitis
2023-01-17
1
-1
/
+0
*
ospfd: fix SPF table memory leak
Rafael Zalamena
2022-12-20
1
-0
/
+4
*
ospfd: Fixing memleak.
rgirada
2022-11-22
1
-0
/
+21
*
ospfd: few fixes in rSPF calc when LSA received from non root node
Madhuri Kuruganti
2022-10-12
1
-0
/
+1
*
ospfd: Added clis to change default timers for LSA refresh and maxage remove ...
Manoj Naragund
2022-09-01
1
-0
/
+1
*
ospfd: Convert thread_cancel to THREAD_OFF
Donald Sharp
2022-07-21
1
-2
/
+2
*
ospfd: Remove various macros that overlap THREAD_OFF
Donald Sharp
2022-07-21
1
-24
/
+24
*
ospfd: add router id support to ospf api
Christian Hopps
2022-06-23
1
-0
/
+5
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-1
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-3
/
+1
*
ospfd: Fix spelling mistakes
Donald Sharp
2022-02-14
1
-1
/
+1
*
*: do not send opaque data to zebra by default
Igor Ryzhov
2022-01-24
1
-2
/
+0
*
Merge pull request #9644 from opensourcerouting/ospf-opaque-attrs
Russ White
2022-01-18
1
-0
/
+2
|
\
|
*
lib, ospfd, ospf6d, zebra: add OSPF opaque route attributes
Renato Westphal
2022-01-15
1
-0
/
+2
*
|
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-26
/
+15
|
/
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-2
/
+2
*
*: Cleanup some documentation from quagga->frr
Donald Sharp
2021-11-11
1
-1
/
+1
[next]