index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_pim.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: convert `struct interface->connected` to DLIST
David Lamparter
2023-11-22
1
-8
/
+7
*
pimd: When receiving a packet be more careful with length in pim_pim_packet
Donald Sharp
2023-08-30
1
-2
/
+2
*
*: 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
-7
/
+7
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-7
/
+6
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
pimd,pim6d: Modify pim_neighbor_find() API
Sarita Patra
2023-02-24
1
-2
/
+2
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
pim6d: Removal of IPV6_HDRINCL option
Balaji Gurudoss
2022-06-13
1
-25
/
+75
*
pimd: Handling hello send statistics for passive interface
sarita patra
2022-05-13
1
-3
/
+5
*
pimd: Disable sending of control packets on passive interface
sarita patra
2022-05-13
1
-3
/
+14
*
pimd: un-dependency-hell `pim_instance.h`
David Lamparter
2022-05-06
1
-0
/
+1
*
pimd: remove useless PIM_IF_* macros
David Lamparter
2022-04-04
1
-8
/
+4
*
pim6d: box out IPv4 fragmentation code
David Lamparter
2022-03-28
1
-41
/
+33
*
pim6d: include IPv6 pseudoheader in RX checksums
David Lamparter
2022-03-28
1
-3
/
+30
*
pim6d: include IPv6 pseudoheader in TX checksums
David Lamparter
2022-03-28
1
-1
/
+3
*
pim6d: send PIM packets
David Lamparter
2022-03-28
1
-24
/
+36
*
pim6d: IPv6 headers are always stripped on receive
David Lamparter
2022-03-25
1
-4
/
+22
*
pim6d: Adjust pim_pkt_dst_addr_ok for PIMv6
Mobashshera Rasool
2022-03-25
1
-2
/
+2
*
pimd: Modify pim_pim_packet api for receiving v6 packets
Mobashshera Rasool
2022-03-25
1
-39
/
+23
*
pim6d: Parse BSM packet for PIMv6
Mobashshera Rasool
2022-03-25
1
-2
/
+2
*
pimd: Add additional IGMP stats (peak number of groups)
Donatas Abraitis
2022-03-15
1
-0
/
+1
*
Merge pull request #10786 from opensourcerouting/pim6-pim-prep
Donald Sharp
2022-03-14
1
-8
/
+10
|
\
|
*
pimd: log interface name for send errors
David Lamparter
2022-03-12
1
-8
/
+10
*
|
pimd: Add IGMP join sent/failed statistics
Donatas Abraitis
2022-03-13
1
-1
/
+3
*
|
pim6d: pim6d socket changes
Balaji Gurudoss
2022-03-12
1
-2
/
+2
|
/
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-6
/
+4
*
pim6d: IPv6-adjust pim_msg_send() and related
David Lamparter
2022-02-14
1
-1
/
+1
*
pimd: Modifying in_addr to pim_addr in struct pim_interface for IPv6
Mobashshera Rasool
2022-01-11
1
-2
/
+2
*
Merge pull request #9708 from mobash-rasool/new_b
Donald Sharp
2021-12-02
1
-0
/
+16
|
\
|
*
pimd: Add a flag to decide PIM has to send Hello
Mobashshera Rasool
2021-10-04
1
-0
/
+16
*
|
*: unify if_is_loopback/if_is_loopback_or_vrf
Igor Ryzhov
2021-11-16
1
-2
/
+2
*
|
pimd: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-04
1
-1
/
+0
|
/
*
pimd: Fixing coverity issues
Sai Gomathi
2021-08-24
1
-1
/
+1
*
pimd: Fixing coverity issues
Sai Gomathi
2021-08-24
1
-1
/
+0
*
pimd: Remove pim->vrf_id and use pim->vrf->vrf_id
Donald Sharp
2021-05-12
1
-1
/
+1
*
pimd: zassert => assert
David Lamparter
2021-04-23
1
-8
/
+8
*
*: Replace typo (supress => suppress)
Donatas Abraitis
2020-11-17
1
-4
/
+4
*
Merge pull request #6054 from sarav511/dr2ndr
Donald Sharp
2020-06-01
1
-0
/
+1
|
\
|
*
pimd: When DR becomes non DR, couldreg state events not handled.
saravanank
2020-03-20
1
-0
/
+1
*
|
*: replace all random() calls
Rafael Zalamena
2020-04-18
1
-1
/
+2
*
|
Merge pull request #6047 from sarav511/hold0
Russ White
2020-03-24
1
-2
/
+1
|
\
\
|
*
|
pimd: Pim hello should be sent with 0 hold time on address change on old src ip
saravanank
2020-03-19
1
-2
/
+1
|
|
/
*
/
pimd: Add check for pim join, hello and assert to drop pkts without all-pim-...
saravanank
2020-03-23
1
-0
/
+27
|
/
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-17
/
+16
*
*: Remove break after return
Donatas Abraitis
2020-02-13
1
-2
/
+0
*
pimd: Fix possible read beyond end of data received
Donald Sharp
2019-11-19
1
-0
/
+6
*
pimd: Mark Default TOS Values for PIM & IGMP Outgoing packets
Satheesh Kumar K
2019-09-24
1
-0
/
+1
*
pimd: PIM Bootstrap packet processing
saravanank
2019-05-15
1
-0
/
+6
[next]