]> git.ipfire.org Git - thirdparty/iptables.git/shortlog
thirdparty/iptables.git
2022-12-14  Phil SutterDrop INCOMPATIBILITIES file
2022-12-09  Phil SutterMakefile: Create LZMA-compressed dist-files
2022-12-02  Phil Sutterebtables: Fix MAC address match translation
2022-12-02  Phil Sutterxtables-translate: Fix for interfaces with asterisk...
2022-12-02  Phil Sutternft: Recognize INVAL/D interface name
2022-12-02  Phil Sutternft: Fix match generator for '! -i +'
2022-12-02  Phil Sutternft: Fix for comparing ifname matches against nft-gener...
2022-12-02  Phil Suttertests: xlate: Use --check to verify replay
2022-12-02  Phil Sutterebtables: Implement --check command
2022-12-02  Phil Sutterlibiptc: Eliminate garbage access
2022-12-02  Phil Sutterxshared: Free data after printing help
2022-12-02  Phil Sutteriptables: Properly clear iptables_command_state object
2022-12-02  Phil Sutterxtables: Introduce xtables_clear_iptables_command_state()
2022-12-02  Phil Sutteriptables: Plug memleaks in print_firewall()
2022-12-02  Phil Sutternft: Plug memleak in nft_rule_zero_counters()
2022-12-02  Phil Sutteriptables-xml: Free allocated chain strings
2022-12-02  Phil Sutteriptables-restore: Free handle with --test also
2022-12-02  Phil Suttertests: shell: Fix valgrind mode for 0008-unprivileged_0
2022-12-01  Florian Westphalextensions: add xt_statistics random mode translation
2022-12-01  Florian Westphalnft-bridge: work around recent "among" decode breakage
2022-11-30  Florian Westphalxlate-test: avoid shell entanglements
2022-11-30  Florian Westphalextensions: change expected output for new format
2022-11-30  Florian Westphalxlate: get rid of escape_quotes
2022-11-29  Phil Suttertests: shell: Test selective ebtables flushing
2022-11-29  Phil Sutterextensions: xlate: Format sets consistently
2022-11-29  Phil Sutterextensions: libxt_conntrack: Drop extra whitespace...
2022-11-29  Phil Sutterextensions: Leverage xlate auto-spacing
2022-11-29  Phil Sutterlibxtables: xt_xlate_add() to take care of spacing
2022-11-24  Phil Sutterextensions: ipcomp: Add comment to clarify xlate callback
2022-11-24  Phil Sutterextensions: frag: Add comment to clarify xlate callback
2022-11-24  Phil Sutterextensions: libebt_log: Add comment to clarify xlate...
2022-11-24  Phil Sutterextensions: tcp: Translate TCP option match
2022-11-24  Phil Sutterextensions: ecn: Sanitize xlate callback
2022-11-24  Phil Sutterextensions: TOS: Fix v1 xlate callback
2022-11-24  Phil Sutterextensions: TCPMSS: Use xlate callback for IPv6, too
2022-11-24  Phil Sutterextensions: MARK: Sanitize MARK_xlate()
2022-11-24  Phil Sutterextensions: CONNMARK: Fix xlate callback
2022-11-24  Phil Sutterextensions: libipt_ttl: Sanitize xlate callback
2022-11-24  Phil Sutterextensions: libebt_redirect: Fix xlate return code
2022-11-24  Phil Sutterextensions: libebt_mark: Fix xlate test case
2022-11-24  Phil Sutterextensions: libebt_mark: Fix mark target xlate
2022-11-23  Florian Westphaliptables-nft: exit nonzero when iptables-save cannot...
2022-11-23  Florian Westphalnft: check for unknown meta keys
2022-11-16  Phil Sutterextensions: mark: Test double bitwise in a rule
2022-11-15  Pablo Neira... nft-shared: replace nftnl_expr_get_data() by nftnl_expr...
2022-11-15  Pablo Neira... nft: replace nftnl_.*_nlmsg_build_hdr() by nftnl_nlmsg_...
2022-11-15  Phil SutterDrop extra newline from xtables_error() calls
2022-11-15  Phil Sutterextensions: Unify ICMP parser into libxt_icmp.h
2022-11-15  Phil Sutterextensions: Collate ICMP types/codes in libxt_icmp.h
2022-11-15  Phil Sutterextensions: libebt_arp, libebt_ip: Use xtables_ipparse_...
2022-11-15  Phil Sutterextensions: libebt_ip: Include kernel header
2022-11-15  Phil Sutterextensions: libip*t_LOG: Merge extensions
2022-11-15  Phil Sutternft-shared: Introduce port_match_single_to_range()
2022-11-15  Phil Sutterxshared: Share make_delete_mask() between ip{,6}tables
2022-11-11  Phil Suttertests: xlate-test: Replay results for reverse direction...
2022-11-11  Phil Suttertests: xlate-test.py: Introduce run_proc()
2022-11-11  Phil Suttertests: xlate-test: Cleanup file reading loop
2022-11-11  Phil Sutterextensions: Merge SNAT, DNAT, REDIRECT and MASQUERADE
2022-11-11  Phil Sutterextensions: DNAT: Rename some symbols
2022-11-11  Phil Sutterextensions: DNAT: Generate print, save and xlate callbacks
2022-11-11  Phil Sutterextensions: DNAT: Use __DNAT_xlate for REDIRECT, too
2022-11-11  Phil Sutterextensions: *NAT: Drop NF_NAT_RANGE_PROTO_RANDOM* flag...
2022-11-11  Phil Sutterextensions: DNAT: Fix bad IP address error reporting
2022-10-26  Phil Suttertests: *.t: Add missing all-one's netmasks to expected...
2022-10-26  Phil Suttertests: libxt_connlimit.t: Add missing default values
2022-10-26  Phil Suttertests: libebt_vlan.t: Drop trailing whitespace from...
2022-10-26  Phil Suttertests: libxt_tos.t, libxt_TOS.t: Add missing masks...
2022-10-26  Phil Suttertests: libxt_recent.t: Add missing default values
2022-10-26  Phil Suttertests: libxt_length.t: Fix odd use-case output
2022-10-26  Phil Suttertests: libebt_redirect.t: Plain redirect prints with...
2022-10-26  Phil Suttertests: *.t: Fix for hexadecimal output
2022-10-26  Phil Suttertests: *.t: Fix expected output for simple calls
2022-10-26  Phil Suttertests: iptables-test: Cover for obligatory -j CONTINUE...
2022-10-26  Phil Suttertests: iptables-test: Implement fast test mode
2022-10-26  Phil Sutterextensions: NFQUEUE: Document queue-balance limitation
2022-10-07  Phil Sutternft: Fix compile with -DDEBUG
2022-10-07  Phil Sutterlibiptc: Fix for segfault when renaming a chain
2022-10-06  Phil Suttertests: shell: Fix expected ebtables log target output
2022-10-06  Phil Suttertests: shell: Fix expected output for ip6tables dst...
2022-10-05  Phil Suttertests: libebt_stp.t: Drop duplicate whitespace
2022-10-05  Phil Suttertests: IDLETIMER.t: Fix syntax, support for restore...
2022-10-05  Phil Sutterextensions: libebt_log: Avoid empty log-prefix in output
2022-10-01  Phil Sutterextensions: TCPOPTSTRIP: Do not print empty options
2022-10-01  Phil Sutterextensions: libip6t_dst: Fix output for empty options
2022-10-01  Phil Sutterextensions: libebt_stp: Eliminate duplicate space in...
2022-10-01  Phil Sutterextensions: among: Fix for use with ebtables-restore
2022-10-01  Phil Sutterextensions: among: Remove pointless fall through
2022-10-01  Phil Suttertests: iptables-test: Test both variants by default
2022-10-01  Phil Suttertests: iptables-test: Pass netns to execute_cmd()
2022-10-01  Phil Suttertests: iptables-test: Simplify execute_cmd() calling
2022-10-01  Phil Suttertests: iptables-test: Simplify '-N' option a bit
2022-09-28  Phil Sutternft-bridge: Drop 'sreg_count' variable
2022-09-28  Phil Sutternft: Fix meta statement parsing
2022-09-28  Phil Sutterebtables: Fix among match
2022-09-28  Phil Sutterebtables: Support '-p Length'
2022-09-28  Phil Sutternft-shared: Introduce __get_cmp_data()
2022-09-28  Phil Sutterebtables: Merge OPT_* flags with xshared ones
2022-09-28  Phil Sutterebtables: Eliminate OPT_TABLE
2022-09-28  Phil Sutterebtables: Drop unused OPT_* defines
2022-09-28  Florian Westphaltests: extend native delinearize script
next