| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This reduces number of const files/lines from 1288/96599 to 158/11603.
Const files are generated on next-20200813.
Update #1983
|
| |
|
|
| |
https://elixir.bootlin.com/linux/v5.8-rc4/source/net/ipv4/nexthop.c#L1961
|
| |
|
|
|
| |
https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/seg6_local.h#L21
https://elixir.bootlin.com/linux/latest/source/net/ipv6/seg6_local.c#L649
|
| |
|
|
|
| |
https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/lwtunnel.h#L102
https://elixir.bootlin.com/linux/latest/source/net/core/lwt_bpf.c#L364
|
| |
|
|
| |
https://elixir.bootlin.com/linux/latest/source/net/ipv4/ip_tunnel_core.c#L713
|
| |
|
|
|
|
| |
https://elixir.bootlin.com/linux/latest/source/net/ipv6/ila/ila_lwt.c#L121
The comment is about their statement in the kernel file:
https://elixir.bootlin.com/linux/latest/source/net/ipv6/ila/ila_lwt.c#L196
|
| |
|
|
|
|
|
|
|
| |
https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/lwtunnel.h#L102
https://elixir.bootlin.com/linux/latest/source/net/ipv4/ip_tunnel_core.c#L219
The policies added have a suffix (_lwt), because they already exist in syzkaller
with the kernel name. An example of a union with the same name described in
sys/linux/socket_netlink_route_sched.txt:
https://elixir.bootlin.com/linux/latest/source/net/sched/cls_flower.c#L709
|
| |
|
|
| |
https://elixir.bootlin.com/linux/latest/source/net/mpls/mpls_iptunnel.c#L25
|
| |
|
|
|
| |
https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/rpl.h#L19
update google#533
|
| |
|
|
| |
https://elixir.bootlin.com/linux/latest/source/net/bridge/br_mdb.c#L837
|
| |
|
|
| |
https://elixir.bootlin.com/linux/latest/source/net/bridge/br_vlan.c#L2045
|
| |
|
|
| |
https://elixir.bootlin.com/linux/latest/source/net/ipv6/addrlabel.c#L625
|
| |
|
|
| |
https://elixir.bootlin.com/linux/latest/source/net/core/rtnetlink.c#L5565
|
| | |
|
| |
|
|
| |
Update #590
|
| |
|
|
| |
Update #590
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
1. Turns out that NLA_F_NESTED is actually used and checked
(nla_parse_nested checks it, while nla_parse_nested_deprecated does not).
Similarly, ipset extensively checks NLA_F_NET_BYTEORDER.
So we need these bits.
2. nla_len must not account for the trailing alighnment padding.
This means we set wrong len for payloads that are not multiple of 4
(int8/int16/strings/arrays/some structs/etc).
|
| | |
|
| |
|
|
| |
+ some netlink descriptions
|
|
|
This patch adds all autogenerated files for linux/mips64le. Files are
generated by following commands:
make extract
bin/syz-extract -build -os=linux -arch=mips64le -sourcedir=linux
make generate
|