summaryrefslogtreecommitdiffstats
path: root/iptables
Commit message (Expand)AuthorAgeFilesLines
* xshared: Share print_header() with legacy iptablesPhil Sutter2021-11-239-161/+82
* xshared: Share print_fragment() with legacyPhil Sutter2021-11-236-35/+25
* xshared: Share print_rule_details() with legacyPhil Sutter2021-11-238-76/+37
* xshared: Share save_ipv{4,6}_addr() with legacyPhil Sutter2021-11-236-119/+70
* xshared: Share save_rule_details() with legacyPhil Sutter2021-11-238-91/+50
* xshared: Share print_iface() functionPhil Sutter2021-11-235-80/+33
* nft: Change whitespace printing in save_rule callbackPhil Sutter2021-11-236-25/+30
* xshared: Merge and share parse_chain()Phil Sutter2021-11-235-59/+26
* Unbreak xtables-translatePhil Sutter2021-11-081-1/+8
* nft: Merge xtables-arp-standalone.c into xtables-standalone.cPhil Sutter2021-10-207-699/+218
* xtables: arptables accepts empty interface namesPhil Sutter2021-10-201-8/+15
* xtables: Derive xtables_globals from familyPhil Sutter2021-10-205-8/+23
* nft-shared: Make nft_check_xt_legacy() family agnosticPhil Sutter2021-10-201-0/+5
* nft-arp: Introduce post_parse callbackPhil Sutter2021-10-203-128/+178
* arptables: Use standard data structures when parsingPhil Sutter2021-10-201-142/+138
* libxtables: Introduce xtables_globals print_help callbackPhil Sutter2021-10-202-3/+7
* xtables-standalone: Drop version number from init errorsPhil Sutter2021-10-201-8/+4
* nft: Add family ops callbacks wrapping different nft_cmd_* functionsPhil Sutter2021-10-204-177/+228
* xtables: Simplify addr_mask freeingPhil Sutter2021-10-202-11/+6
* nft-shared: Introduce init_cs family ops callbackPhil Sutter2021-10-203-5/+17
* xshared: Store optstring in xtables_globalsPhil Sutter2021-10-204-6/+9
* nft: Introduce builtin_tables_lookup()Phil Sutter2021-10-209-24/+25
* tests: shell: fix bashismJeremy Sowden2021-10-011-1/+1
* nft: Delete builtin chains compatiblyPhil Sutter2021-09-273-9/+66
* nft-chain: Introduce base_slot fieldPhil Sutter2021-09-273-29/+5
* nft: Check base-chain compatibility when adding to cachePhil Sutter2021-09-275-44/+65
* nft: cache: Avoid double free of unrecognized base-chainsPhil Sutter2021-09-272-3/+28
* xtables-translate: add missing argument and option to usagemizuta.takeshi@fujitsu.com2021-09-261-2/+3
* ebtables: Avoid dropping policy when flushingPhil Sutter2021-09-152-1/+44
* tests: shell: Return non-zero on errorPhil Sutter2021-09-131-1/+1
* iptables-nft: allow removal of empty builtin chainsFlorian Westphal2021-09-078-45/+72
* Fix a few doc typosŠtěpán Němec2021-09-031-3/+3
* nft: Use xtables_{m,c}alloc() everywherePhil Sutter2021-08-315-38/+10
* nft: Use xtables_malloc() in mnl_err_list_node_add()Phil Sutter2021-08-311-1/+1
* tests/shell: Assert non-verbose mode is silentPhil Sutter2021-08-031-0/+11
* nft: Fix for non-verbose check commandPhil Sutter2021-08-031-1/+1
* ebtables: Dump atomic wastePhil Sutter2021-08-021-53/+0
* doc: ebtables-nft.8: Adjust for missing atomic-optionsPhil Sutter2021-07-291-56/+8
* xtables: Call init_extensions6() for static buildsErik Wilson2021-07-145-0/+5
* libxtables: extend xlate infrastructurePablo Neira Ayuso2021-06-071-8/+21
* libxtables: Introduce xtables_strdup() and use it everywherePhil Sutter2021-06-074-11/+12
* iptables-apply: Drop unused variablePhil Sutter2021-06-071-1/+0
* nft: Avoid buffer size warnings copying iface namesPhil Sutter2021-06-072-4/+4
* nft: Avoid memleak in error path of nft_cmd_new()Phil Sutter2021-06-071-1/+3
* Use proto_to_name() from xshared in more placesPhil Sutter2021-05-175-37/+15
* ebtables-translate: Use shared ebt_get_current_chain() functionPhil Sutter2021-05-171-17/+1
* xshared: Merge invflags handling codePhil Sutter2021-05-177-199/+88
* xshared: Eliminate iptables_command_state->invertPhil Sutter2021-05-177-133/+113
* xtables: Make invflags 16bit widePhil Sutter2021-05-172-3/+3
* nft-arp: Make use of ipv4_addr_to_string()Phil Sutter2021-04-303-94/+14