index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tools: ynl-gen: add error checking for nested structs
Jakub Kicinski
2023-06-02
1
-1
/
+2
*
tools: ynl-gen: loosen type consistency check for events
Jakub Kicinski
2023-06-02
1
-7
/
+8
*
tools: ynl-gen: don't override pure nested struct
Jakub Kicinski
2023-06-02
1
-1
/
+2
*
tools: ynl-gen: fix unused / pad attribute handling
Jakub Kicinski
2023-06-02
1
-3
/
+17
*
tools: ynl-gen: add extra headers for user space
Jakub Kicinski
2023-06-02
1
-0
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-01
1
-2
/
+3
|
\
|
*
tools: ynl: avoid dict errors on older Python versions
Jakub Kicinski
2023-05-25
1
-2
/
+3
*
|
tools: ynl: Support enums in struct members in genetlink-legacy
Donald Hunter
2023-05-29
2
-1
/
+7
*
|
tools: ynl: Initialise fixed headers to 0 in genetlink-legacy
Donald Hunter
2023-05-29
1
-1
/
+1
*
|
net: ynl: prefix uAPI header include with uapi/
Jakub Kicinski
2023-05-26
1
-1
/
+3
*
|
tools: ynl: Handle byte-order in struct members
Donald Hunter
2023-05-24
2
-4
/
+6
*
|
tools: ynl: Use dict of predefined Structs to decode scalar types
Donald Hunter
2023-05-24
1
-57
/
+44
|
/
*
tools: ynl: Rename ethtool to ethtool.py
Rahul Rameshbabu
2023-04-13
1
-0
/
+0
*
tools: ynl: Remove absolute paths to yaml files from ethtool testing tool
Rahul Rameshbabu
2023-04-13
1
-2
/
+2
*
tools: ynl: throw a more meaningful exception if family not supported
Jakub Kicinski
2023-04-11
1
-1
/
+4
*
tools: ynl: ethtool testing tool
Stanislav Fomichev
2023-03-30
3
-0
/
+444
*
tools: ynl: replace print with NlError
Stanislav Fomichev
2023-03-30
1
-3
/
+9
*
tools: ynl: support byte-order in cli
Stanislav Fomichev
2023-03-30
2
-12
/
+24
*
tools: ynl: Add fixed-header support to ynl
Donald Hunter
2023-03-28
2
-12
/
+33
*
tools: ynl: Add struct attr decoding to ynl
Donald Hunter
2023-03-28
2
-1
/
+16
*
tools: ynl: Add C array attribute decoding to ynl
Donald Hunter
2023-03-28
2
-3
/
+22
*
tools: ynl: Add struct parsing to nlspec
Donald Hunter
2023-03-28
1
-0
/
+43
*
tools: ynl: default to treating enums as flags for mask generation
Jakub Kicinski
2023-03-27
2
-5
/
+6
*
tools: ynl: Add missing types to encode/decode
Michal Michalik
2023-03-27
1
-0
/
+6
*
tools: ynl: add the Python requirements.txt file
Michal Michalik
2023-03-24
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-24
1
-3
/
+3
|
\
|
*
tools: ynl: Fix genlmsg header encoding formats
Donald Hunter
2023-03-22
1
-3
/
+3
*
|
ynl: allow to encode u8 attr
Jiri Pirko
2023-03-23
1
-0
/
+2
*
|
tools: ynl: skip the explicit op array size when not needed
Jakub Kicinski
2023-03-21
1
-1
/
+3
|
/
*
ynl: make the tooling check the license
Jakub Kicinski
2023-03-16
2
-6
/
+15
*
ynl: broaden the license even more
Jakub Kicinski
2023-03-16
1
-4
/
+4
*
tools: ynl: make definitions optional again
Jakub Kicinski
2023-03-16
1
-1
/
+2
*
tools: ynl: fix get_mask utility routine
Lorenzo Bianconi
2023-03-10
1
-4
/
+2
*
tools: ynl: fix render-max for flags definition
Lorenzo Bianconi
2023-03-10
1
-3
/
+8
*
tools: ynl: fix enum-as-flags in the generic CLI
Jakub Kicinski
2023-03-08
2
-9
/
+7
*
tools: ynl: move the enum classes to shared code
Jakub Kicinski
2023-03-08
3
-89
/
+121
*
ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause
Jakub Kicinski
2023-03-07
6
-8
/
+9
*
tools: ynl: use 1 as the default for first entry in attrs/ops
Jakub Kicinski
2023-03-03
2
-5
/
+8
*
tools: ynl: fully inherit attrs in subsets
Jakub Kicinski
2023-03-03
1
-8
/
+15
*
tools: net: add __pycache__ to gitignore
Jakub Kicinski
2023-02-24
1
-0
/
+1
*
tools: ynl-gen: re-raise the exception instead of printing
Jakub Kicinski
2023-02-24
1
-3
/
+1
*
tools: ynl-gen: fix single attribute structs with attr 0 only
Jakub Kicinski
2023-02-24
1
-1
/
+1
*
tools: net: use python3 explicitly
Jakub Kicinski
2023-01-31
2
-2
/
+2
*
tools: ynl: load jsonschema on demand
Jakub Kicinski
2023-01-31
2
-1
/
+14
*
tools: ynl: use operation names from spec on the CLI
Jakub Kicinski
2023-01-31
2
-4
/
+11
*
tools: ynl: support pretty printing bad attribute names
Jakub Kicinski
2023-01-31
1
-0
/
+40
*
tools: ynl: support multi-attr
Jakub Kicinski
2023-01-31
1
-7
/
+14
*
tools: ynl: support directional enum-model in CLI
Jakub Kicinski
2023-01-31
1
-4
/
+4
*
tools: ynl: add support for types needed by ethtool
Jakub Kicinski
2023-01-31
1
-1
/
+10
*
tools: ynl: use the common YAML loading and validation code
Jakub Kicinski
2023-01-31
2
-232
/
+142
[prev]
[next]