1. 69f3f84 iptables.8: --policy is either ACCEPT or DROP by Florian Westphal · 10 years ago master
  2. 60f0063 nft: replace nft_rule_attr_get_u8 by Giuseppe Longo · 10 years ago
  3. d25f308 iptables-save: actually parse -M/--modprobe option by Jiri Popelka · 10 years ago
  4. 991ad38 iptables-{save,restore}: warn that -b/--binary isn't implemented by Jiri Popelka · 10 years ago
  5. 081d578 iptables-restore.8: file to read from can be specified as argument by Jiri Popelka · 10 years ago
  6. d89013d iptables-restore.8: missing -T in synopsis by Jiri Popelka · 10 years ago
  7. a99b96b iptables: missing bracket in iptables-save(8) by Jiri Popelka · 10 years ago
  8. d6217f9 update FSF address in license text by Jiri Popelka · 10 years ago
  9. 1a519e8 iptables.8: update coreteam members from manpage by Pablo Neira Ayuso · 10 years ago
  10. 02cf06e iptables: fix version in iptables(8) by Jiri Popelka · 10 years ago
  11. 2c678e1 nft-arp: wrong condition in parse_payload by Giuseppe Longo · 10 years ago
  12. b88c6bd nft-arp: fix is_same_interfaces arguments by Giuseppe Longo · 10 years ago
  13. 61a46b3 xtables-events: prints arp rules by Giuseppe Longo · 10 years ago
  14. 68e5e18 nft-arp: adds nft_arp_save_firewall by Giuseppe Longo · 10 years ago
  15. 03091e5 Merge branch 'nft-compat' by Pablo Neira Ayuso · 10 years ago
  16. 1835790 nft: Pass a line after printing out a debug message by Tomasz Bursztyka · 10 years ago nft-compat
  17. 2e256aa nft: Remove useless error message by Tomasz Bursztyka · 10 years ago
  18. e6b8e17 nft: Initialize a table only once by Tomasz Bursztyka · 10 years ago
  19. 690ea18 nft: A builtin chain might be created when restoring by Tomasz Bursztyka · 10 years ago
  20. 837629f nft: Add useful debug output when a builtin table is created by Tomasz Bursztyka · 10 years ago
  21. 5cab9c3 nft-compat: fix wrong protocol context in initialization by Pablo Neira Ayuso · 10 years ago
  22. d007e1a nft-compat: fix IP6T_F_GOTO flag handling by Pablo Neira Ayuso · 10 years ago
  23. 8877968 nft: adds save_matches_and_target by Giuseppe Longo · 10 years ago
  24. 7851975 xtables: Add backward compatibility with -w option by Tomasz Bursztyka · 10 years ago
  25. 4cffe00 xtables: add xtables-compat-multi for the nftables compatibility layer by Pablo Neira Ayuso · 10 years ago
  26. 43bb281 xtables-restore: remove dependency with libip4tc by Pablo Neira Ayuso · 10 years ago
  27. 38e5ce6 configure: conditional dependencies for nftables-compat by Pablo Neira Ayuso · 10 years ago
  28. 9e48e50 configure: rename --disable-xtables to --disable-nftables by Pablo Neira Ayuso · 10 years ago
  29. 4cce0ad configure: fix wrong reference to the conntrack-tools by Pablo Neira Ayuso · 10 years ago
  30. 2e5babb libxtables: Print meaningful error message for an invalid MAC address string by Mart Frauenlob · 10 years ago
  31. 410d766 extensions: libxt_SYNPROXY: initial manual page by Martin Topholm · 10 years ago
  32. f53b78e iptables-xml: fix segfault if missing space after -A by Phil Oester · 10 years ago
  33. a4e1098 nft: Use new libnftnl library name against former libnftables by Tomasz Bursztyka · 10 years ago
  34. 4182478 nft: fix inconsistent data type in NFT_EXPR_CMP_OP and NFT_EXPR_META_KEY by Pablo Neira Ayuso · 10 years ago
  35. a0e224b extensions: libxt_set: Add missing hyphen to --bytes-eq synopsis in manpage by Mart Frauenlob · 10 years ago
  36. d34f061 include: Update nftables API header in sync with kernel's one by Tomasz Bursztyka · 10 years ago
  37. 504119f nft: fix wrong function to release iterator by Pablo Neira Ayuso · 10 years ago
  38. b0194ce iptables: nft: fix memory leaks in nft_fini by Ana Rey · 10 years ago
  39. 6a4033b nft: fix memory leaks in nft_xtables_config_load by Ana Rey · 10 years ago
  40. 959815e xtables-standalone: call nft_fini in the error path by Ana Rey · 10 years ago
  41. 5eed911 nft: fix out of bound memory copy by Pablo Neira Ayuso · 10 years ago
  42. ee595bc nft: fix inversion of built-in selectors by Pablo Neira Ayuso · 10 years ago
  43. 009bb1a xtables-events: fix compilation due change in libnftables by Pablo Neira Ayuso · 10 years ago
  44. b31304a xtables: arp: inhibit -l option so only a fixed 6 bytes length arhln can be used by Tomasz Bursztyka · 10 years ago
  45. 82ab5ac xtables: arp: Fix a compilation warning by Tomasz Bursztyka · 10 years ago
  46. 0cfd537 nft: arp: fix possible string overflow by Giuseppe Longo · 11 years ago
  47. 28dcf16 nft: fix interface wildcard matching by Pablo Neira Ayuso · 11 years ago
  48. 6cd426b nft: fix bad length when comparing extension data area by Pablo Neira Ayuso · 11 years ago
  49. 5f6e384 nft: pass ipt_entry to ->save_firewall hook by Pablo Neira Ayuso · 11 years ago
  50. 4b7a4af xtables: fix missing ipt_entry for MASQUERADE target by Pablo Neira Ayuso · 11 years ago
  51. e8cbd65 nft: arp: add parse_target to nft_family_ops_arp by Giuseppe Longo · 11 years ago
  52. e55b3e3 nft: arp: initialize flags in nft_arp_parse_meta by Giuseppe Longo · 11 years ago
  53. e8a218f nft: fix wrong target size by Tomasz Bursztyka · 11 years ago
  54. f2f3a4e xtables: arp: Parse properly target options by Tomasz Bursztyka · 11 years ago
  55. ea23cfc nft: Header inclusion missing by Tomasz Bursztyka · 11 years ago
  56. d0d6b28 extensions: libxt_mangle: Fixes option issues by Tomasz Bursztyka · 11 years ago
  57. 278add3 extensions: add arptables' libxt_mangle.c for xtables-arp by Tomasz Bursztyka · 11 years ago
  58. 0363995 xtables: arp: Store target entry properly and compare them relevantly by Tomasz Bursztyka · 11 years ago
  59. d6a127c xtables: batch rule-set updates into one single netlink message by Pablo Neira Ayuso · 11 years ago
  60. dbc0556 xtables: arp: zeroing chain counters by Giuseppe Longo · 11 years ago
  61. 2a55b81 xtables: arp: add delete operation by Giuseppe Longo · 11 years ago
  62. 7c7dcb2 nft: adapt nft_rule_expr_get to use uint32_t instead of size_t by Pablo Neira Ayuso · 11 years ago
  63. b8635ae include: cache netfilter_arp kernel headers by Pablo Neira Ayuso · 11 years ago
  64. ed82471 xtables: arp: add rule replacement support by Giuseppe Longo · 11 years ago
  65. b756cf0 nft: consolidate nft_rule_* functions to support ARP by Pablo Neira Ayuso · 11 years ago
  66. c6836c1 nft: consolidate nft_rule_new to support ARP by Pablo Neira Ayuso · 11 years ago
  67. e2a2c72 nft: consolidate nft_rule_find for ARP, IPv4 and IPv6 by Pablo Neira Ayuso · 11 years ago
  68. 217f021 xtables: nft-arp: implements is_same op for ARP family by Giuseppe Longo · 11 years ago
  69. 4c4bcbc xtables: nft-arp: fix endianess in nft_arp_parse_payload by Pablo Neira Ayuso · 11 years ago
  70. 84909d1 xtables: bootstrap ARP compatibility layer for nftables by Giuseppe Longo · 11 years ago
  71. 67da607 nft: skip unset tables on table configuration emulation by Tomasz Bursztyka · 11 years ago
  72. e83e35e nft: generalize rule addition family hook by Pablo Neira Ayuso · 11 years ago
  73. 7791905 nft: Fix a minor compilation warning by Tomasz Bursztyka · 11 years ago
  74. 04d9ad9 nft: refactoring parse operations for more genericity by Giuseppe Longo · 11 years ago
  75. a69cc57 xtables: allow to reset the counters of an existing rule by Tomasz Bursztyka · 11 years ago
  76. 36cba82 nft: use xtables_print_num by Pablo Neira Ayuso · 11 years ago
  77. eb4b65c nft: fix wrong flags handling in print_firewall_details by Pablo Neira Ayuso · 11 years ago
  78. cdc78b1 nft: convert rule into a command state structure by Tomasz Bursztyka · 11 years ago
  79. c11ad7c xtables: use xtables_rule_matches_free by Pablo Neira Ayuso · 11 years ago
  80. c167e01 nft: Print unknown target data only when relevant by Tomasz Bursztyka · 11 years ago
  81. e23e66f nft: Generalize nft_rule_list() against current family by Tomasz Bursztyka · 11 years ago
  82. 7a1026f nft: Remove useless test on rulenum in nft_rule_list() by Tomasz Bursztyka · 11 years ago
  83. 8aa384a nft: Make internal rule listing callback more generic by Tomasz Bursztyka · 11 years ago
  84. b08836a nft: Optimize rule listing when chain and rulenum are provided by Tomasz Bursztyka · 11 years ago
  85. c846f1a nft: Remove useless function by Tomasz Bursztyka · 11 years ago
  86. f8781d3 xtables: Do not dump before command parsing has been finished by Tomasz Bursztyka · 11 years ago
  87. cea310b nft: load only the tables of the current family by Giuseppe Longo · 11 years ago
  88. 2bf54fd etc: add default IPv6 table and chain definitions by Pablo Neira Ayuso · 11 years ago
  89. c0c3cf9 nft: fix family operation lookup by Giuseppe Longo · 11 years ago
  90. 85512f0 nft: fix match revision lookup for IPv6 by Pablo Neira Ayuso · 11 years ago
  91. 9618049 xtables: fix typo in add_entry for the IPv6 case by Pablo Neira Ayuso · 11 years ago
  92. afae1f8 nft: associate table configuration to handle via nft_init by Giuseppe Longo · 11 years ago
  93. 66a5399 nft: no need for rule lookup if no position specified via -I by Pablo Neira Ayuso · 11 years ago
  94. 71871d0 xtables: remove bogus comment regarding rule replacement by Pablo Neira Ayuso · 11 years ago
  95. cf95f34 xtables: add -I chain rulenum by Pablo Neira Ayuso · 11 years ago
  96. 8dd2627 nft: fix selective chain display via -S by Pablo Neira Ayuso · 11 years ago
  97. da07c93 nft: break chain listing if only one if looked for by Pablo Neira Ayuso · 11 years ago
  98. f77e1ac src: use nft_*_list_add_tail by Pablo Neira Ayuso · 11 years ago
  99. 86eed10 nft: fix built-in chain ordering of the nat table by Pablo Neira Ayuso · 11 years ago
  100. 15539a1 xtables-events: fix missing newline in table and chain events by Pablo Neira Ayuso · 11 years ago