summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWSNikolayMarchuk/gsoc-2017-final-rebased-on-v4.23--16Nikolay Marchuk2018-06-131-0/+4
* Add description of new filtering syntaxNikolay Marchuk2018-06-131-2/+270
* tests: check path filterNikolay Marchuk2018-06-134-0/+306
* tests: check fd filterNikolay Marchuk2018-06-137-16/+297
* tests: check new syntax of inject/fault actionsNikolay Marchuk2018-06-139-141/+220
* tests: check expression parsingNikolay Marchuk2018-06-134-0/+222
* tests: check error handling of syscall filterNikolay Marchuk2018-06-131-0/+32
* Add stacktrace filter actionNikolay Marchuk2018-06-136-5/+27
* Implement new filtering language parsingNikolay Marchuk2018-06-1310-73/+550
* Optimize default filteringNikolay Marchuk2018-06-132-3/+6
* Improve fd filteringNikolay Marchuk2018-06-133-93/+129
* Implement path filterNikolay Marchuk2018-06-136-1/+85
* Implement fd filter and read/write actionsNikolay Marchuk2018-06-139-22/+59
* Implement inject and fault actionsNikolay Marchuk2018-06-137-92/+122
* Introduce new filtering architectureNikolay Marchuk2018-06-1310-26/+696
* ia64: remove legacy i386 entries from the syscall entry tableDmitry V. Levin2018-06-131-15/+0
* linux: set error flags in arch_set_error on POWER and AlphaEugene Syromyatnikov2018-06-112-3/+5
* tests: check decoding of IFLA_LINKINFO netlink attributeEugene Syromyatnikov2018-06-114-0/+714
* tests: add print_quoted_stringn to print string with a size limitEugene Syromyatnikov2018-06-112-0/+18
* tests: add fallback_func argument to TEST_NESTED_NLATTR_OBJECT_EX_Eugene Syromyatnikov2018-06-112-13/+18
* tests/test_nlattr.h: add ability to provide additional nlattr payloadEugene Syromyatnikov2018-06-111-6/+22
* rtnl_link: decode struct ifla_bridge_id unconditionallyEugene Syromyatnikov2018-06-111-5/+4
* nlattr: specify size for ethernet protocolEugene Syromyatnikov2018-06-111-0/+1
* rtnl_link: use ARRSZ_PAIR where appropriateEugene Syromyatnikov2018-06-111-16/+15
* rtnl_link: fix incorrect variable names in ARRAY_SIZE argumentsEugene Syromyatnikov2018-06-111-2/+2
* mips: add missing pure flag to syscall entriesEugene Syromyatnikov2018-06-113-24/+24
* mips: add missing "never fails" flag to getpgrp syscall entriesEugene Syromyatnikov2018-06-113-3/+3
* Update NEWSEugene Syromyatnikov2018-06-071-0/+33
* xlat: describe IPV4_DEVCONF_* weirdnessEugene Syromyatnikov2018-06-071-0/+1
* configure.ac: fix the check for struct tc_sizespec on old kernel headersDmitry V. Levin2018-06-071-1/+2
* travis: use kernel headers from v4.17Dmitry V. Levin2018-06-062-3/+5
* tests: check decoding of IFLA_AF_SPEC netlink attributeEugene Syromyatnikov2018-06-065-0/+325
* tests: add TEST_NESTED_NLATTR_ARRAY_EX to test_nlattr.hEugene Syromyatnikov2018-06-063-17/+35
* tests: pass index to print_elem_ callback in TEST_NLATTR_NESTED_ARRAYEugene Syromyatnikov2018-06-062-4/+4
* tests: move common ifinfomsg boilerplate into a separate headerEugene Syromyatnikov2018-06-066-115/+99
* rtnl_link: implement IFLA_INFO_DATA for tun devicesEugene Syromyatnikov2018-06-063-0/+62
* rtnl_link: implement IFLA_INFO_DATA for bridgesEugene Syromyatnikov2018-06-062-1/+128
* rtnl_link: implement IFLA_INFO_XSTATS decodingEugene Syromyatnikov2018-06-061-1/+53
* rtnl_link: add basic IFLA_INFO_* handlingEugene Syromyatnikov2018-06-062-2/+37
* rtnl_link: decode IFLA_AF_SPECEugene Syromyatnikov2018-06-069-1/+385
* nlattr: add size check to decode_nla_xval and decode_nla_flagsEugene Syromyatnikov2018-06-062-13/+21
* nlattr: add UID/GID netlink attribute decodersEugene Syromyatnikov2018-06-062-0/+27
* nlattr: add unsigned int decoders that print in hex formEugene Syromyatnikov2018-06-062-0/+8
* nlattr: add ethernet protocol decoderEugene Syromyatnikov2018-06-062-0/+26
* nlattr: add value processing support for xlat/flags nlattr decodersEugene Syromyatnikov2018-06-062-0/+19
* nlattr: introduce decode_nla_flagsEugene Syromyatnikov2018-06-062-0/+27
* nlattr: add ability to pass nla_type to decoder in decode_nlattrEugene Syromyatnikov2018-06-062-6/+24
* tests: use STRINGIFY instead of _STRDmitry V. Levin2018-06-064-9/+8
* tests: check decoding of IFLA_EVENT netlink attributeEugene Syromyatnikov2018-06-061-0/+17
* xlat: handle xlat constants that are not identifiersDmitry V. Levin2018-06-051-1/+1