index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: always construct struct ynl_req_state
Jakub Kicinski
2023-11-29
5
-55
/
+102
*
tools: ynl: fix duplicate op name in devlink
Jakub Kicinski
2023-11-23
2
-1
/
+7
*
tools: ynl: fix header path for nfsd
Jakub Kicinski
2023-11-23
1
-1
/
+1
*
nfsd: regenerate user space parsers after ynl-gen changes
Jakub Kicinski
2023-11-06
2
-11
/
+153
*
tools: ynl-gen: don't touch the output file if content is the same
Jakub Kicinski
2023-11-01
1
-1
/
+6
*
netlink: specs: devlink: add forgotten port function caps enum values
Jiri Pirko
2023-11-01
1
-0
/
+2
*
Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-10-31
17
-153
/
+7556
|
\
|
*
tools: ynl: introduce option to process unknown attributes or types
Jiri Pirko
2023-10-27
2
-12
/
+39
|
*
tools: ynl-gen: respect attr-cnt-name at the attr set level
Jakub Kicinski
2023-10-26
1
-3
/
+4
|
*
netlink: specs: support conditional operations
Jakub Kicinski
2023-10-26
1
-0
/
+22
|
*
netlink: make range pointers in policies const
Jakub Kicinski
2023-10-26
1
-1
/
+1
|
*
tools: ynl-gen: add support for exact-len validation
Davide Caratti
2023-10-24
1
-11
/
+17
|
*
Merge branch 'devlink-finish-conversion-to-generated-split_ops'
Jakub Kicinski
2023-10-23
6
-15
/
+7185
|
|
\
|
|
*
netlink: specs: devlink: add the remaining command to generate complete split...
Jiri Pirko
2023-10-23
2
-1
/
+7122
|
|
*
netlink: specs: devlink: remove reload-action from devlink-get cmd reply
Jiri Pirko
2023-10-23
2
-7
/
+0
|
|
*
tools: ynl-gen: render rsp_parse() helpers if cmd has only dump op
Jiri Pirko
2023-10-23
1
-4
/
+7
|
|
*
tools: ynl-gen: introduce support for bitfield32 attribute type
Jiri Pirko
2023-10-23
4
-3
/
+56
|
*
|
tools: ynl-gen: change spacing around __attribute__
Jakub Kicinski
2023-10-23
7
-64
/
+64
|
|
/
|
*
netlink: specs: add support for auto-sized scalars
Jakub Kicinski
2023-10-20
5
-2
/
+47
|
*
tools: ynl-gen: make the mnl_type() method public
Jakub Kicinski
2023-10-20
1
-20
/
+18
|
*
tools: ynl-gen: support limit names
Jakub Kicinski
2023-10-19
1
-11
/
+34
|
*
tools: ynl-gen: support full range of min/max checks for integer values
Jakub Kicinski
2023-10-19
1
-7
/
+59
|
*
tools: ynl-gen: track attribute use
Jakub Kicinski
2023-10-19
1
-0
/
+20
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-19
1
-27
/
+27
|
|
\
|
*
|
tools: ynl: fix converting flags to names after recent cleanup
Jakub Kicinski
2023-10-17
1
-1
/
+1
|
*
|
tools: ynl: use ynl-gen -o instead of stdout in Makefile
Jakub Kicinski
2023-10-11
1
-2
/
+2
|
*
|
tools: ynl-gen: handle do ops with no input attrs
Jakub Kicinski
2023-10-09
1
-6
/
+11
|
*
|
tools: ynl-gen: use uapi header name for the header guard
Jakub Kicinski
2023-10-06
1
-1
/
+5
|
*
|
tools: ynl: use uAPI include magic for samples
Jakub Kicinski
2023-10-04
1
-1
/
+4
|
*
|
tools: ynl: don't regen on every make
Jakub Kicinski
2023-10-04
2
-2
/
+1
|
*
|
handshake: Fix sign of key_serial_t fields
Chuck Lever
2023-10-02
1
-2
/
+2
|
*
|
handshake: Fix sign of socket file descriptor fields
Chuck Lever
2023-10-02
1
-3
/
+3
|
*
|
tools: ynl: extend netdev sample to dump xdp-rx-metadata-features
Stanislav Fomichev
2023-09-15
4
-2
/
+30
*
|
|
Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2023-10-30
4
-1
/
+130
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tools: ynl: Add source files for nfsd netlink protocol
Chuck Lever
2023-10-16
4
-1
/
+130
|
|
/
*
/
netlink: specs: devlink: fix reply command values
Jiri Pirko
2023-10-13
1
-27
/
+27
|
/
*
tools/net/ynl: Add support for create flags
Donald Hunter
2023-08-27
3
-8
/
+22
*
tools/net/ynl: Implement nlattr array-nest decoding in ynl
Donald Hunter
2023-08-27
1
-0
/
+13
*
tools/net/ynl: Add support for netlink-raw families
Donald Hunter
2023-08-27
1
-33
/
+91
*
tools/net/ynl: Fix extack parsing with fixed header genlmsg
Donald Hunter
2023-08-27
1
-25
/
+40
*
tools/ynl: Add mcast-group schema parsing to ynl
Donald Hunter
2023-08-27
1
-0
/
+31
*
tools: ynl-gen: fix uAPI generation after tempfile changes
Jakub Kicinski
2023-08-25
1
-10
/
+20
*
tools: ynl-gen: support empty attribute lists
Jakub Kicinski
2023-08-24
1
-2
/
+9
*
tools: ynl-gen: fix collecting global policy attrs
Jakub Kicinski
2023-08-24
1
-1
/
+3
*
tools: ynl-gen: set length of binary fields
Jakub Kicinski
2023-08-24
3
-0
/
+11
*
tools: ynl: allow passing binary data
Jakub Kicinski
2023-08-24
1
-1
/
+6
*
tools: ynl-gen: use temporary file for rendering
Jiri Pirko
2023-08-19
1
-2
/
+8
*
tools: ynl: add more info to KeyErrors on missing attrs
Jakub Kicinski
2023-08-15
1
-3
/
+12
*
netlink: specs: devlink: extend health reporter dump attributes by port index
Jiri Pirko
2023-08-14
2
-0
/
+11
*
netlink: specs: devlink: extend per-instance dump commands to accept instance...
Jiri Pirko
2023-08-14
2
-26
/
+643
[next]