1. e28cf12 tests: shell: Drop any dump sorting in place by Phil Sutter · 4 years, 4 months ago
  2. a599efa nft: cache: Sort custom chains by name by Phil Sutter · 4 years, 4 months ago
  3. 176c92c nft: Introduce a dedicated base chain array by Phil Sutter · 4 years, 4 months ago
  4. 87cce1c nft: Introduce struct nft_chain by Phil Sutter · 4 years, 4 months ago
  5. 9189d18 nft: cache: Move nft_chain_find() over by Phil Sutter · 4 years, 2 months ago
  6. 09af111 nft: Implement nft_chain_foreach() by Phil Sutter · 4 years, 4 months ago
  7. e8d48d7 nft: cache: Introduce nft_cache_add_chain() by Phil Sutter · 4 years, 4 months ago
  8. 694612a nft: Fix selective chain compatibility checks by Phil Sutter · 4 years, 2 months ago
  9. 98ed6f6 xtables-monitor: by Florian Westphal · 4 years ago
  10. 180ba72 xtables-monitor: print packet first by Florian Westphal · 4 years ago
  11. 946923b xtables-monitor: fix packet family protocol by Florian Westphal · 4 years ago
  12. 07af4da xtables-monitor: fix rule printing by Florian Westphal · 4 years ago
  13. 4bcbc8e extensions: dccp: Fix for DCCP type 'INVALID' by Phil Sutter · 4 years ago
  14. 93d0c97 tests/shell: Test for fixed extension registration by Phil Sutter · 4 years ago
  15. 8bd4b4f xshared: Merge some command option-related code by Phil Sutter · 4 years ago
  16. 44457c0 xtables-arp: Don't use ARPT_INV_* by Phil Sutter · 4 years ago
  17. 1bdb553 libxtables: Extend MAC address printing/parsing support by Phil Sutter · 4 years ago
  18. 21873c2 iptables-test.py: Try to unshare netns by default by Phil Sutter · 4 years ago
  19. 47251c8 iptables-test.py: Accept multiple test files on commandline by Phil Sutter · 4 years ago
  20. 55b7c71 ebtables: Fix for broken chain renaming by Phil Sutter · 4 years ago
  21. 83ee6e1 tests: shell: update format of registers in bitwise payloads. by Pablo Neira Ayuso · 4 years ago
  22. 81a2e12 tests/shell: Add test for bitwise avoidance fixes by Phil Sutter · 4 years ago
  23. 274cb05 ebtables: Optimize masked MAC address matches by Phil Sutter · 4 years ago
  24. 3232590 nft: Optimize class-based IP prefix matches by Phil Sutter · 4 years, 1 month ago
  25. 06a2eb7 configure: bump version for 1.8.6 release by Pablo Neira Ayuso · 4 years ago
  26. ed8c8b9 tests: shell: Improve concurrent noflush restore test a bit by Phil Sutter · 4 years, 1 month ago
  27. dac904b nft: Fix for concurrent noflush restore calls by Phil Sutter · 4 years, 1 month ago
  28. c6cff7d libiptc: Avoid gcc-10 zero-length array warning by Phil Sutter · 4 years, 1 month ago
  29. 0bd7a8e iptables-nft: fix basechain policy configuration by Pablo Neira Ayuso · 4 years, 1 month ago
  30. e98b825 nft: Fix error reporting for refreshed transactions by Phil Sutter · 4 years, 1 month ago
  31. 0d77e64 nft: Make batch_add_chain() return the added batch object by Phil Sutter · 4 years, 1 month ago
  32. b5f1a3b libxtables: Register multiple extensions in ascending order by Phil Sutter · 4 years, 2 months ago
  33. a1eaace libxtables: Simplify pending extension registration by Phil Sutter · 4 years, 2 months ago
  34. b3ac870 libxtables: Make sure extensions register in revision order by Phil Sutter · 4 years, 2 months ago
  35. ad4b17b extensions: libipt_icmp: Fix translation of type 'any' by Phil Sutter · 4 years, 1 month ago
  36. 72ed608 nft: Fix for broken address mask match detection by Phil Sutter · 4 years, 2 months ago
  37. f75750f nft: Use nft_chain_find() in nft_chain_builtin_init() by Phil Sutter · 4 years, 3 months ago
  38. c330a21 nft: Fold nftnl_rule_list_chain_save() into caller by Phil Sutter · 4 years, 4 months ago
  39. 79ada32 nft: Extend use of nftnl_chain_list_foreach() by Phil Sutter · 4 years, 4 months ago
  40. b531365 nft: cache: Check consistency with NFT_CL_FAKE, too by Phil Sutter · 4 years, 4 months ago
  41. c633456 Makefile: Add missing man pages to CLEANFILES by Phil Sutter · 4 years, 3 months ago
  42. 4e3c11a nft: Fix for ruleset flush while restoring by Phil Sutter · 4 years, 3 months ago
  43. ca69b02 xtables-monitor: Fix ip6tables rule printing by Phil Sutter · 4 years, 3 months ago
  44. cd3e83d tests: shell: Merge and extend return codes test by Phil Sutter · 4 years, 3 months ago
  45. 3be40dc nft: Fix command name in ip6tables error message by Phil Sutter · 4 years, 3 months ago
  46. 27d0121 nft: Eliminate table list from cache by Phil Sutter · 4 years, 4 months ago
  47. cf3e910 iptables: replace libnftnl table list by linux list by Pablo Neira Ayuso · 4 years, 4 months ago
  48. 67bef15 nft: Reorder enum nft_table_type by Phil Sutter · 4 years, 4 months ago
  49. b906191 nft: Use nft_chain_find() in two more places by Phil Sutter · 4 years, 4 months ago
  50. db3a632 nft: Turn nft_chain_save() into a foreach-callback by Phil Sutter · 4 years, 4 months ago
  51. 7a700c4 nft: Drop pointless nft_xt_builtin_init() call by Phil Sutter · 4 years, 4 months ago
  52. f63ce59 nft: cache: Drop duplicate chain check by Phil Sutter · 4 years, 4 months ago
  53. f1f241d nft: Be lazy when flushing by Phil Sutter · 4 years, 4 months ago
  54. 0b7c22e nft: Make table creation purely implicit by Phil Sutter · 4 years, 4 months ago
  55. 26ec09b extensions: libxt_conntrack: provide translation for DNAT and SNAT --ctstate by Pablo Neira Ayuso · 4 years, 4 months ago
  56. 5105e84 iptables: accept lock file name at runtime by Giuseppe Scrivano · 4 years, 4 months ago
  57. c03b316 tests: shell: Add help output to run-tests.sh by Phil Sutter · 4 years, 4 months ago
  58. 6cb8af1 libxtables: compiler warning fixes for NO_SHARED_LIBS by Maciej Żenczykowski · 4 years, 5 months ago
  59. 63fa2b1 xtables-translate: Use proper clear_cs function by Phil Sutter · 4 years, 5 months ago
  60. 2757c0b xtables-translate: don't fail if help was requested by Arturo Borrero Gonzalez · 4 years, 5 months ago
  61. 848b488 build: Fix for failing 'make uninstall' by Phil Sutter · 4 years, 5 months ago
  62. b40b7d9 xtables-restore: Fix verbose mode table flushing by Phil Sutter · 4 years, 6 months ago
  63. d4ed0c7 build: resolve iptables-apply not getting installed by Jan Engelhardt · 4 years, 5 months ago
  64. 6329178 doc: document danger of applying REJECT to INVALID CTs by Jan Engelhardt · 4 years, 5 months ago
  65. 14ac250 configure: bump version for 1.8.5 release by Pablo Neira Ayuso · 4 years, 5 months ago
  66. 50564b7 build: bump dependency on libnftnl by Phil Sutter · 4 years, 5 months ago
  67. 15f8a82 include: Avoid undefined left-shift in xt_sctp.h by Phil Sutter · 5 years ago
  68. fe1cfd8 tests: shell: Fix syntax in ipt-restore/0010-noflush-new-chain_0 by Phil Sutter · 4 years, 6 months ago
  69. 7f0a69c doc: libxt_MARK: OUTPUT chain is fine, too by Phil Sutter · 4 years, 6 months ago
  70. 5906bcf nft: Drop save_counters callback from family_ops by Phil Sutter · 4 years, 6 months ago
  71. e7b6180 nft: Merge nft_*_rule_find() functions by Phil Sutter · 4 years, 6 months ago
  72. 3e09bd1 nfnl_osf: Improve error handling by Phil Sutter · 4 years, 6 months ago
  73. c833255 nfnl_osf: Fix broken conversion to nfnl_query() by Phil Sutter · 4 years, 6 months ago
  74. 799a623 libip6t_srh.t: switch to lowercase, add /128 suffix, require success by Maciej Żenczykowski · 4 years, 6 months ago
  75. 1a98eb3 iptables-test: Don't choke on empty lines by Phil Sutter · 4 years, 6 months ago
  76. d4409d4 nft: Don't exit early after printing help texts by Phil Sutter · 4 years, 6 months ago
  77. b199aca nft: Fix leak when replacing a rule by Phil Sutter · 4 years, 6 months ago
  78. b3b7eb6 arptables: Fix leak in nft_arp_print_rule() by Phil Sutter · 4 years, 6 months ago
  79. 381b556 nft: Use clear_cs() instead of open coding by Phil Sutter · 4 years, 6 months ago
  80. 7db4333 libxtables: Introduce xtables_fini() by Phil Sutter · 4 years, 6 months ago
  81. 869e38f ebtables: Free statically loaded extensions again by Phil Sutter · 4 years, 6 months ago
  82. bbf0db5 nft: Fix leak when deleting rules by Phil Sutter · 4 years, 6 months ago
  83. 5fdb447 nft: Fix leaks in ebt_add_policy_rule() by Phil Sutter · 4 years, 6 months ago
  84. 1964019 nft: Clear all lists in nft_fini() by Phil Sutter · 4 years, 6 months ago
  85. f42bfb3 nft: cache: Re-establish cache consistency check by Phil Sutter · 4 years, 7 months ago
  86. 7b3558f tests: shell: Implement --valgrind mode by Phil Sutter · 4 years, 6 months ago
  87. 5bd3ab5 nft: Fix for '-F' in iptables dumps by Phil Sutter · 4 years, 7 months ago
  88. ea8bb51 nft: cache: Optimize caching for flush command by Phil Sutter · 4 years, 7 months ago
  89. f806ee6 nft: cache: Fetch cache for specific chains by Phil Sutter · 4 years, 8 months ago
  90. 0e1b72a nft-cache: Introduce __fetch_chain_cache() by Phil Sutter · 4 years, 8 months ago
  91. 13b351c nft-cache: Fetch cache per table by Phil Sutter · 4 years, 8 months ago
  92. 6d1d5aa nft: cache: Introduce struct nft_cache_req by Phil Sutter · 4 years, 7 months ago
  93. b301f2e nft: cache: Improve fake cache integration by Phil Sutter · 4 years, 7 months ago
  94. c63b764 nft: cache: Simplify rule and set fetchers by Phil Sutter · 4 years, 8 months ago
  95. 6d8182e nft: missing nft_fini() call in bridge family by Pablo Neira Ayuso · 4 years, 10 months ago
  96. 80251bc nft: remove cache build calls by Pablo Neira Ayuso · 4 years, 10 months ago
  97. 59e80a8 nft: restore among support by Pablo Neira Ayuso · 4 years, 10 months ago
  98. 9d07514 nft: calculate cache requirements from list of commands by Pablo Neira Ayuso · 4 years, 10 months ago
  99. a7f1e20 nft: split parsing from netlink commands by Pablo Neira Ayuso · 4 years, 10 months ago
  100. 70a3c1a ebtables-restore: Table line to trigger implicit commit by Phil Sutter · 4 years, 7 months ago