index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
memory.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-10
bgpd: Use get/set helpers for attr->lcommunity
Donatas Abraitis
9
-82
/
+130
2022-02-10
Revert "bgpd: Move out ipv6_ecommunity struct from attr to attr_extra"
Igor Ryzhov
4
-35
/
+4
2022-02-10
Revert "bgpd: Move attr->pmsi_tnl_type to attr->extra->pmsi_tnl_type"
Igor Ryzhov
1
-12
/
+6
2022-02-10
Revert "bgpd: Free only subattributes, not the whole attr_extra pointer"
Igor Ryzhov
1
-1
/
+1
2022-02-10
tools: fix frr-reload context keywords
Igor Ryzhov
1
-2
/
+4
2022-02-09
bgpd: remove bgp_attr_undup
Igor Ryzhov
4
-43
/
+5
2022-02-09
bgpd: fix aspath memleak on error in vnc_direct_bgp_add_nve
Igor Ryzhov
1
-3
/
+3
2022-02-09
bgpd: fix aspath memory leak in aggr_suppress_map_test
Igor Ryzhov
1
-0
/
+1
2022-02-09
bgpd: fix missing bgp_attr_flush on errors in bgp_update
Igor Ryzhov
1
-3
/
+6
2022-02-09
bgpd: fix null pointer dereferences
Igor Ryzhov
2
-2
/
+5
2022-02-09
doc: Update workflow.rst for release management
Donald Sharp
1
-4
/
+7
2022-02-08
zebra: Make netlink buffer reads resizeable when needed
Donald Sharp
4
-28
/
+49
2022-02-08
zebra: Remove `struct nlsock` from dataplane information and use `int fd`
Donald Sharp
5
-23
/
+91
2022-02-08
zebra: Store the sequence number to use as part of the dp_info
Donald Sharp
2
-7
/
+10
2022-02-08
zebra: use frr mem apis
Mark Stapp
1
-4
/
+4
2022-02-08
bgpd: avoid memcmp comparison of struct nexthop
Igor Ryzhov
1
-4
/
+1
2022-02-08
*: use ipaddr_cmp instead of memcmp
Igor Ryzhov
3
-6
/
+6
2022-02-08
doc: the dev tag should come after the new version commit step
Jafar Al-Gharaibeh
1
-2
/
+2
2022-02-08
tests: fix strings with topologies
Igor Ryzhov
10
-10
/
+10
2022-02-08
isisd: fix router capability TLV parsing issues
Juraj Vijtiuk
3
-11
/
+60
2022-02-08
pimd: Modify `show ip pim assert` to only show interesting bits
Donald Sharp
2
-0
/
+4
2022-02-07
zebra: Abstract nhg deletion to reduce code duplication
Donald Sharp
1
-15
/
+13
2022-02-07
zebra: Fix ships in the night issue
Donald Sharp
7
-15
/
+44
2022-02-07
bfdd: Use AF_UNSPEC instead of comparing to 0
Donald Sharp
1
-1
/
+1
2022-02-07
zebra: Use AF_UNSPEC instead of setting to 0
Donald Sharp
1
-1
/
+1
2022-02-07
lib: Use AF_UNSPEC intead of setting to 0
Donald Sharp
1
-1
/
+1
2022-02-07
ospfd: Use AF_UNSPEC instead of setting to 0
Donald Sharp
4
-10
/
+10
2022-02-07
bgpd: Use AF_UNSPEC instead of setting to 0
Donald Sharp
2
-10
/
+10
2022-02-07
bgpd: Print route-map name for filtred outgoing prefixes
Donatas Abraitis
1
-2
/
+3
2022-02-07
pimd: Querier to non-querier transistion to be ignored in a case
Mobashshera Rasool
1
-0
/
+24
2022-02-07
bgpd: Flush temporary attributes after route-map apply
Donatas Abraitis
1
-1
/
+1
2022-02-05
doc: Add a commands snippet to workflow about what to do in the 1st phase
Donatas Abraitis
2
-20
/
+53
2022-02-05
bgpd: Free only subattributes, not the whole attr_extra pointer
Donatas Abraitis
1
-1
/
+1
2022-02-05
bgpd: Move attr->pmsi_tnl_type to attr->extra->pmsi_tnl_type
Donatas Abraitis
1
-6
/
+12
2022-02-04
babeld: fix #10502 #10503 by repairing the checks on length
qingkaishi
1
-10
/
+10
2022-02-04
tools: Skip decorating commits with references (branch name, remote)
Donatas Abraitis
1
-1
/
+2
2022-02-04
babeld: fix #10487 by adding a check on packet length
whichbug
1
-7
/
+6
2022-02-04
zebra: Fix v6 route replace failure turned into success
Donald Sharp
3
-9
/
+45
2022-02-04
zebra: set zd_is_update in 1 spot
Donald Sharp
1
-7
/
+2
2022-02-04
zebra: When we get an implicit or ack or full failure mark status
Donald Sharp
1
-1
/
+18
2022-02-04
lib: Update hash.h documentation to warn of a possible crash
Donald Sharp
1
-5
/
+8
2022-02-04
zebra: Ensure zebra_nhg_sweep_table accounts for double deletes
Donald Sharp
1
-5
/
+26
2022-02-04
pim: Use INADDR_ANY for current_bsr checking is valid yet
Donald Sharp
2
-6
/
+11
2022-02-04
pimd: Only remove bsr NHT if we actually have tracked something
Donald Sharp
1
-1
/
+2
2022-02-04
doc: Update `show zebra` command
Donald Sharp
1
-1
/
+3
2022-02-04
zebra: Convert some `show zebra` output to a table
Donald Sharp
1
-24
/
+27
2022-02-04
zebra: Add knowledge about RA and RFC 5549 to `show zebra`
Donald Sharp
3
-0
/
+37
2022-02-04
zebra: Add evpn status to `show zebra`
Donald Sharp
1
-0
/
+2
2022-02-04
zebra: Add os and version to `show zebra`
Donald Sharp
1
-0
/
+1
2022-02-04
zebra: Add kernel nexthop group support to `show zebra`
Donald Sharp
3
-1
/
+12
[next]