aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/ipvs.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename ipvs.txt to netfilter_ipvs.txtAndrey Konovalov2020-06-121-163/+0
|
* sys/linux: check for missing/duplicate netlink attrsDmitry Vyukov2020-01-231-0/+1
| | | | Update #590
* sys/linux: fix incorrect nlattr sizesDmitry Vyukov2020-01-221-1/+1
| | | | Update #590
* sys/linux: mark all nested netlink attributes as nlnestDmitry Vyukov2020-01-221-3/+3
| | | | | | | | | | | As far as I understand most subsystems don't care about the nest flag, but some do. But marking them as nest won't harm (?). Let's mark all of them. Caught several cases where should have been used array[policy] but used just policy. Update #590
* sys/linux: add new consts/flags/fields here and thereDmitry Vyukov2019-05-101-0/+4
| | | | Add a bunch of new small interfaces in 5.2: new consts, flags, fields, etc.
* sys/linux: add IPVS descriptionsDmitry Vyukov2018-03-261-0/+158
Update #533