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.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
/
ynl
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlink: specs: support generating code for genl socket priv
Jakub Kicinski
2024-03-11
1
-0
/
+2
*
tools: ynl: remove trailing semicolon
Jakub Kicinski
2024-03-11
1
-1
/
+1
*
tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"
Colin Ian King
2024-03-08
1
-1
/
+1
*
tools/net/ynl: Add nest-type-value decoding
Donald Hunter
2024-03-07
1
-0
/
+12
*
tools/net/ynl: Report netlink errors without stacktrace
Donald Hunter
2024-03-07
1
-2
/
+2
*
tools/net/ynl: Fix extack decoding for netlink-raw
Donald Hunter
2024-03-07
1
-1
/
+6
*
tools: ynl: check for overflow of constructed messages
Jakub Kicinski
2024-03-07
3
-4
/
+68
*
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: remove __pycache__ during clean
Jakub Kicinski
2024-03-06
1
-0
/
+1
*
tools: ynl: add distclean to .PHONY in all makefiles
Jakub Kicinski
2024-03-06
1
-1
/
+1
*
tools: ynl: rename make hardclean -> distclean
Jakub Kicinski
2024-03-06
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-29
1
-0
/
+1
|
\
|
*
tools: ynl: fix handling of multiple mcast groups
Jakub Kicinski
2024-02-28
1
-0
/
+1
*
|
tools: ynl: use MSG_DONTWAIT for getting notifications
Jakub Kicinski
2024-02-28
1
-15
/
+14
*
|
tools: ynl: remove the libmnl dependency
Jakub Kicinski
2024-02-28
2
-4
/
+1
*
|
tools: ynl: stop using mnl socket helpers
Jakub Kicinski
2024-02-28
3
-22
/
+42
*
|
tools: ynl: switch away from MNL_CB_*
Jakub Kicinski
2024-02-28
2
-27
/
+33
*
|
tools: ynl: switch away from mnl_cb_t
Jakub Kicinski
2024-02-28
2
-16
/
+20
*
|
tools: ynl: stop using mnl_cb_run2()
Jakub Kicinski
2024-02-28
2
-19
/
+45
*
|
tools: ynl: use ynl_sock_read_msgs() for ACK handling
Jakub Kicinski
2024-02-28
2
-23
/
+14
*
|
tools: ynl: wrap recv() + mnl_cb_run2() into a single helper
Jakub Kicinski
2024-02-28
1
-38
/
+18
*
|
tools: ynl-gen: remove unused parse code
Jakub Kicinski
2024-02-28
2
-3
/
+1
*
|
tools: ynl: make yarg the first member of struct ynl_dump_state
Jakub Kicinski
2024-02-28
2
-5
/
+3
*
|
tools: ynl: create local ARRAY_SIZE() helper
Jakub Kicinski
2024-02-28
1
-0
/
+3
*
|
tools: ynl: create local nlmsg access helpers
Jakub Kicinski
2024-02-28
2
-14
/
+49
*
|
tools: ynl: create local for_each helpers
Jakub Kicinski
2024-02-28
2
-6
/
+53
*
|
tools: ynl: create local attribute helpers
Jakub Kicinski
2024-02-28
2
-36
/
+204
*
|
tools: ynl: give up on libmnl for auto-ints
Jakub Kicinski
2024-02-28
1
-9
/
+36
*
|
tools: ynl: allow user to pass enum string instead of scalar value
Jiri Pirko
2024-02-23
1
-2
/
+24
*
|
tools: ynl: process all scalar types encoding in single elif statement
Jiri Pirko
2024-02-23
1
-7
/
+7
*
|
tools: ynl: allow user to specify flag attr with bool values
Jiri Pirko
2024-02-23
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-22
1
-4
/
+15
|
\
|
|
*
tools: ynl: don't leak mcast_groups on init error
Jakub Kicinski
2024-02-21
1
-1
/
+7
|
*
tools: ynl: make sure we always pass yarg to mnl_cb_run
Jakub Kicinski
2024-02-21
1
-3
/
+8
*
|
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-06
1
-0
/
+7
*
|
tools: ynl: correct typo and docstring
Alessandro Marcolini
2024-02-06
1
-4
/
+3
*
|
tools/net/ynl: Add support for nested structs
Donald Hunter
2024-01-31
2
-6
/
+22
*
|
tools/net/ynl: Move formatted_string method out of NlAttr
Donald Hunter
2024-01-31
1
-16
/
+15
*
|
tools/net/ynl: Rename _fixed_header_size() to _struct_size()
Donald Hunter
2024-01-31
1
-6
/
+6
*
|
tools/net/ynl: Combine struct decoding logic in ynl
Donald Hunter
2024-01-31
1
-33
/
+14
*
|
tools/net/ynl: Encode default values for binary blobs
Donald Hunter
2024-01-31
1
-2
/
+7
*
|
tools/net/ynl: Add support for encoding sub-messages
Donald Hunter
2024-01-31
1
-4
/
+23
*
|
tools/net/ynl: Refactor fixed header encoding into separate method
Donald Hunter
2024-01-31
1
-11
/
+15
*
|
tools/net/ynl: Support sub-messages in nested attribute spaces
Donald Hunter
2024-01-31
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
2
-8
/
+95
*
tools/net/ynl: Use consistent array index expression formatting
Donald Hunter
2023-12-18
1
-5
/
+5
[next]