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
*
pim6d: IPv6-adjust pim_msg_send() and related
David Lamparter
2022-02-14
1
-5
/
+4
*
pim6d: IPv6-adjust iface primary/DR addrs
David Lamparter
2022-02-14
1
-1
/
+1
*
pim6d: IPv6-adjust neigh->source_addr
David Lamparter
2022-02-14
1
-6
/
+3
*
pim6d: IPv6-adjust various pim_sgaddr uses
David Lamparter
2022-02-14
1
-4
/
+1
*
Merge pull request #10292 from opensourcerouting/pim6-addr-aux
Donald Sharp
2022-02-08
1
-1
/
+1
|
\
|
*
pimd: move, rename and deploy pim_addr_is_any()
David Lamparter
2022-01-17
1
-1
/
+1
*
|
pim: Use INADDR_ANY for current_bsr checking is valid yet
Donald Sharp
2022-02-04
1
-6
/
+3
*
|
pimd: Only remove bsr NHT if we actually have tracked something
Donald Sharp
2022-02-04
1
-1
/
+2
|
/
*
pimd : packet processing optimization on rp change
Mobashshera Rasool
2021-11-19
1
-0
/
+6
*
pimd: correctly process rp-count==0 BSMs
David Lamparter
2021-11-17
1
-12
/
+26
*
pimd: move BSM clear into BSM code
David Lamparter
2021-11-17
1
-5
/
+121
*
pimd: clean up BSR NHT & fix parallel links
David Lamparter
2021-11-17
1
-78
/
+17
*
*: clean up ifp-by-local-address function(s)
David Lamparter
2021-11-17
1
-2
/
+2
*
pimd: de-circularize includes
David Lamparter
2021-08-27
1
-0
/
+1
*
pimd: Prevent memory leak
Donald Sharp
2021-08-13
1
-2
/
+5
*
*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
1
-1
/
+1
*
pimd: Remove pim->vrf_id and use pim->vrf->vrf_id
Donald Sharp
2021-05-12
1
-1
/
+1
*
pimd: cleanup & convert bsm_rpinfo to TS list
David Lamparter
2021-05-03
1
-65
/
+49
*
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
[next]