index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nhrpd
/
nhrp_peer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #14561 from idryzhov/implicit-fallthrough
Donald Sharp
2023-10-13
1
-3
/
+3
|
\
|
*
build: add -Wimplicit-fallthrough
Igor Ryzhov
2023-10-12
1
-3
/
+3
*
|
nhrpd: Fix nhrp_peer leak
Keelan10
2023-10-12
1
-1
/
+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
-14
/
+14
*
*: 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
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-6
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-5
/
+1
*
nhrpd: Use frr_weak_random()
Donald Sharp
2022-08-15
1
-1
/
+2
*
*: Replace sockunion2str => %pSU
Donatas Abraitis
2022-06-21
1
-6
/
+3
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-9
/
+4
*
nhrpd: convert notifier list to DLIST
David Lamparter
2021-10-19
1
-1
/
+1
*
nhrpd: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-04
1
-1
/
+0
*
Merge pull request #8153 from reubendowle/nhrp-multicast
Jafar Al-Gharaibeh
2021-04-13
1
-1
/
+1
|
\
|
*
nhrpd: Fix style violation issues
Reuben Dowle
2021-04-05
1
-2
/
+1
|
*
nhrpd: Add support for forwarding multicast packets
Amol Lad
2021-04-05
1
-1
/
+2
*
|
nhrp: avoid crashing when terminating interface contexts
Philippe Guibert
2021-04-12
1
-4
/
+5
*
|
nhrpd: Fixup tab usage and sockunion2str usage
Donald Sharp
2021-04-06
1
-1
/
+1
|
/
*
Merge pull request #8240 from reubendowle/fixes/nhrp-nat
Jafar Al-Gharaibeh
2021-04-04
1
-36
/
+246
|
\
|
*
nhrpd: Fix memory leak in error path when forwarding packets
Reuben Dowle
2021-04-01
1
-0
/
+1
|
*
nhrpd: Ensure invalid pointer is not used if two NAT extensions received
Reuben Dowle
2021-04-01
1
-35
/
+40
|
*
nhrpd: Make some debug prints more informative
Philippe Guibert
2021-03-28
1
-6
/
+4
|
*
nhrpd: Remove unecessary new line from debug messages
Reuben Dowle
2021-03-28
1
-2
/
+2
|
*
nhrpd: Use %pSU instead of sockunion2str
Reuben Dowle
2021-03-19
1
-48
/
+20
|
*
nhrpd: Fix some style issues
Reuben Dowle
2021-03-18
1
-37
/
+40
|
*
nhrpd: Set prefix length in NAT extension in resolution-reply
Amol Lad
2021-03-18
1
-0
/
+4
|
*
nhrpd: Ensure invalid NAT extension info cannot be used
Reuben Dowle
2021-03-18
1
-2
/
+4
|
*
nhrpd: Use SU_ADDRSTRLEN where appropriate
Reuben Dowle
2021-03-18
1
-14
/
+12
|
*
nhrpd: populate correct prefix length in NAT extension in Reg-Reply
Amol Lad
2021-03-18
1
-81
/
+154
|
*
nhrpd: Add Claimed NBMA field in sh ip nhrp cache output
Amol Lad
2021-03-18
1
-3
/
+8
|
*
nhrpd: copy NAT extension if present else attempt to populate
Amol Lad
2021-03-18
1
-21
/
+26
|
*
nhrpd: Add empty NAT extension header for Non Natted Spoke in Resolution-Reply
Amol Lad
2021-03-18
1
-9
/
+7
|
*
nhrpd: Set correct MTU in NHRP extensions
Amol Lad
2021-03-18
1
-1
/
+4
|
*
nhrpd: Add NAT extension in forwarded packets
Gaurav Goyal
2021-03-18
1
-2
/
+41
|
*
nhrpd: Process NAT extension properly, and also fallback to IPSec NAT info
Gaurav Goyal
2021-03-18
1
-12
/
+116
*
|
Merge pull request #8121 from opensourcerouting/macro-cleanup
Donatas Abraitis
2021-03-22
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-1
/
+1
*
|
nhrpd: When IPsec profile is added or deleted, reset the vc and re-check peer
Gaurav Goyal
2021-03-17
1
-0
/
+4
|
/
*
nhrpd: Set hop count to 1 in traffic indication
Gaurav Goyal
2021-03-14
1
-1
/
+1
*
nhrpd: Use our built-in printf functionality
Donald Sharp
2021-03-10
1
-38
/
+18
*
libs,nhrpd: remove exec perm
Mark Stapp
2021-01-12
1
-0
/
+0
*
nhrpd: Cleanup resources when interface is deleted
Reuben Dowle
2020-12-16
1
-0
/
+27
*
nhrpd: Only create one child sa
Gaurav Goyal
2020-12-16
1
-0
/
+2
*
nhrpd: resolve formatting warnings
Ghasem Naddaf
2020-03-11
1
-9
/
+5
*
Merge branch 'master' into nhrp_bugfix
Ghasem Naddaf
2020-03-11
1
-20
/
+19
|
\
|
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-16
/
+16
|
*
nhrpd: Cleanup set but unused variables
Donald Sharp
2020-02-27
1
-4
/
+3
*
|
nhrpd: add holdtime and MTU to CIE
Ghasem Naddaf
2020-02-27
1
-34
/
+104
|
/
[next]