| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: switch to the new .const format | Dmitry Vyukov | 2020-08-13 | 1 | -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 structs | Andy Nguyen | 2020-04-29 | 1 | -0/+1 |
| | | | | | Use special values for hop limit to increase likelihood of triggering certain paths. | ||||
| * | sys/linux: add netlabel descriptions | Dmitry Vyukov | 2020-01-03 | 1 | -0/+1 |
| | | |||||
| * | sys/linux: improve ipv4/ipv6 vnet descriptions | Dmitry Vyukov | 2020-01-03 | 1 | -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 consts | Dmitry Vyukov | 2019-02-12 | 1 | -15/+15 |
| | | | | | Regenereate consts on latest linux-next. | ||||
| * | sys/linux: add NDISC packet formats to vnet.txt | Dan Robertson | 2019-02-11 | 1 | -0/+15 |
| | | | | | Add the basic NDISC (RFC 4861) packet formats to sys/linux/vnet.txt. | ||||
| * | sys/linux: add AF_TIPC netlink interface and packet formats | Dmitry Vyukov | 2018-12-09 | 1 | -0/+20 |
| | | |||||
| * | sys/linux: test various binfmt's in execve | Dmitry Vyukov | 2018-04-02 | 1 | -0/+10 |
| | | |||||
| * | sys/linux: add IPPROTO_L2TP to vnet protos | Dmitry Vyukov | 2018-01-24 | 1 | -0/+1 |
| | | |||||
| * | sys/linux: add vnet descriptions for GRE, MPLS, CAN | Dmitry Vyukov | 2018-01-14 | 1 | -0/+27 |
| | | |||||
| * | sys/linux: describe ipv6 tlv options | Dmitry Vyukov | 2017-12-29 | 1 | -0/+1 |
| | | |||||
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -0/+348 |
