index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
net
/
ynl
/
lib
/
ynl.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools: ynl: move python code to separate sub-directory
Jan Stancek
2025-01-09
1
-1067
/
+0
*
tools: ynl: print some information about attribute we can't parse
Jakub Kicinski
2025-01-08
1
-34
/
+38
*
tools/net/ynl: fix sub-message key lookup for nested attributes
Donald Hunter
2024-12-15
1
-3
/
+3
*
tools/net/ynl: add async notification handling
Donald Hunter
2024-11-15
1
-3
/
+25
*
Revert "tools/net/ynl: improve async notification handling"
Donald Hunter
2024-11-15
1
-29
/
+20
*
tools/net/ynl: improve async notification handling
Donald Hunter
2024-10-24
1
-20
/
+29
*
tools/net/ynl: fix cli.py --subscribe feature
Arkadiusz Kubalewski
2024-09-05
1
-3
/
+4
*
tools: ynl: use display hints for formatting of scalar attrs
Jakub Kicinski
2024-06-27
1
-0
/
+2
*
tools: ynl: don't append doc of missing type directly to the type
Jakub Kicinski
2024-04-27
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-25
1
-0
/
+1
|
\
|
*
tools: ynl: don't ignore errors in NLMSG_DONE messages
Jakub Kicinski
2024-04-23
1
-0
/
+1
*
|
tools/net/ynl: Add multi message support to ynl
Donald Hunter
2024-04-23
1
-19
/
+49
*
|
tools/net/ynl: Fix extack decoding for directional ops
Donald Hunter
2024-04-23
1
-8
/
+6
*
|
tools: ynl: don't return None for dumps
Jakub Kicinski
2024-04-15
1
-1
/
+3
*
|
ynl: support binary and integer sub-type for indexed-array
Hangbin Liu
2024-04-06
1
-0
/
+10
*
|
ynl: rename array-nest to indexed-array
Hangbin Liu
2024-04-06
1
-5
/
+8
*
|
tools: ynl: copy netlink error to NlError
Jakub Kicinski
2024-04-04
1
-1
/
+2
*
|
tools/net/ynl: Add extack policy attribute decoding
Donald Hunter
2024-03-29
1
-0
/
+46
*
|
ynl: support hex display_hint for integer
Hangbin Liu
2024-03-29
1
-1
/
+4
|
/
*
tools: ynl: remove trailing semicolon
Jakub Kicinski
2024-03-11
1
-1
/
+1
*
tools/net/ynl: Add nest-type-value decoding
Donald Hunter
2024-03-08
1
-0
/
+12
*
tools/net/ynl: Fix extack decoding for netlink-raw
Donald Hunter
2024-03-08
1
-1
/
+6
*
tools: ynl: support debug printing messages
Jakub Kicinski
2024-03-06
1
-0
/
+15
*
tools: ynl: allow setting recv() size
Jakub Kicinski
2024-03-06
1
-3
/
+18
*
tools: ynl: move the new line in NlMsg __repr__
Jakub Kicinski
2024-03-06
1
-3
/
+3
*
tools: ynl: allow user to pass enum string instead of scalar value
Jiri Pirko
2024-02-24
1
-2
/
+24
*
tools: ynl: process all scalar types encoding in single elif statement
Jiri Pirko
2024-02-24
1
-7
/
+7
*
tools: ynl: allow user to specify flag attr with bool values
Jiri Pirko
2024-02-24
1
-0
/
+3
*
tools: ynl: don't access uninitialized attr_space variable
Jiri Pirko
2024-02-19
1
-2
/
+2
*
tools: ynl: add support for encoding multi-attr
Alessandro Marcolini
2024-02-07
1
-0
/
+7
*
tools/net/ynl: Add support for nested structs
Donald Hunter
2024-02-01
1
-6
/
+20
*
tools/net/ynl: Move formatted_string method out of NlAttr
Donald Hunter
2024-02-01
1
-16
/
+15
*
tools/net/ynl: Rename _fixed_header_size() to _struct_size()
Donald Hunter
2024-02-01
1
-6
/
+6
*
tools/net/ynl: Combine struct decoding logic in ynl
Donald Hunter
2024-02-01
1
-33
/
+14
*
tools/net/ynl: Encode default values for binary blobs
Donald Hunter
2024-02-01
1
-2
/
+7
*
tools/net/ynl: Add support for encoding sub-messages
Donald Hunter
2024-02-01
1
-4
/
+23
*
tools/net/ynl: Refactor fixed header encoding into separate method
Donald Hunter
2024-02-01
1
-11
/
+15
*
tools/net/ynl: Support sub-messages in nested attribute spaces
Donald Hunter
2024-02-01
1
-9
/
+29
*
tools/net/ynl: Add binary and pad support to structs for tc
Donald Hunter
2023-12-18
1
-10
/
+26
*
tools/net/ynl: Add 'sub-message' attribute decoding to ynl
Donald Hunter
2023-12-18
1
-8
/
+40
*
tools/net/ynl: Use consistent array index expression formatting
Donald Hunter
2023-12-18
1
-5
/
+5
*
tools: pynl: make flags argument optional for do()
Jakub Kicinski
2023-12-06
1
-2
/
+2
*
tools: ynl: introduce option to process unknown attributes or types
Jiri Pirko
2023-10-27
1
-11
/
+37
*
tools: ynl-gen: introduce support for bitfield32 attribute type
Jiri Pirko
2023-10-23
1
-3
/
+10
*
netlink: specs: add support for auto-sized scalars
Jakub Kicinski
2023-10-20
1
-0
/
+14
*
tools: ynl: fix converting flags to names after recent cleanup
Jakub Kicinski
2023-10-18
1
-1
/
+1
*
tools/net/ynl: Add support for create flags
Donald Hunter
2023-08-28
1
-4
/
+10
*
tools/net/ynl: Implement nlattr array-nest decoding in ynl
Donald Hunter
2023-08-28
1
-0
/
+13
*
tools/net/ynl: Add support for netlink-raw families
Donald Hunter
2023-08-28
1
-33
/
+91
*
tools/net/ynl: Fix extack parsing with fixed header genlmsg
Donald Hunter
2023-08-28
1
-25
/
+40
[next]