index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
net
/
ynl
/
ynl-gen-c.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-0
/
+1
*
tools: ynl-gen: use temporary file for rendering
Jiri Pirko
2023-08-19
1
-2
/
+8
*
tools: ynl-gen: add missing empty line between policies
Jakub Kicinski
2023-08-09
1
-0
/
+1
*
tools: ynl-gen: avoid rendering empty validate field
Jiri Pirko
2023-08-09
1
-3
/
+4
*
ynl-gen-c.py: render netlink policies static for split ops
Jiri Pirko
2023-08-04
1
-2
/
+6
*
ynl-gen-c.py: allow directional model for kernel mode
Jiri Pirko
2023-08-04
1
-1
/
+1
*
ynl-gen-c.py: filter rendering of validate field values for split ops
Jiri Pirko
2023-08-04
1
-1
/
+9
*
ynl: mark max/mask as private for kdoc
Stanislav Fomichev
2023-07-28
1
-0
/
+1
*
tools: ynl-gen: inherit policy in multi-attr
Jakub Kicinski
2023-06-13
1
-18
/
+24
*
tools: ynl-gen: correct enum policies
Jakub Kicinski
2023-06-13
1
-2
/
+13
*
tools: ynl-gen: resolve enum vs struct name conflicts
Jakub Kicinski
2023-06-12
1
-5
/
+20
*
tools: ynl-gen: don't generate enum types if unnamed
Jakub Kicinski
2023-06-12
1
-2
/
+10
*
netlink: specs: support setting prefix-name per attribute
Jakub Kicinski
2023-06-12
1
-2
/
+5
*
tools: ynl-gen: record extra args for regen
Jakub Kicinski
2023-06-12
1
-0
/
+5
*
tools: ynl-gen: support excluding tricky ops
Jakub Kicinski
2023-06-12
1
-3
/
+7
*
tools: ynl-gen: support / skip pads on the way to kernel
Jakub Kicinski
2023-06-09
1
-0
/
+6
*
tools: ynl-gen: don't pass op_name to RenderInfo
Jakub Kicinski
2023-06-09
1
-19
/
+18
*
tools: ynl-gen: support code gen for events
Jakub Kicinski
2023-06-09
1
-5
/
+12
*
tools: ynl-gen: sanitize notification tracking
Jakub Kicinski
2023-06-09
1
-42
/
+23
*
tools: ynl-gen: stop generating common notification handlers
Jakub Kicinski
2023-06-09
1
-73
/
+0
*
tools: ynl-gen: get attr type outside of if()
Jakub Kicinski
2023-06-09
1
-1
/
+3
*
tools: ynl-gen: combine else with closing bracket
Jakub Kicinski
2023-06-09
1
-4
/
+19
*
tools: ynl-gen: complete the C keyword list
Jakub Kicinski
2023-06-09
1
-1
/
+34
*
tools: ynl-gen: cleanup user space header includes
Jakub Kicinski
2023-06-09
1
-4
/
+1
*
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
1
-3
/
+7
*
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
1
-1
/
+5
*
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-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-02
1
-10
/
+42
*
tools: ynl-gen: switch to family struct
Jakub Kicinski
2023-06-02
1
-0
/
+15
*
tools: ynl-gen: generate alloc and free helpers for req
Jakub Kicinski
2023-06-02
1
-0
/
+17
*
tools: ynl-gen: move the response reading logic into YNL
Jakub Kicinski
2023-06-02
1
-36
/
+27
*
tools: ynl-gen: generate enum-to-string helpers
Jakub Kicinski
2023-06-02
1
-0
/
+66
*
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
*
net: ynl: prefix uAPI header include with uapi/
Jakub Kicinski
2023-05-26
1
-1
/
+3
*
tools: ynl: default to treating enums as flags for mask generation
Jakub Kicinski
2023-03-27
1
-1
/
+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
1
-6
/
+7
*
ynl: broaden the license even more
Jakub Kicinski
2023-03-16
1
-4
/
+4
[prev]
[next]