index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_msdp_socket.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-4
/
+4
*
*: 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
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
pimd: un-dependency-hell `pim_instance.h`
David Lamparter
2022-05-06
1
-0
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-5
/
+4
*
pimd: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-04
1
-1
/
+0
*
pimd: Remove pim->vrf_id and use pim->vrf->vrf_id
Donald Sharp
2021-05-12
1
-5
/
+5
*
pimd: marking MSDP traffic as DSCP CS6
Adriano Marto Reis
2021-03-21
1
-0
/
+14
*
pimd: Use builtin printf functionality
Donald Sharp
2021-03-14
1
-5
/
+3
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
1
-2
/
+2
*
*: Finish off the __PRETTY_FUNCTION__ to __func__
Donald Sharp
2020-03-06
1
-2
/
+2
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-2
/
+2
*
*: frr_elevate_privs -> frr_with_privs
David Lamparter
2019-09-03
1
-1
/
+1
*
Revert "Ospf missing interface handling 2"
Donald Sharp
2019-06-24
1
-2
/
+2
*
*: change if_lookup_by_name() api with vrf
Philippe Guibert
2019-06-12
1
-2
/
+2
*
pimd: Create a `struct pim_router` and move thread master into it
Donald Sharp
2019-01-04
1
-1
/
+1
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-10
/
+9
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-13
/
+13
*
pimd: PIM_[ERR|WARN] -> EC_PIM
Quentin Young
2018-09-13
1
-1
/
+1
*
*: use frr_elevate_privs() (2/2: manual)
David Lamparter
2018-08-14
1
-13
/
+3
*
*: rename ferr_zlog -> flog_err_sys
Quentin Young
2018-08-14
1
-23
/
+27
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-16
/
+16
*
pimd: Add pim_errors and define some pim specific errors
Donald Sharp
2018-08-14
1
-2
/
+4
*
pimd: Convert over to use LIB_ERR_XXX for zlog_err
Donald Sharp
2018-08-14
1
-29
/
+40
*
pimd: Cleanup a variety of SA issues
Donald Sharp
2017-08-25
1
-2
/
+14
*
pimd: Wisely delay startup of msdp listen/connect when vrf is not fully up
Donald Sharp
2017-07-24
1
-0
/
+10
*
pimd: Bind msdp listen socket to vrf
Donald Sharp
2017-07-24
1
-0
/
+6
*
pimd: For non-default vrf's bind the msdp socket to the vrf
Donald Sharp
2017-07-24
1
-0
/
+9
*
pimd: Make msdp `struct pim_instance *` aware
Donald Sharp
2017-07-24
1
-11
/
+11
*
pimd: Make pim MSDP pim instance aware to some extent
Donald Sharp
2017-07-24
1
-5
/
+5
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-179
/
+187
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
*: update thread_add_* calls
Quentin Young
2017-05-09
1
-4
/
+6
*
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-3
/
+4
*
pimd: Cleanup shutdown a bit more.
Donald Sharp
2017-01-30
1
-2
/
+0
*
pim-msdp: CLI and debug cleanup
anuradhak
2016-12-22
1
-14
/
+14
*
pim-msdp: part-2: SA cache support
anuradhak
2016-12-22
1
-3
/
+4
*
pim-msdp: part-1 - initial protocol infra.
anuradhak
2016-12-22
1
-0
/
+228