summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nft: ruleparse: Create family-specific source filesHEADmasterPhil Sutter2023-05-0311-725/+846
* nft: Extract rule parsing callbacks from nft_family_opsPhil Sutter2023-05-037-41/+60
* nft: Introduce nft-ruleparse.{c,h}Phil Sutter2023-05-035-1290/+1327
* xshared: Fix parsing of option arguments in same wordPhil Sutter2023-04-283-31/+35
* arptables: Don't omit standard matches if invertedPhil Sutter2023-04-281-2/+4
* arptables: Fix parsing of inverted 'arp operation' matchPhil Sutter2023-04-281-1/+1
* nft-shared: Drop unused includePhil Sutter2023-04-211-1/+0
* utils: nfbpf_compile: Replace pcap_compile_nopcap()Phil Sutter2023-04-211-1/+9
* tests: shell: Test for false-positive rule checkPhil Sutter2023-04-051-0/+17
* ebtables-nft: add broute table emulationFlorian Westphal2023-04-047-28/+112
* include: update nf_tables uapi headerFlorian Westphal2023-04-041-5/+54
* build: use pkg-config for libpcapAlyssa Ross2023-04-042-7/+8
* ip6tables: Fix checking existence of ruleMarkus Boehme2023-04-041-1/+1
* iptables-test.py: make explicit use of python3Arturo Borrero Gonzalez2023-03-151-1/+1
* iptables-nft: remove unused function argumentFlorian Westphal2023-03-156-6/+6
* iptables-nft: make builtin tables staticFlorian Westphal2023-03-142-7/+3
* xtables-eb: fix crash when opts isn't reallocatedFlorian Westphal2023-03-141-1/+2
* nft-restore: Fix for deletion of new, referenced rulePhil Sutter2023-03-012-1/+18
* include: Add missing linux/netfilter/xt_LOG.hPhil Sutter2023-02-223-38/+20
* xt_sctp: add the missing chunk types in sctp_helpXin Long2023-02-211-1/+1
* xtables-translate: Support insert with indexPhil Sutter2023-02-172-1/+3
* ebtables: ip and ip6 matches depend on protocol matchPhil Sutter2023-02-171-2/+9
* extensions: libebt_ip: Translation has to match on ether typePhil Sutter2023-02-172-3/+24
* extensions: libebt_ip: Do not use 'ip dscp' for translationPhil Sutter2023-02-172-3/+3
* extensions: libebt_redirect: Fix for wrong syntax in translationPhil Sutter2023-02-172-4/+4
* extensions: libebt_redirect: Fix target translationPhil Sutter2023-02-172-1/+9
* tests: xlate: Print file names even if specifiedPhil Sutter2023-02-171-1/+1
* tests: xlate: Properly split input in replay modePhil Sutter2023-02-171-1/+1
* nft-shared: Simplify using nft_create_match()Phil Sutter2023-02-171-66/+40
* nft-shared: Use nft_create_match() in one more spotPhil Sutter2023-02-171-11/+1
* nft-shared: Lookup matches in iptables_command_statePhil Sutter2023-02-172-33/+41
* tests: CLUSTERIP: Drop test filePhil Sutter2023-02-171-4/+0
* tests: xlate: Support testing multiple individual filesPhil Sutter2023-01-311-8/+13
* ebtables-translate: Print flush command after parsing is finishedPhil Sutter2023-01-311-7/+7
* ebtables-translate: Ignore '-j CONTINUE'Phil Sutter2023-01-311-1/+3
* ebtables-translate: Use OPT_* from xshared.hPhil Sutter2023-01-311-18/+9
* ebtables-translate: Drop exec_stylePhil Sutter2023-01-311-8/+0
* ebtables: Refuse unselected targets' optionsPhil Sutter2023-01-318-39/+33
* Proper fix for "unknown argument" error messagePhil Sutter2023-01-314-15/+50
* etc: Drop xtables.confPhil Sutter2023-01-183-76/+1
* extensions: NAT: Fix for -Werror=format-securityPhil Sutter2023-01-121-1/+1
* configure: Bump version for 1.8.9 releasev1.8.9Phil Sutter2023-01-101-3/+3
* Makefile: Replace brace expansionPhil Sutter2023-01-101-2/+3
* ebtables-translate: Install symlinkPhil Sutter2022-12-223-7/+13
* gitignore: Ignore generated ip6tables man pagesPhil Sutter2022-12-221-0/+4
* gitignore: Ignore utils/nfsynproxyPhil Sutter2022-12-221-0/+1
* nft: Reject tcp/udp extension without proper protocol matchPhil Sutter2022-12-223-0/+12
* nft: Make rule parsing errors fatalPhil Sutter2022-12-201-1/+3
* nft: Increase rule parser strictnessPhil Sutter2022-12-205-12/+37
* arptables: Check the mandatory ar_pln matchPhil Sutter2022-12-201-1/+6