index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
net
/
ynl
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-07
tools/net/ynl: Fix extack decoding for netlink-raw
Donald Hunter
1
-1
/
+6
2024-03-07
tools: ynl: check for overflow of constructed messages
Jakub Kicinski
3
-4
/
+68
2024-03-06
tools: ynl: support debug printing messages
Jakub Kicinski
1
-0
/
+15
2024-03-06
tools: ynl: allow setting recv() size
Jakub Kicinski
1
-3
/
+18
2024-03-06
tools: ynl: move the new line in NlMsg __repr__
Jakub Kicinski
1
-3
/
+3
2024-03-06
tools: ynl: remove __pycache__ during clean
Jakub Kicinski
1
-0
/
+1
2024-03-06
tools: ynl: add distclean to .PHONY in all makefiles
Jakub Kicinski
1
-1
/
+1
2024-03-06
tools: ynl: rename make hardclean -> distclean
Jakub Kicinski
1
-1
/
+1
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-02-28
tools: ynl: use MSG_DONTWAIT for getting notifications
Jakub Kicinski
1
-15
/
+14
2024-02-28
tools: ynl: remove the libmnl dependency
Jakub Kicinski
2
-4
/
+1
2024-02-28
tools: ynl: stop using mnl socket helpers
Jakub Kicinski
3
-22
/
+42
2024-02-28
tools: ynl: switch away from MNL_CB_*
Jakub Kicinski
2
-27
/
+33
2024-02-28
tools: ynl: switch away from mnl_cb_t
Jakub Kicinski
2
-16
/
+20
2024-02-28
tools: ynl: stop using mnl_cb_run2()
Jakub Kicinski
2
-19
/
+45
2024-02-28
tools: ynl: use ynl_sock_read_msgs() for ACK handling
Jakub Kicinski
2
-23
/
+14
2024-02-28
tools: ynl: wrap recv() + mnl_cb_run2() into a single helper
Jakub Kicinski
1
-38
/
+18
2024-02-28
tools: ynl-gen: remove unused parse code
Jakub Kicinski
2
-3
/
+1
2024-02-28
tools: ynl: make yarg the first member of struct ynl_dump_state
Jakub Kicinski
2
-5
/
+3
2024-02-28
tools: ynl: create local ARRAY_SIZE() helper
Jakub Kicinski
1
-0
/
+3
2024-02-28
tools: ynl: create local nlmsg access helpers
Jakub Kicinski
2
-14
/
+49
2024-02-28
tools: ynl: create local for_each helpers
Jakub Kicinski
2
-6
/
+53
2024-02-28
tools: ynl: create local attribute helpers
Jakub Kicinski
2
-36
/
+204
2024-02-28
tools: ynl: give up on libmnl for auto-ints
Jakub Kicinski
1
-9
/
+36
2024-02-28
tools: ynl: fix handling of multiple mcast groups
Jakub Kicinski
1
-0
/
+1
2024-02-23
tools: ynl: allow user to pass enum string instead of scalar value
Jiri Pirko
1
-2
/
+24
2024-02-23
tools: ynl: process all scalar types encoding in single elif statement
Jiri Pirko
1
-7
/
+7
2024-02-23
tools: ynl: allow user to specify flag attr with bool values
Jiri Pirko
1
-0
/
+3
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+15
2024-02-21
tools: ynl: don't leak mcast_groups on init error
Jakub Kicinski
1
-1
/
+7
2024-02-21
tools: ynl: make sure we always pass yarg to mnl_cb_run
Jakub Kicinski
1
-3
/
+8
2024-02-19
tools: ynl: don't access uninitialized attr_space variable
Jiri Pirko
1
-2
/
+2
2024-02-06
tools: ynl: add support for encoding multi-attr
Alessandro Marcolini
1
-0
/
+7
2024-02-06
tools: ynl: correct typo and docstring
Alessandro Marcolini
1
-4
/
+3
2024-01-31
tools/net/ynl: Add support for nested structs
Donald Hunter
2
-6
/
+22
2024-01-31
tools/net/ynl: Move formatted_string method out of NlAttr
Donald Hunter
1
-16
/
+15
2024-01-31
tools/net/ynl: Rename _fixed_header_size() to _struct_size()
Donald Hunter
1
-6
/
+6
2024-01-31
tools/net/ynl: Combine struct decoding logic in ynl
Donald Hunter
1
-33
/
+14
2024-01-31
tools/net/ynl: Encode default values for binary blobs
Donald Hunter
1
-2
/
+7
2024-01-31
tools/net/ynl: Add support for encoding sub-messages
Donald Hunter
1
-4
/
+23
2024-01-31
tools/net/ynl: Refactor fixed header encoding into separate method
Donald Hunter
1
-11
/
+15
2024-01-31
tools/net/ynl: Support sub-messages in nested attribute spaces
Donald Hunter
1
-9
/
+29
2023-12-18
tools/net/ynl: Add binary and pad support to structs for tc
Donald Hunter
1
-10
/
+26
2023-12-18
tools/net/ynl: Add 'sub-message' attribute decoding to ynl
Donald Hunter
2
-8
/
+95
2023-12-18
tools/net/ynl: Use consistent array index expression formatting
Donald Hunter
1
-5
/
+5
2023-12-14
tools: ynl-gen: support fixed headers in genetlink
Jakub Kicinski
2
-4
/
+5
2023-12-05
tools: ynl: move private definitions to a separate header
Jakub Kicinski
2
-147
/
+145
2023-12-05
tools: ynl: use strerror() if no extack of note provided
Jakub Kicinski
1
-1
/
+5
2023-12-05
tools: pynl: make flags argument optional for do()
Jakub Kicinski
1
-2
/
+2
2023-11-28
tools: ynl: add sample for getting page-pool information
Jakub Kicinski
1
-1
/
+1
[prev]
[next]