1. 27de281 extensions: Add macro _DEFAULT_SOURCE. by Varsha Rao · 7 years ago
  2. 7a0992d src: introduce struct xt_xlate_{mt,tg}_params by Pablo Neira Ayuso · 8 years ago
  3. f035be3 xtables-translate: fix multiple spaces issue by Pablo M. Bermudo Garay · 8 years ago
  4. 9916470 extensions: libxt_limit: fix a wrong translation to nft rule by Liping Zhang · 8 years ago
  5. 9e14d43 iptables-translate: pass ipt_entry and ip6t_entry to ->xlate() by Pablo Neira Ayuso · 9 years ago
  6. 6b60dc5 extensions: rename xt_buf to xt_xlate by Pablo Neira Ayuso · 9 years ago
  7. a8dfbe3 extensions: libxt_limit: Add translation to nft by Shivani Bhardwaj · 9 years ago
  8. 9921f2b build: resolve compile abort in libxt_limit on RHEL5 by Jan Engelhardt · 12 years ago
  9. 9d69da4 libxt_*limit: avoid division by zero by Jan Engelhardt · 12 years ago
  10. 0f77e2e libxt_limit: use guided option parser by Jan Engelhardt · 13 years ago
  11. 7386635 iptables: do not print trailing whitespaces by Jan Engelhardt · 14 years ago
  12. d09b6d5 extensions: remove no longer necessary default: cases by Jan Engelhardt · 14 years ago
  13. 7ac4052 src: use C99/POSIX types by Jan Engelhardt · 14 years ago
  14. 32b8e61 all: consistent syntax use in struct option by Jan Engelhardt · 14 years ago
  15. bbe8386 iptables/extensions: make bundled options work again by Jan Engelhardt · 15 years ago
  16. bf97128 libxtables: hand argv to xtables_check_inverse by Jan Engelhardt · 15 years ago
  17. 4297936 extensions: use NFPROTO_UNSPEC for .family field by Jan Engelhardt · 15 years ago
  18. 2c69b55 iptables: replace open-coded sizeof by ARRAY_SIZE by Jan Engelhardt · 15 years ago
  19. 69f564e extensions: add const qualifiers in print/save functions by Jan Engelhardt · 15 years ago
  20. 1829ed4 libxtables: prefix exit_error to xtables_error by Jan Engelhardt · 16 years ago
  21. 0f16c72 libxtables: prefix/order - move check_inverse to xtables.c by Jan Engelhardt · 16 years ago
  22. 5f2922c libxtables: prefix/order - strtoui by Jan Engelhardt · 16 years ago
  23. 81bd588 src: update comments part II by Jan Engelhardt · 16 years ago
  24. ddac6c5 src: Update comments by Jan Engelhardt · 16 years ago
  25. a2a7f2b src: use regular includes by Jan Engelhardt · 16 years ago
  26. 8b7c64d Remove old functions, constants by Jan Engelhardt · 16 years ago
  27. 23545c2 Implement AF_UNSPEC as a wildcard for extensions by Jan Engelhardt · 17 years ago
  28. 9ee386a fix gcc warnings by Max Kellermann · 17 years ago
  29. 181dead Unique symbols 1/6 by Jan Engelhardt · 17 years ago
  30. 0e2abed Constify data structures by Jan Engelhardt · 17 years ago
  31. 830132a Delete empty ->final_check() functions by Jan Engelhardt · 17 years ago
  32. 500f483 Fix sparse warnings: non-ANSI function declarations, 0 used as pointer by Patrick McHardy · 17 years ago
  33. ea146a9 Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) by Peter Riley · 17 years ago
  34. 661f112 Make the option structures const. by Jan Engelhardt · 17 years ago
  35. 18992db Remove the .next=NULL field. This is automatically initialized to zero. by Jan Engelhardt · 17 years ago
  36. 4489c0d Unifies libip[6]t_limit.c into libxt_limit.c. by Yasuyuki KOZAKAI · 17 years ago[Renamed (72%) from extensions/libipt_limit.c]
  37. c0a9ab9 Fixes warning on compilation of iptables matches/targets by Yasuyuki KOZAKAI · 17 years ago
  38. 193df8e Replaces ipt_entry_* with xt_entry_* in matches/targets by Yasuyuki KOZAKAI · 17 years ago
  39. 8115e54 Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) by Pablo Neira · 20 years ago
  40. 8caee8b Pablo Neira: extensions conversion to C99 structure initialization by Pablo Neira · 20 years ago
  41. 35160ee limit match does not support invert, warn about it. Closes bugzilla #95 (Phil Oester) by Phil Oester · 20 years ago
  42. 1da399c Fix 64bit kernel / 32bit userspace issue. by Martin Josefsson · 20 years ago
  43. 80fe35d globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming by Harald Welte · 22 years ago
  44. b77f1da Fix 'iptables -p !' bug (segfault when `!' used without argument) by Harald Welte · 23 years ago
  45. 1412e45 more precise limit rate printing/saving by Harald Welte · 23 years ago
  46. 3efb6ea - added patch to support statically linking of iptables by Harald Welte · 23 years ago
  47. 06e6394 Fixed string_to_number() return value check. by Marc Boucher · 23 years ago
  48. b471976 further fixes of string_to_number fixes by Harald Welte · 23 years ago
  49. 73f72f5 Aligning matchsize and targetsize now responsibility of extension writers by Rusty Russell · 24 years ago
  50. 849779c More fixes and testsuite enhancements. by Rusty Russell · 24 years ago
  51. ac761dc Added #include <linux/stddef.h> for offsetof(). by Marc Boucher · 24 years ago
  52. edf14cf Changes to allow matching (for delete) on part of a rule, for rules which by Rusty Russell · 24 years ago
  53. 7e53bf9 Makefile fixes for release. Whitespace cleanups. by Rusty Russell · 25 years ago
  54. e6869a8 reorganized tree after kernel merge by Marc Boucher · 25 years ago