]> git.ipfire.org Git - thirdparty/iptables.git/shortlog
thirdparty/iptables.git
9 days ago  Phil Sutterxtables-monitor: Print -X command for base chains, too master
9 days ago  Phil SutterRevert "libxtables: Promote xtopt_esize_by_type() as...
9 days ago  Phil Sutterlibxtables: Promote xtopt_esize_by_type() as xtopt_psiz...
2025-07-17  Miao Wangextensions: libebt_redirect: prevent translation
2025-07-04  Phil Sutterextensions: sctp: Translate bare '-m sctp' match
2025-04-23  Phil Sutterxshared: Accept an option if any given command allows it
2025-04-23  Phil Sutterextensions: icmp: Support info-request/-reply type...
2025-04-10  Phil Suttertests: iptables-test: Add nft-compat variant
2025-04-10  Phil Sutternft: Embed compat extensions in rule userdata
2025-04-10  Phil Sutternft: Pass nft_handle into add_{action,match}()
2025-04-10  Phil Sutternft-ruleparse: Fallback to compat expressions in userdata
2025-04-10  Phil Sutternft: Introduce UDATA_TYPE_COMPAT_EXT
2025-04-10  Phil Sutternft: __add_{match,target}() can't fail
2025-04-10  Phil Sutternft: ruleparse: Introduce nft_parse_rule_expr()
2025-04-10  Phil Sutternft: Make add_log() static
2025-01-28  Achill Gilgenastconfigure: Avoid addition assignment operators
2024-11-19  Phil Sutternft: Drop interface mask leftovers from post_parse...
2024-11-19  Jeremy Sowdennft: fix interface comparisons in `-C` commands
2024-11-12  Jeremy Sowdenip[6]tables-translate: fix test failures when WESP...
2024-11-08  Phil Sutterconfigure: Bump version for 1.8.11 release v1.8.11
2024-11-07  Phil Sutterlibxtables: Hide xtables_strtoul_base() symbol
2024-11-06  Phil SutterMakefile.am: Revert to old serial test harness
2024-11-06  Phil Suttertests: xlate-test: Fix for 'make distcheck'
2024-11-06  Phil Suttertests: iptables-test: Fix for 'make distcheck'
2024-11-06  Phil Suttertests: shell: Print escape sequences with terminals...
2024-11-06  Phil Suttertests: shell: iptables/0010-wait_0 is unreliable
2024-11-05  Phil Suttertests: iptables-test: Extend fast mode docs a bit
2024-11-05  Phil Suttertests: iptables-test: Properly assert rule deletion...
2024-11-05  Phil Suttertests: shell: Test ebtables-restore deleting among...
2024-11-05  Phil Sutterebtables: Simplify ebt_add_{match,watcher}
2024-11-05  Phil Sutterebtables: Clone extensions before modifying them
2024-11-05  Phil Suttertests: shell: Fix for 'make distcheck'
2024-11-05  Pablo Neira... tests: iptables-test: extend coverage for ip6tables
2024-11-05  Phil Suttertests: iptables-test: Fix for duplicate supposed-to...
2024-10-30  Florian Westphaliptables: tests: shell: use bash, not sh
2024-10-29  Florian Westphaliptables: tests: add missing make +x
2024-10-16  Phil Suttertests: shell: Test some commands involving rule numbers
2024-10-16  Phil Sutternft: Fix for -Z with bogus rule number
2024-10-16  Phil Sutterebtables: Fix for -S with rule number
2024-10-16  Phil Sutterxshared: iptables does not support '-b'
2024-10-16  Phil Suttergitignore: Ignore generated arptables-translate.8
2024-10-16  Phil Sutterman: ebtables-nft.8: Note that --concurrent is a NOP
2024-10-16  Phil Sutterman: xtables-legacy.8: Join two paragraphs
2024-10-16  Phil Suttertests: iptables-test: Append stderr output to log file
2024-10-01  Phil Suttertests: shell: Adjust for recent changes in libnftnl
2024-09-15  Phil Sutterextensions: TPROXY: Fix for translation being non-terminal
2024-08-29  Joshua Lantconfigure: Determine if musl is used for build
2024-08-23  Joshua Lantiptables: align xt_CONNMARK with current kernel headers
2024-08-14  Phil Sutternft: ruleparse: Drop 'iter' variable in nft_rule_to_ipt...
2024-08-14  Phil Sutternft: Reduce overhead in nft_rule_find()
2024-08-14  Phil Sutterebtables: Introduce nft_bridge_init_cs()
2024-08-14  Phil Sutterebtables: Zero freed pointers in ebt_cs_clean()
2024-07-31  Phil Sutterebtables: Omit all-wildcard interface specs from output
2024-07-31  Phil Sutterarptables: Introduce print_iface()
2024-07-31  Phil Sutterlibxtables: Debug: Slightly improve extension ordering...
2024-07-31  Phil Sutterxshared: Move NULL pointer check into save_iface()
2024-07-31  Phil Sutterxshared: Make save_iface() static
2024-07-31  Phil Sutterextensions: conntrack: Reuse print_state() for old...
2024-07-31  Phil Sutterxshared: Do not omit all-wildcard interface spec when...
2024-07-31  Phil Sutterarptables: Fix conditional opcode/proto-type printing
2024-07-31  Phil Sutternft: Add potentially missing init_cs calls
2024-07-27  Phil Sutternft: cmd: Init struct nft_cmd::head early
2024-07-27  Phil Sutterextensions: conntrack: Use the right callbacks
2024-07-27  Phil Sutterextensions: recent: Fix format string for unsigned...
2024-07-27  Phil Sutternft: Fix for zeroing existent builtin chains
2024-07-27  Phil Sutternft: cache: Annotate faked base chains as such
2024-07-27  Phil Sutterextensions: recent: New kernels support 999 hits
2024-07-27  Phil Sutternft: Fix for zeroing non-existent builtin chains
2024-07-27  Phil Sutterxtables-monitor: Print commands instead of -4/-6/-0...
2024-07-27  Phil Sutterxtables-monitor: Ignore ebtables policy rules unless...
2024-07-27  Phil Sutterxtables-monitor: Fix for ebtables rule events
2024-07-27  Phil Suttertests: shell: New xtables-monitor test
2024-07-27  Phil Sutterxtables-monitor: Support arptables chain events
2024-07-27  Phil Sutterxtables-monitor: Align builtin chain and table output
2024-07-27  Phil Sutterxtables-monitor: Flush stdout after all lines of output
2024-07-27  Phil Sutterxtables-monitor: Proper re-init for rule's family
2024-07-05  Phil Sutterman: recent: Adjust to changes around ip_pkt_list_tot...
2024-06-12  Phil Sutterebtables: Include 'bitmask' value when comparing rules
2024-06-12  Phil Sutterextensions: libxt_sctp: Add an extra assert()
2024-06-12  Phil Sutterman: extensions: recent: Clarify default value of ip_li...
2024-04-25  Maxin B. Johnconfigure: Add option to enable/disable libnfnetlink
2024-04-09  Phil Sutterlibxtables: Attenuate effects of functions' internal...
2024-04-09  Phil Sutterxshared: Fix parsing of empty string arg in '-c' option
2024-04-09  Phil Sutterxlate: libip6t_mh: Fix and simplify plain '-m mh' match
2024-04-09  Phil Sutterxlate: Improve redundant l4proto match avoidance
2024-03-19  Sriram Rajagopalannft: Do not combine inverted payload matches
2024-03-08  Florian Westphalextensions: xt_TPROXY: add txlate support
2024-03-06  Florian Westphalextensions: xt_socket: add txlate support for socket...
2024-02-29  Phil Sutterxtables-translate: Leverage stored protocol names
2024-02-27  Phil Sutternft: Fix for broken recover_rule_compat()
2024-02-06  Phil Sutteriptables-save: Avoid /etc/protocols lookups
2024-02-06  Phil Sutterlibxtables: Add dccp and ipcomp to xtables_chain_protos
2024-02-06  Phil SutterRevert "xshared: Print protocol numbers if --numeric...
2024-02-02  Phil Sutterlibxtables: xtoptions: Respect min/max values when...
2024-02-02  Phil Sutterextensions: tcp/udp: Save/xlate inverted full ranges
2024-02-02  Phil Sutternft: Do not omit full ranges if inverted
2024-02-02  Phil Sutterextensions: ipcomp: Save inverted full ranges
2024-02-02  Phil Sutterextensions: esp: Save/xlate inverted full ranges
2024-02-02  Phil Sutterextensions: rt: Save/xlate inverted full ranges
2024-02-02  Phil Sutterextensions: mh: Save/xlate inverted full ranges
next