aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/vnet_amd64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-426/+0
| | | | | | | This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983
* sys: add mldv2 packet structsAndy Nguyen2020-04-291-0/+1
| | | | Use special values for hop limit to increase likelihood of triggering certain paths.
* sys/linux: add netlabel descriptionsDmitry Vyukov2020-01-031-0/+1
|
* sys/linux: improve ipv4/ipv6 vnet descriptionsDmitry Vyukov2020-01-031-0/+2
| | | | | | | | | | | | 1. Use optional[T] instead of array[T, 0:1]. 2. Deduplicate 3 copies of ARP packet. 3. Deduplicate IPOPT_LSRR/IPOPT_SSRR/IPOPT_RR. 4. More precise description of IPOPT_TIMESTAMP/IPOPT_LSRR/IPOPT_SSRR/IPOPT_RR. 5. Don't use IPOPT_END/IPOPT_NOOP in generic option (they have different format). 6. Restrict cipso doi values. 7. Fix IPOPT_RA value type (int16 instead of int32). 8. Match ipv4/ipv6 packet type with payload. 9. Prefer 0 frag_off for ipv4 packets (they are extremely hard to get right).
* sys/linux: regenerate constsDmitry Vyukov2019-02-121-15/+15
| | | | Regenereate consts on latest linux-next.
* sys/linux: add NDISC packet formats to vnet.txtDan Robertson2019-02-111-0/+15
| | | | Add the basic NDISC (RFC 4861) packet formats to sys/linux/vnet.txt.
* sys/linux: add AF_TIPC netlink interface and packet formatsDmitry Vyukov2018-12-091-0/+20
|
* sys/linux: add guehdr for udp packetsDmitry Vyukov2018-03-211-0/+2
|
* sys/linux: few assorted additionsDmitry Vyukov2018-02-261-0/+1
|
* sys/linux: add few ip and tcp optionsDmitry Vyukov2018-02-221-0/+7
|
* sys/linux: add IPPROTO_L2TP to vnet protosDmitry Vyukov2018-01-241-0/+1
|
* sys/linux: add vnet descriptions for GRE, MPLS, CANDmitry Vyukov2018-01-141-0/+27
|
* sys/linux: describe ipv6 tlv optionsDmitry Vyukov2017-12-291-0/+1
|
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+348