index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_bsm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pimd: cleanup & convert bsm_info to TS list
David Lamparter
2021-05-03
1
-28
/
+31
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-4
/
+4
*
pimd : Added the command to clear the pim bsr data.
vdhingra
2021-01-08
1
-3
/
+3
*
pimd: replace inet_ntoa
Mark Stapp
2020-10-22
1
-4
/
+4
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-30
/
+15
*
*: Use proper semantics for turning off thread
Donald Sharp
2020-10-12
1
-2
/
+1
*
*: remove PRI[udx](8|16|32)
David Lamparter
2020-07-14
1
-2
/
+1
*
pimd: fix negative bitshift
Quentin Young
2020-04-06
1
-0
/
+7
*
*: remove line breaks from log messages
David Lamparter
2020-03-24
1
-13
/
+11
*
Merge pull request #6015 from sarav511/bsmfwd
Russ White
2020-03-24
1
-0
/
+11
|
\
|
*
pimd: Do not forward BSM to interfaces that has no pim neighbors
saravanank
2020-03-17
1
-0
/
+11
*
|
pimd: bsr election elects wrong bsr
saravanank
2020-03-23
1
-1
/
+2
|
/
*
*: Finish off the __PRETTY_FUNCTION__ to __func__
Donald Sharp
2020-03-06
1
-13
/
+13
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-65
/
+59
*
*: remove null check before XFREE
Quentin Young
2020-02-04
1
-2
/
+1
*
pimd: fix bsm buflen check to include pim hdr
Quentin Young
2019-11-20
1
-1
/
+1
*
pimd: Various buffer overflow reads and crashes
Donald Sharp
2019-11-20
1
-0
/
+29
*
pimd: All paths have already derefed pim->global_scope.bsrp_table
Donald Sharp
2019-10-25
1
-2
/
+1
*
pimd: Cast up to 64 bit to prevent overflow
Donald Sharp
2019-10-25
1
-1
/
+2
*
pimd: Check return code of pim_msg_send()
Donald Sharp
2019-10-25
1
-2
/
+7
*
*: Fix spelling errors pointed out by debian packaging
Donald Sharp
2019-08-19
1
-2
/
+2
*
*: s/TRUE/true/, s/FALSE/false/
Quentin Young
2019-07-01
1
-4
/
+4
*
pimd: ALLOC functions cannot fail.
Donald Sharp
2019-06-20
1
-31
/
+0
*
*: config.h or zebra.h is the first #include
David Lamparter
2019-06-13
1
-0
/
+5
*
pimd: Forwarding the stored BSM to new neighbor or restarted neighbor
saravanank
2019-05-15
1
-0
/
+86
*
pimd: semantic fragmentation of Bootstrap messages w.r.t interface mtu
saravanank
2019-05-15
1
-1
/
+181
*
pimd: store PIM bootstrap message in list and forward if no_fwd not set
saravanank
2019-05-15
1
-0
/
+89
*
pimd: Instate partial rp_list(when its full) to bsrp_list(main list).
saravanank
2019-05-15
1
-1
/
+167
*
pimd: Parse the grp2rp mapping from BSM pkt and add to partial rp list
saravanank
2019-05-15
1
-0
/
+304
*
pimd: PIM Bootstrap packet processing
saravanank
2019-05-15
1
-0
/
+243
*
pimd: PIM BSM Processing bootstrap timer expiry handling
saravanank
2019-05-15
1
-0
/
+58
*
pimd: PIM BSM processing, grp2rp mapping timer expiry
saravanank
2019-05-15
1
-0
/
+87
*
pimd: PIM BSM Processing g2rp timer start and expiry routine(dummy)
saravanank
2019-05-15
1
-0
/
+38
*
pimd: BSM related memory definition to static and function reordering
saravanank
2019-05-15
1
-33
/
+35
*
pimd: rp_new & rp_del split into 2 tier functions & implement rp_change
saravanank
2019-05-15
1
-10
/
+26
*
pimd: interface commands to enable/disable bsm processing
saravanank
2019-05-15
1
-1
/
+14
*
pimd: PIM BSM Processing datastructure definition/initialization/deinit
saravanank
2019-05-15
1
-0
/
+122
[prev]