summaryrefslogtreecommitdiff
path: root/tools/checkpatch.pl
AgeCommit message (Expand)Author
2025-01-07tools: we specifically added %Lu to our sprintfrr so allow itChristian Hopps
2024-07-31tools/checkpatch: recognize `+` as unary operatorDavid Lamparter
2024-06-21tools/checkpatch: accept pim_* typedefsDavid Lamparter
2024-03-04doc, tools: Remove ARRAY_SIZE checkDonald Sharp
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-06tools: checkpatch updated with darr_foreach iter macrosChristian Hopps
2023-11-06mgmtd: simplify xpath registriesChristian Hopps
2023-06-20tools: checkpatch: FRR modifications to linux checkpatch.plChristian Hopps
2023-06-20tools: unmodified import of scripts/checkpatch.pl from linuxChristian Hopps
2023-02-10tools: allow // SPDX... in checkpatch.plDavid Lamparter
2023-02-09*: manual SPDX License ID conversionsDavid Lamparter
2022-01-14tools: disable printf ext checks in checkpatchDavid Lamparter
2021-10-19tools: remove Linux kernel bits from checkpatchDavid Lamparter
2021-10-19tools: add iterators to checkpatchDavid Lamparter
2021-02-01tools/checkpatch: downgrade string concat warningDavid Lamparter
2019-09-03tools: extend checkpatch.pl for frr_{with,each}David Lamparter
2019-05-08tools: add lints for unsafe functionsQuentin Young
2018-12-09tools: update checkpatch to stop suggesting the use of kstrto()Renato Westphal
2018-11-19tools: add non-32 bit atomic warning to checkpatchQuentin Young
2018-10-27tools: update checkpatch to allow indented labelsRenato Westphal
2018-09-19tools/checkpatch.pl: recognize _Atomic as modifierDavid Lamparter
2018-08-10tools/checkpatch: fix some bogus macro warningsDavid Lamparter
2018-03-30Merge pull request #1955 from qlyoung/stylecheckerOlivier Dugeon
2018-03-27Merge branch 'master' into stylecheckerQuentin Young
2018-03-27tools, doc: update checkpatch for u_int_*Quentin Young
2018-03-22tools: do not check for kernel macrosQuentin Young
2018-03-14tools: checkpatch.sh - Add warning that // style comments don't matchLou Berger
2018-02-23tools: finer-grained error codes for checkpatchQuentin Young
2018-02-23tools: ignore FSF warning, fn macros in checkpatchQuentin Young
2017-12-20tools: add style checking scriptsQuentin Young