index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
rfapi
/
rfapi_rib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Remove set but unused variables
Donald Sharp
2023-03-28
1
-15
/
+0
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-11
/
+11
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-1
/
+1
*
Merge pull request #12248 from pguibert6WIND/bgpasdot
Russ White
2023-02-21
1
-3
/
+3
|
\
|
*
bgpd: support for as notation format for route distinguisher
Philippe Guibert
2023-02-10
1
-3
/
+3
*
|
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
|
/
*
bgpd: Use %pRD for prefix_rd2str()
Donatas Abraitis
2022-09-22
1
-31
/
+7
*
bgpd: Replace rfapi_time() with monotime()
Donald Sharp
2022-08-24
1
-8
/
+8
*
bgpd: Convert from bgp_clock() to monotime()
Donald Sharp
2022-08-24
1
-3
/
+3
*
bgpd: Convert thread_cancel to THREAD_OFF and use THREAD_ARG
Donald Sharp
2022-07-21
1
-11
/
+11
*
bgpd: rfapi code does not need to assert on memory allocations
Donald Sharp
2022-07-19
1
-5
/
+1
*
*: Avoid casting to the same type as on the left
Donatas Abraitis
2022-05-08
1
-3
/
+2
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-3
/
+1
*
Merge pull request #10496 from ton31337/fix/move_struct_ecommunity_to_extra
Donald Sharp
2022-02-08
1
-3
/
+4
|
\
|
*
bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunity
Donatas Abraitis
2022-02-04
1
-3
/
+4
*
|
bgpd: Use AF_UNSPEC instead of setting to 0
Donald Sharp
2022-02-07
1
-1
/
+1
|
/
*
bgpd: Convert attr->vnc_subtlvs to use accessor functions
Donald Sharp
2020-11-15
1
-1
/
+2
*
* : update signature of thread_cancel api
Mark Stapp
2020-10-23
1
-18
/
+10
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-33
/
+12
*
*: Create/Use accessor functions for lock count
Donald Sharp
2020-10-17
1
-4
/
+4
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-3
/
+1
*
*: Do not cast to the same type
Donatas Abraitis
2020-04-08
1
-2
/
+2
*
bgpd: Convert users of `rn->p` to use accessor function
Donald Sharp
2020-03-26
1
-2
/
+4
*
bgpd, lib, ripngd: Add agg_node_get_prefix
Donald Sharp
2020-03-24
1
-43
/
+37
*
bgpd, isisd, lib: Make key values const for skiplist
Donald Sharp
2020-03-24
1
-3
/
+3
*
treewide: fix some issues found with -Werror=undef
Ruben Kerkhof
2020-03-10
1
-8
/
+8
*
bgpd: agg_node_lookup not unlocking
Donald Sharp
2020-02-27
1
-0
/
+1
*
bgpd: `struct bgp_path_info *`->attr must not be NULL
Donald Sharp
2019-10-16
1
-5
/
+0
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-1
/
+1
*
bgpd: Rename various variable names to something more appropriate
Donald Sharp
2018-10-09
1
-31
/
+31
*
bgpd: Convert `struct bgp_info` to `struct bgp_path_info`
Donald Sharp
2018-10-09
1
-4
/
+4
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-4
/
+4
*
*: fix config.h/zebra.h include order
David Lamparter
2018-09-08
1
-2
/
+0
*
bgpd, ripngd: Convert to using new agg_table/route
Donald Sharp
2018-08-30
1
-100
/
+109
*
bgpd: Cleanup of bgp daemon code
Pascal Mathis
2018-07-07
1
-1
/
+0
*
bgpd, lib, zebra: Switch to work_queue_free_and_null
Donald Sharp
2018-03-09
1
-4
/
+2
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-4
/
+6
*
zebra/bgpd: fix compilation issues
mitesh
2018-01-24
1
-1
/
+1
*
bgpd: Fixup buffer sizes for prefix_rd2str
Donald Sharp
2017-12-11
1
-10
/
+10
*
bgpd: Fix prefix2str using BUFSIZ to PREFIX_STRLEN
Donald Sharp
2017-12-11
1
-30
/
+31
*
bgpd: Cleanup unneeded NULL checks.
Donald Sharp
2017-12-05
1
-9
/
+6
*
*: fix coverity warnings - error handling issues
Renato Westphal
2017-10-24
1
-1
/
+1
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-8
/
+7
*
bgpd: Convert to using ETH_ALEN
Donald Sharp
2017-08-04
1
-1
/
+1
*
bgpd/eigrpd: fix crashes found by the CLI fuzzer
Renato Westphal
2017-07-25
1
-1
/
+9
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
1
-6
/
+6
*
*: reindent pt. 2
whitespace / reindent
2017-07-17
1
-6
/
+6
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-2102
/
+2040
*
Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactor
David Lamparter
2017-07-14
1
-24
/
+21
|
\
[next]