summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/netfilter
AgeCommit message (Expand)AuthorFilesLines
2023-03-17selftests: nft_nat: ensuring the listening side is up before starting the clientHangbin Liu1-0/+2
2023-01-14netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal1-2/+34
2022-06-29selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.shJie2x Zhou1-1/+1
2022-06-14netfilter: nat: really support inet nat without l3 addressFlorian Westphal1-0/+43
2022-02-23selftests: netfilter: fix exit value for nft_concat_rangeHangbin Liu1-1/+1
2022-02-08selftests: nft_concat_range: add test for reload with no element add/delFlorian Westphal1-1/+71
2021-12-16netfilter: selftest: conntrack_vrf.sh: fix file permissionGreg Kroah-Hartman1-0/+0
2021-12-14vrf: don't run conntrack on vrf with !dflt qdiscNicolas Dichtel1-4/+26
2021-12-14selftests: netfilter: add a vrf+conntrack testcaseFlorian Westphal2-1/+221
2021-10-27selftests: netfilter: remove stray bash debug lineFlorian Westphal1-1/+0
2021-02-17selftests: netfilter: fix current yearFabian Frederick1-1/+1
2021-01-19selftests: netfilter: Pass family parameter "-f" to conntrack toolChen Yi1-3/+9
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-29/+134
2020-10-15Merge tag 'linux-kselftest-next-5.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+2
2020-10-12selftests: netfilter: extend nfqueue test caseFlorian Westphal2-22/+109
2020-09-30selftests: netfilter: add time counter checkFabian Frederick1-2/+8
2020-09-23selftests: Add missing gitignore entriesGabriel Krisman Bertazi1-0/+2
2020-09-22selftests: netfilter: remove unused cnt and simplify command testingFabian Frederick1-4/+2
2020-09-22selftests: netfilter: fix nft_meta.sh error reportingFabian Frederick1-1/+1
2020-09-22selftests: netfilter: add cpu counter checkFabian Frederick1-0/+14
2020-08-28selftests: netfilter: add command usageFabian Frederick1-0/+11
2020-08-28selftests: netfilter: simplify command testingFabian Frederick1-23/+11
2020-08-28selftests: netfilter: remove unused variable in make_file()Fabian Frederick1-3/+2
2020-08-28selftests: netfilter: exit on invalid parametersFabian Frederick1-3/+12
2020-08-28selftests: netfilter: fix header exampleFabian Frederick1-1/+1
2020-08-13selftests: netfilter: kill running process onlyFabian Frederick1-2/+8
2020-08-13selftests: netfilter: add MTU arguments to flowtablesFabian Frederick1-6/+24
2020-08-13selftests: netfilter: add checktool functionFabian Frederick1-22/+11
2020-08-03selftests: netfilter: add meta iif/oif match testFlorian Westphal2-1/+125
2020-06-25selftests: netfilter: add test case for conntrack helper assignmentFlorian Westphal2-1/+176
2020-03-24selftests: netfilter: add nfqueue test caseFlorian Westphal4-1/+695
2020-02-26selftests: nft_concat_range: Add test for reported add/flush/add issueStefano Brivio1-4/+39
2020-02-25selftests: nft_concat_range: Move option for 'list ruleset' before commandStefano Brivio1-6/+6
2020-01-27selftests: netfilter: Introduce tests for sets with range concatenationStefano Brivio2-1/+1483
2019-12-20selftests: netfilter: extend flowtable test script with dnat ruleFlorian Westphal1-5/+34
2019-12-07selftests: netfilter: use randomized netns namesFlorian Westphal1-156/+176
2019-10-11selftests: netfilter: add ipvs tunnel test caseHaishuang Yan1-0/+30
2019-10-11selftests: netfilter: add ipvs nat test caseHaishuang Yan1-1/+21
2019-10-11selftests: netfilter: add ipvs test scriptHaishuang Yan2-1/+179
2019-08-05selftests: netfilter: extend flowtable test script for ipsecFlorian Westphal1-0/+48
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-2/+330
2019-05-22selftests: netfilter: add flowtable test scriptFlorian Westphal2-1/+325
2019-05-21selftests: netfilter: missing error check when setting up veth interfaceJeffrin Jose T1-1/+5
2019-05-18kselftests: netfilter: fix leftover net/net-next merge conflictFlorian Westphal1-51/+26
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+338
2019-04-15netfilter: nat: fix icmp id randomizationFlorian Westphal1-9/+27
2019-04-13selftests: netfilter: check icmp pkttoobig errors are set as relatedFlorian Westphal2-1/+284
2019-04-12selftests: netfilter: add ebtables broute test caseFlorian Westphal2-1/+147
2019-04-08kselftests: extend nft_nat with inet family based nat hooksFlorian Westphal1-36/+94
2019-02-04selftests: netfilter: add simple masq/redirect test casesFlorian Westphal2-1/+763