summaryrefslogtreecommitdiff
path: root/bgpd/bgp_community.c
AgeCommit message (Expand)Author
2024-09-10bgpd: changes for code maintainabilitysri-mohan1
2023-08-03bgpd: Remove deprecated COMMUNITY_INTERNET communityDonatas Abraitis
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-17bgpd: Deprecate BGP `internet` communityDonatas Abraitis
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-07-16bgpd: Fix memory leak for community stuffDonatas Abraitis
2022-04-09bgpd: Allow setting BGP [large]community in route-mapsDonatas Abraitis
2022-02-25bgpd: Reuse get/set helpers for attr->communityDonatas Abraitis
2021-12-21bgpd: Fix typo in bgp_aggr_community_hash_alloc()Donatas Abraitis
2021-08-05bgpd: Fix misleading comments for some partsDonatas Abraitis
2021-07-12bgpd: XREALLOC handles NULL properlyDonald Sharp
2021-05-20bgpd: Show BGP community alias in JSON community list outputDonatas Abraitis
2021-05-05bgpd: Create BGP alias names for community/large-communityDonatas Abraitis
2021-01-21bgpd: Set NO_ADVERTISE community if blackhole community receivedDonatas Abraitis
2021-01-05bgpd: Validate community list if they are not malformedDonatas Abraitis
2020-05-29bgpd: Fix "malformed communities" for accept-own-nexthopAppu Joseph
2020-05-05bgpd: Check to ensure community attributes exist before freeing themJosh Cox
2020-04-08Merge pull request #6175 from ton31337/fix/avoid_same_type_typecastingDavid Lamparter
2020-04-08bgpd: Use COMMUNITY_SIZE instead of just 4Donatas Abraitis
2020-04-08*: Do not cast to the same typeDonatas Abraitis
2020-03-21bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis
2020-02-28*: change hash_backet to hash_bucketDonald Sharp
2020-02-27Revert "*: change hash_backet to hash_bucket"Jafar Al-Gharaibeh
2020-02-26*: change hash_backet to hash_bucketDonald Sharp
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2019-09-24bgpd : route agg. with comm attr is consuming lot of cycles.vdhingra
2019-08-06*: fix ctype (isalpha & co.) castsDavid Lamparter
2019-05-29bgpd: use XCALLOC to allocate string bufQuentin Young
2019-05-29bgpd: fix pointer bug introduced in strlcat changeQuentin Young
2019-05-29bgpd: remove strcpy, strcatQuentin Young
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-03-06Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter
2019-02-28bgpd: Code to handle BGP aggregate's communities.Naveen Thanikachalam
2019-02-25*: remove casts of XMALLOC / XCALLOCQuentin Young
2019-02-25*: remove null check before XFREEQuentin Young
2018-10-23Merge branch 'master' of https://github.com/FRRouting/frr into communitySri Mohana Singamsetty
2018-10-23bgpd:Fixing the signature of community_free functionSri Mohana Singamsetty
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-07-29bgpd: Add missing bgp well-known communitiesChristoffer
2018-06-14bgpd: null check (Coverity 23201)paco
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-11-17bgpd: Only build json for community when neededDonald Sharp
2017-09-05bgpd: Add various hash optimizationsDonald Sharp
2017-08-25bgpd: implement draft-ietf-grow-bgp-gshut-10Daniel Walton
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-01*: update hash_create(), hash_create_size()Quentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2016-09-22bgpd: argv update for all but bgp_vty.cDaniel Walton
2016-09-19*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter