1. 42a5576 netfilter: nf_tables: get rid of possible_net_t from set and basechain by Pablo Neira Ayuso · 8 years ago
  2. ae3e456 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  3. 82bec71 netfilter: nf_tables: get rid of NFT_BASECHAIN_DISABLED by Pablo Neira Ayuso · 8 years ago
  4. 37a9cc5 netfilter: nf_tables: add generation mask to sets by Pablo Neira Ayuso · 8 years ago
  5. 664b0f8 netfilter: nf_tables: add generation mask to chains by Pablo Neira Ayuso · 8 years ago
  6. f2a6d76 netfilter: nf_tables: add generation mask to tables by Pablo Neira Ayuso · 8 years ago
  7. 889f7ee netfilter: nf_tables: add generic macros to check for generation mask by Pablo Neira Ayuso · 8 years ago
  8. 8588ac0 netfilter: nf_tables: reject loops from set element jump to chain by Pablo Neira Ayuso · 8 years ago
  9. cb39ad8 netfilter: nf_tables: allow set names up to 32 bytes by Pablo Neira Ayuso · 8 years ago
  10. e6d8eca netfilter: nf_tables: Add new attributes into nft_set to store user data. by Carlos Falgueras García · 8 years ago
  11. 5ebe0b0 netfilter: nf_tables: destroy basechain and rules on netdevice removal by Pablo Neira Ayuso · 9 years ago
  12. df05ef8 netfilter: nf_tables: release objects on netns destruction by Pablo Neira Ayuso · 9 years ago
  13. 33d5a7b netfilter: nf_tables: extend tracing infrastructure by Florian Westphal · 9 years ago
  14. a9ecfbe netfilter: nf_tables: remove unused struct members by Florian Westphal · 9 years ago
  15. 086f332 netfilter: nf_tables: add clone interface to expression operations by Pablo Neira Ayuso · 9 years ago
  16. 06198b3 netfilter: Pass priv instead of nf_hook_ops to netfilter hooks by Eric W. Biederman · 9 years ago
  17. 46448d0 netfilter: nf_tables: Pass struct net in nft_pktinfo by Eric W. Biederman · 9 years ago
  18. 156c196 netfilter: x_tables: Pass struct net in xt_action_param by Eric W. Biederman · 9 years ago
  19. 6aa187f netfilter: nf_tables: kill nft_pktinfo.ops by Eric W. Biederman · 9 years ago
  20. bf79865 netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg() by Pablo Neira Ayuso · 9 years ago
  21. 835b803 netfilter: nf_tables_netdev: unregister hooks on net_device removal by Pablo Neira Ayuso · 9 years ago
  22. 2cbce13 netfilter: nf_tables: attach net_device to basechain by Pablo Neira Ayuso · 9 years ago
  23. ebddf1a netfilter: nf_tables: allow to bind table to net_device by Pablo Neira Ayuso · 9 years ago
  24. 151d799 netfilter: nf_tables: mark stateful expressions by Patrick McHardy · 9 years ago
  25. f25ad2e netfilter: nf_tables: prepare for expressions associated to set elements by Patrick McHardy · 9 years ago
  26. 0b2d8a7 netfilter: nf_tables: add helper functions for expression handling by Patrick McHardy · 9 years ago
  27. 7d74026 netfilter: nf_tables: variable sized set element keys / data by Patrick McHardy · 9 years ago
  28. d0a11fc netfilter: nf_tables: support variable sized data in nft_data_init() by Patrick McHardy · 9 years ago
  29. 49499c3 netfilter: nf_tables: switch registers to 32 bit addressing by Patrick McHardy · 9 years ago
  30. b1c96ed netfilter: nf_tables: add register parsing/dumping helpers by Patrick McHardy · 9 years ago
  31. 8cd8937 netfilter: nf_tables: convert sets to u32 data pointers by Patrick McHardy · 9 years ago
  32. e562d86 netfilter: nf_tables: kill nft_data_cmp() by Patrick McHardy · 9 years ago
  33. 1ca2e17 netfilter: nf_tables: use struct nft_verdict within struct nft_data by Patrick McHardy · 9 years ago
  34. a55e22e netfilter: nf_tables: get rid of NFT_REG_VERDICT usage by Patrick McHardy · 9 years ago
  35. d07db98 netfilter: nf_tables: introduce nft_validate_register_load() by Patrick McHardy · 9 years ago
  36. 27e6d20 netfilter: nf_tables: kill nft_validate_output_register() by Patrick McHardy · 9 years ago
  37. 1ec1021 netfilter: nf_tables: rename nft_validate_data_load() by Patrick McHardy · 9 years ago
  38. 45d9bcd netfilter: nf_tables: validate len in nft_validate_data_load() by Patrick McHardy · 9 years ago
  39. aadd51a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  40. 68e942e netfilter: nf_tables: support optional userdata for set elements by Patrick McHardy · 9 years ago
  41. 22fe54d netfilter: nf_tables: add support for dynamic set updates by Patrick McHardy · 9 years ago
  42. 11113e1 netfilter: nf_tables: support different set binding types by Patrick McHardy · 9 years ago
  43. 3dd0673 netfilter: nf_tables: prepare set element accounting for async updates by Patrick McHardy · 9 years ago
  44. 073bfd5 netfilter: Pass nf_hook_state through nft_set_pktinfo*(). by David S. Miller · 9 years ago
  45. 9d09829 netfilter: nft_hash: add support for timeouts by Patrick McHardy · 9 years ago
  46. 6908665 netfilter: nf_tables: add GC synchronization helpers by Patrick McHardy · 9 years ago
  47. cfed7e1 netfilter: nf_tables: add set garbage collection helpers by Patrick McHardy · 9 years ago
  48. c3e1b00 netfilter: nf_tables: add set element timeout support by Patrick McHardy · 9 years ago
  49. 761da29 netfilter: nf_tables: add set timeout API support by Patrick McHardy · 9 years ago
  50. cc02e45 netfilter: nf_tables: implement set transaction support by Patrick McHardy · 9 years ago
  51. ea4bd99 netfilter: nf_tables: add transaction helper functions by Patrick McHardy · 9 years ago
  52. b2832dd netfilter: nf_tables: return set extensions from ->lookup() by Patrick McHardy · 9 years ago
  53. 61edafb netfilter: nf_tables: consolide set element destruction by Patrick McHardy · 9 years ago
  54. fe2811e netfilter: nf_tables: convert hash and rbtree to set extensions by Patrick McHardy · 9 years ago
  55. 3ac4c07 netfilter: nf_tables: add set extensions by Patrick McHardy · 9 years ago
  56. 5ebb335 netfilter: nf_tables: move struct net pointer to base chain by Patrick McHardy · 9 years ago
  57. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  58. 1cae565 netfilter: nf_tables: limit maximum table name length to 32 bytes by Pablo Neira Ayuso · 9 years ago
  59. 1a1e1a1 netfilter: nf_tables: cleanup nf_tables.h by Patrick McHardy · 9 years ago
  60. 86f1ec3 netfilter: nf_tables: fix userdata length overflow by Patrick McHardy · 9 years ago
  61. 75e8d06 netfilter: nf_tables: validate hooks in NAT expressions by Pablo Neira Ayuso · 9 years ago
  62. b326dd3 netfilter: nf_tables: restore synchronous object release from commit/abort by Pablo Neira Ayuso · 10 years ago
  63. 7210e4e netfilter: nf_tables: restrict nat/masq expressions to nat chain type by Pablo Neira Ayuso · 10 years ago
  64. 9363dc4 netfilter: nf_tables: store and dump set policy by Arturo Borrero · 10 years ago
  65. ce355e2 netfilter: nf_tables: 64bit stats need some extra synchronization by Eric Dumazet · 10 years ago
  66. a0a7379 netfilter: nf_tables: use u32 for chain use counter by Pablo Neira Ayuso · 10 years ago
  67. c7c32e7 netfilter: nf_tables: defer all object release via rcu by Pablo Neira Ayuso · 10 years ago
  68. 128ad33 netfilter: nf_tables: remove skb and nlh from context structure by Pablo Neira Ayuso · 10 years ago
  69. 60319eb netfilter: nf_tables: use new transaction infrastructure to handle elements by Pablo Neira Ayuso · 10 years ago
  70. 55dd6f9 netfilter: nf_tables: use new transaction infrastructure to handle table by Pablo Neira Ayuso · 10 years ago
  71. 91c7b38 netfilter: nf_tables: use new transaction infrastructure to handle chain by Pablo Neira Ayuso · 10 years ago
  72. 958bee1 netfilter: nf_tables: use new transaction infrastructure to handle sets by Pablo Neira Ayuso · 10 years ago
  73. b380e5c netfilter: nf_tables: add message type to transactions by Pablo Neira Ayuso · 10 years ago
  74. 1081d11 netfilter: nf_tables: generalise transaction infrastructure by Pablo Neira Ayuso · 10 years ago
  75. 7c95f6d netfilter: nf_tables: deconstify table and chain in context structure by Pablo Neira Ayuso · 10 years ago
  76. c50b960 netfilter: nf_tables: implement proper set selection by Patrick McHardy · 10 years ago
  77. 62472bc netfilter: nf_tables: restore context for expression destructors by Patrick McHardy · 10 years ago
  78. 0768b3b netfilter: nf_tables: add optional user data area to rules by Pablo Neira Ayuso · 10 years ago
  79. 67a8fc2 netfilter: nf_tables: add nft_dereference() macro by Patrick McHardy · 10 years ago
  80. 0165d93 netfilter: nf_tables: fix racy rule deletion by Pablo Neira Ayuso · 10 years ago
  81. 64d4680 netfilter: nf_tables: add AF specific expression support by Patrick McHardy · 10 years ago
  82. 3876d22 netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() by Patrick McHardy · 10 years ago
  83. fa2c1de netfilter: nf_tables: minor nf_chain_type cleanups by Patrick McHardy · 10 years ago
  84. 2a37d75 netfilter: nf_tables: constify chain type definitions and pointers by Patrick McHardy · 10 years ago
  85. baae3e6 netfilter: nf_tables: fix chain type module reference handling by Patrick McHardy · 10 years ago
  86. 4566bf2 netfilter: nft_meta: add l4proto support by Patrick McHardy · 10 years ago
  87. 115a60b netfilter: nf_tables: add support for multi family tables by Patrick McHardy · 10 years ago
  88. c948487 netfilter: nf_tables: add hook ops to struct nft_pktinfo by Patrick McHardy · 10 years ago
  89. 5eccdfa nf_tables*.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  90. b5bc89b netfilter: nf_tables: add trace support by Pablo Neira Ayuso · 11 years ago
  91. 0628b12 netfilter: nfnetlink: add batch support and use it from nf_tables by Pablo Neira Ayuso · 11 years ago
  92. 99633ab netfilter: nf_tables: complete net namespace support by Pablo Neira Ayuso · 11 years ago
  93. 0ca743a netfilter: nf_tables: add compatibility layer for x_tables by Pablo Neira Ayuso · 11 years ago
  94. 9370761 netfilter: nf_tables: convert built-in tables/chains to chain types by Pablo Neira Ayuso · 11 years ago
  95. ef1f7df netfilter: nf_tables: expression ops overloading by Patrick McHardy · 11 years ago
  96. 20a6934 netfilter: nf_tables: add netlink set API by Patrick McHardy · 11 years ago
  97. 9651851 netfilter: add nftables by Patrick McHardy · 11 years ago