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