index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "tools: ynl: Remove duplicated include in handshake-user.c"
Jakub Kicinski
2023-06-09
1
-0
/
+1
*
tools: ynl: Remove duplicated include in handshake-user.c
Yang Li
2023-06-09
1
-1
/
+0
*
tools: ynl: add sample for devlink
Jakub Kicinski
2023-06-08
2
-0
/
+61
*
tools: ynl: generate code for the devlink family
Jakub Kicinski
2023-06-08
3
-1
/
+932
*
tools: ynl-gen: don't generate forward declarations for policies - regen
Jakub Kicinski
2023-06-08
3
-8
/
+0
*
tools: ynl-gen: don't generate forward declarations for policies
Jakub Kicinski
2023-06-08
1
-9
/
+3
*
tools: ynl-gen: walk nested types in depth
Jakub Kicinski
2023-06-08
1
-12
/
+29
*
tools: ynl-gen: inherit struct use info
Jakub Kicinski
2023-06-08
1
-0
/
+8
*
tools: ynl-gen: try to sort the types more intelligently
Jakub Kicinski
2023-06-08
1
-2
/
+24
*
tools: ynl-gen: enable code gen for directional specs
Jakub Kicinski
2023-06-08
2
-6
/
+11
*
tools: ynl-gen: refactor strmap helper generation
Jakub Kicinski
2023-06-08
1
-19
/
+17
*
tools: ynl-gen: use enum names in op strmap more carefully
Jakub Kicinski
2023-06-08
3
-2
/
+9
*
tools: ynl: generate code for the handshake family
Jakub Kicinski
2023-06-07
3
-1
/
+534
*
tools: ynl-gen: improve unwind on parsing errors
Jakub Kicinski
2023-06-07
1
-5
/
+17
*
tools: ynl-gen: fill in support for MultiAttr scalars
Jakub Kicinski
2023-06-07
1
-5
/
+42
*
tools: ynl: add sample for netdev
Jakub Kicinski
2023-06-06
3
-0
/
+137
*
tools: ynl: support fou and netdev in C
Jakub Kicinski
2023-06-06
5
-1
/
+1016
*
tools: ynl: user space helpers
Jakub Kicinski
2023-06-06
6
-1
/
+1231
*
tools: ynl-gen: clean up stray new lines at the end of reply-less requests
Jakub Kicinski
2023-06-06
1
-3
/
+4
*
tools: ynl-gen: generate static descriptions of notifications
Jakub Kicinski
2023-06-03
1
-10
/
+42
*
tools: ynl-gen: switch to family struct
Jakub Kicinski
2023-06-03
1
-0
/
+15
*
tools: ynl-gen: generate alloc and free helpers for req
Jakub Kicinski
2023-06-03
1
-0
/
+17
*
tools: ynl-gen: move the response reading logic into YNL
Jakub Kicinski
2023-06-03
1
-36
/
+27
*
tools: ynl-gen: generate enum-to-string helpers
Jakub Kicinski
2023-06-03
1
-0
/
+66
*
tools: ynl-gen: add error checking for nested structs
Jakub Kicinski
2023-06-03
1
-1
/
+2
*
tools: ynl-gen: loosen type consistency check for events
Jakub Kicinski
2023-06-03
1
-7
/
+8
*
tools: ynl-gen: don't override pure nested struct
Jakub Kicinski
2023-06-03
1
-1
/
+2
*
tools: ynl-gen: fix unused / pad attribute handling
Jakub Kicinski
2023-06-03
1
-3
/
+17
*
tools: ynl-gen: add extra headers for user space
Jakub Kicinski
2023-06-03
1
-0
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-02
1
-2
/
+3
|
\
|
*
tools: ynl: avoid dict errors on older Python versions
Jakub Kicinski
2023-05-26
1
-2
/
+3
*
|
tools: ynl: Support enums in struct members in genetlink-legacy
Donald Hunter
2023-05-30
2
-1
/
+7
*
|
tools: ynl: Initialise fixed headers to 0 in genetlink-legacy
Donald Hunter
2023-05-30
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-14
1
-0
/
+0
*
tools: ynl: Remove absolute paths to yaml files from ethtool testing tool
Rahul Rameshbabu
2023-04-14
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-31
3
-0
/
+444
*
tools: ynl: replace print with NlError
Stanislav Fomichev
2023-03-31
1
-3
/
+9
*
tools: ynl: support byte-order in cli
Stanislav Fomichev
2023-03-31
2
-12
/
+24
*
tools: ynl: Add fixed-header support to ynl
Donald Hunter
2023-03-29
2
-12
/
+33
*
tools: ynl: Add struct attr decoding to ynl
Donald Hunter
2023-03-29
2
-1
/
+16
*
tools: ynl: Add C array attribute decoding to ynl
Donald Hunter
2023-03-29
2
-3
/
+22
*
tools: ynl: Add struct parsing to nlspec
Donald Hunter
2023-03-29
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-25
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-24
1
-3
/
+3
|
\
[prev]
[next]