aboutsummaryrefslogtreecommitdiffstats
path: root/tools/net/ynl/pyynl/lib
AgeCommit message (Expand)AuthorFilesLines
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2026-01-13tools: ynl: render event op docs correctlyDonald Hunter1-3/+6
2026-01-09tools: ynl: fix logic errors reported by pylintDonald Hunter1-3/+2
2026-01-09tools: ynl: fix pylint global variable related warningsDonald Hunter2-23/+17
2026-01-09tools: ynl: fix pylint misc warningsDonald Hunter3-14/+12
2026-01-09tools: ynl: fix pylint dict, indentation, long lines, uninitialisedDonald Hunter2-27/+29
2026-01-09tools: ynl: fix pylint exception warningsDonald Hunter3-31/+47
2026-01-09tools: ynl: fix pylint redefinition, encoding errorsDonald Hunter2-36/+36
2026-01-09tools: ynl: pylint suppressions and docstringsDonald Hunter3-0/+27
2025-11-18tools: ynl: Add MAC address parsing supportHangbin Liu1-0/+9
2025-10-28tools: ynl: rework the string representation of NlErrorJakub Kicinski1-1/+10
2025-10-28tools: ynl: fix indent issues in the main Python libJakub Kicinski1-13/+13
2025-09-16tools: ynl: add ipv4-or-v6 display hintAsbjørn Sloth Tønnesen1-2/+2
2025-09-16tools: ynl: decode hex inputAsbjørn Sloth Tønnesen1-0/+5
2025-09-16tools: ynl: encode indexed-arraysAsbjørn Sloth Tønnesen1-0/+16
2025-09-16tools: ynl: move nest packing to a helper functionAsbjørn Sloth Tønnesen1-4/+9
2025-09-15tools: ynl: rst: display attribute-set docMatthieu Baerts (NGI0)1-0/+4
2025-09-10tools: ynl: use 'cond is None'Matthieu Baerts (NGI0)1-1/+1
2025-09-10tools: ynl: remove unnecessary semicolonsMatthieu Baerts (NGI0)2-2/+2
2025-09-10tools: ynl: remove unused importsMatthieu Baerts (NGI0)2-2/+1
2025-09-10tools: ynl: fix undefined variable nameMatthieu Baerts (NGI0)1-1/+1
2025-08-12docs: parser_yaml.py: add support for line numbers from the parserMauro Carvalho Chehab1-4/+12
2025-08-12tools: netlink_yml_parser.py: add line numbers to parsed dataMauro Carvalho Chehab1-2/+32
2025-08-12tools: ynl_gen_rst.py: cleanup coding styleMauro Carvalho Chehab1-47/+25
2025-08-12tools: ynl_gen_rst.py: Split library from command line toolMauro Carvalho Chehab2-0/+384
2025-07-17tools: ynl: support packing binary arrays of scalarsJakub Kicinski1-1/+6
2025-07-13tools: ynl: process unknown for enum valuesDonald Hunter1-2/+12
2025-07-10tools: ynl: decode enums in auto-intsJakub Kicinski1-0/+2
2025-06-19tools: ynl: fix mixing ops and notifications on one socketJakub Kicinski1-11/+17
2025-05-27tools: ynl: parse extack for sub-messagesDonald Hunter1-14/+25
2025-05-16tools: ynl-gen: submsg: plumb thru an empty typeJakub Kicinski1-2/+3
2025-02-12tools/net/ynl: accept IP string inputsDonald Hunter1-4/+21
2025-02-12tools/net/ynl: support rendering C array members to stringsDonald Hunter1-0/+5
2025-02-12tools/net/ynl: support decoding indexed arrays as enumsDonald Hunter1-1/+3
2025-02-12tools/net/ynl: remove extraneous plural from variable namesDonald Hunter1-6/+6
2025-01-09tools: ynl: move python code to separate sub-directoryJan Stancek3-0/+1692