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: Fix genlmsg header encoding formats
Donald Hunter
2023-03-22
1
-3
/
+3
*
ynl: make the tooling check the license
Jakub Kicinski
2023-03-16
2
-6
/
+15
*
ynl: broaden the license even more
Jakub Kicinski
2023-03-16
1
-4
/
+4
*
tools: ynl: make definitions optional again
Jakub Kicinski
2023-03-16
1
-1
/
+2
*
tools: ynl: fix get_mask utility routine
Lorenzo Bianconi
2023-03-10
1
-4
/
+2
*
tools: ynl: fix render-max for flags definition
Lorenzo Bianconi
2023-03-10
1
-3
/
+8
*
tools: ynl: fix enum-as-flags in the generic CLI
Jakub Kicinski
2023-03-08
2
-9
/
+7
*
tools: ynl: move the enum classes to shared code
Jakub Kicinski
2023-03-08
3
-89
/
+121
*
ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause
Jakub Kicinski
2023-03-07
6
-8
/
+9
*
tools: ynl: use 1 as the default for first entry in attrs/ops
Jakub Kicinski
2023-03-03
2
-5
/
+8
*
tools: ynl: fully inherit attrs in subsets
Jakub Kicinski
2023-03-03
1
-8
/
+15
*
tools: net: add __pycache__ to gitignore
Jakub Kicinski
2023-02-24
1
-0
/
+1
*
tools: ynl-gen: re-raise the exception instead of printing
Jakub Kicinski
2023-02-24
1
-3
/
+1
*
tools: ynl-gen: fix single attribute structs with attr 0 only
Jakub Kicinski
2023-02-24
1
-1
/
+1
*
tools: net: use python3 explicitly
Jakub Kicinski
2023-01-31
2
-2
/
+2
*
tools: ynl: load jsonschema on demand
Jakub Kicinski
2023-01-31
2
-1
/
+14
*
tools: ynl: use operation names from spec on the CLI
Jakub Kicinski
2023-01-31
2
-4
/
+11
*
tools: ynl: support pretty printing bad attribute names
Jakub Kicinski
2023-01-31
1
-0
/
+40
*
tools: ynl: support multi-attr
Jakub Kicinski
2023-01-31
1
-7
/
+14
*
tools: ynl: support directional enum-model in CLI
Jakub Kicinski
2023-01-31
1
-4
/
+4
*
tools: ynl: add support for types needed by ethtool
Jakub Kicinski
2023-01-31
1
-1
/
+10
*
tools: ynl: use the common YAML loading and validation code
Jakub Kicinski
2023-01-31
2
-232
/
+142
*
tools: ynl: add an object hierarchy to represent parsed spec
Jakub Kicinski
2023-01-31
2
-1
/
+304
*
tools: ynl: move the cli and netlink code around
Jakub Kicinski
2023-01-31
3
-1
/
+6
*
tools: ynl-gen: prevent do / dump reordering
Jakub Kicinski
2023-01-31
1
-2
/
+2
*
tools: ynl: store ops in ordered dict to avoid random ordering
Jakub Kicinski
2023-01-26
1
-1
/
+2
*
tools: ynl: rename ops_list -> msg_list
Jakub Kicinski
2023-01-26
1
-4
/
+6
*
tools: ynl: support kdocs for flags in code generation
Jakub Kicinski
2023-01-26
1
-17
/
+20
*
tools: ynl: add a completely generic client
Jakub Kicinski
2023-01-24
2
-0
/
+581
*
net: add basic C code generators for Netlink
Jakub Kicinski
2023-01-24
2
-0
/
+2403
*
tools: rename tools/net directory to tools/bpf
Jakub Kicinski
2017-10-04
6
-2656
/
+0
*
tools: bpf_jit_disasm: Handle large images.
David Daney
2017-06-14
1
-11
/
+26
*
tools: bpf_jit_disasm: Add option to dump JIT image to a file.
David Daney
2017-04-13
1
-4
/
+36
*
tools: bpf_jit_disasm: check for klogctl failure
Colin Ian King
2016-05-08
1
-0
/
+3
*
tools, bpf_asm: simplify parser rule for BPF extensions
Ray Bellis
2016-02-22
2
-151
/
+79
*
bpf_dbg: do not initialise statics to 0
Wei Tang
2016-02-11
1
-5
/
+5
*
tools/net: Use include/uapi with __EXPORTED_HEADERS__
Kamal Mostafa
2015-11-15
1
-3
/
+4
*
tools: bpf_jit_disasm: make get_last_jit_image return unsigned
Andrzej Hajda
2015-09-28
1
-2
/
+2
*
bpf_jit_disasm: also support reading jit dump from file
Daniel Borkmann
2015-07-31
1
-19
/
+90
*
tools: bpf_jit_disasm: fix segfault on disabled debugging log output
Daniel Borkmann
2015-05-27
1
-0
/
+2
*
tools: bpf_asm: cleanup vlan extension related token
Daniel Borkmann
2015-03-24
2
-14
/
+14
*
filter: introduce SKF_AD_VLAN_TPID BPF extension
Michal Sekletar
2015-03-24
2
-1
/
+12
*
tools: bpf_jit_disasm: increase image buffer size
Alexei Starovoitov
2014-05-16
1
-1
/
+1
*
tools: bpf_jit_disasm: ignore image address for disasm
Alexei Starovoitov
2014-05-16
1
-10
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-12
1
-1
/
+1
|
\
|
*
bpf_dbg: fix wrong register usage
Brendan Hickey
2014-04-30
1
-1
/
+1
*
|
filter: added BPF random opcode
Chema Gonzalez
2014-04-22
2
-1
/
+11
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-14
1
-1
/
+1
|
\
|
*
tools/net/Makefile: Define PACKAGE to fix build problems
Markos Chandras
2014-03-12
1
-1
/
+1
*
|
tools: bpf_dbg: various misc code cleanups
Daniel Borkmann
2014-02-24
1
-64
/
+55
|
/
[next]