1. e6d8eca netfilter: nf_tables: Add new attributes into nft_set to store user data. by Carlos Falgueras García · 9 years ago
  2. 5913bea netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacks by Pablo Neira Ayuso · 9 years ago
  3. 7b8002a netfilter: nfnetlink: pass down netns pointer to call() and call_rcu() by Pablo Neira Ayuso · 9 years ago
  4. f4c756b netfilter: nf_tables: remove check against removal of inactive objects by Pablo Neira Ayuso · 9 years ago
  5. 5ebe0b0 netfilter: nf_tables: destroy basechain and rules on netdevice removal by Pablo Neira Ayuso · 9 years ago
  6. df05ef8 netfilter: nf_tables: release objects on netns destruction by Pablo Neira Ayuso · 9 years ago
  7. 59ce967 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  8. a907e36 netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abort by Xin Long · 9 years ago
  9. 633c9a8 netfilter: nfnetlink: avoid recurrent netns lookups in call_batch by Pablo Neira Ayuso · 9 years ago
  10. 33d5a7b netfilter: nf_tables: extend tracing infrastructure by Florian Westphal · 9 years ago
  11. 2ffbceb netfilter: remove hook owner refcounting by Florian Westphal · 9 years ago
  12. fd2ecda netfilter: nftables: Only run the nftables chains in the proper netns by Eric W. Biederman · 9 years ago
  13. 835b803 netfilter: nf_tables_netdev: unregister hooks on net_device removal by Pablo Neira Ayuso · 9 years ago
  14. d8ee8f7 netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basechain() by Pablo Neira Ayuso · 9 years ago
  15. 2cbce13 netfilter: nf_tables: attach net_device to basechain by Pablo Neira Ayuso · 9 years ago
  16. 583d3f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  17. ebddf1a netfilter: nf_tables: allow to bind table to net_device by Pablo Neira Ayuso · 9 years ago
  18. 960bd2c netfilter: nf_tables: fix bogus warning in nft_data_uninit() by Mirek Kratochvil · 9 years ago
  19. 4c4ed07 netfilter: nf_tables: fix wrong length for jump/goto verdicts by Florian Westphal · 9 years ago
  20. 7c6c6e9 netfilter: nf_tables: add flag to indicate set contains expressions by Patrick McHardy · 9 years ago
  21. f25ad2e netfilter: nf_tables: prepare for expressions associated to set elements by Patrick McHardy · 9 years ago
  22. 0b2d8a7 netfilter: nf_tables: add helper functions for expression handling by Patrick McHardy · 9 years ago
  23. 7d74026 netfilter: nf_tables: variable sized set element keys / data by Patrick McHardy · 9 years ago
  24. d0a11fc netfilter: nf_tables: support variable sized data in nft_data_init() by Patrick McHardy · 9 years ago
  25. 49499c3 netfilter: nf_tables: switch registers to 32 bit addressing by Patrick McHardy · 9 years ago
  26. b1c96ed netfilter: nf_tables: add register parsing/dumping helpers by Patrick McHardy · 9 years ago
  27. 1ca2e17 netfilter: nf_tables: use struct nft_verdict within struct nft_data by Patrick McHardy · 9 years ago
  28. d07db98 netfilter: nf_tables: introduce nft_validate_register_load() by Patrick McHardy · 9 years ago
  29. 27e6d20 netfilter: nf_tables: kill nft_validate_output_register() by Patrick McHardy · 9 years ago
  30. 58f40ab netfilter: nft_lookup: use nft_validate_register_store() to validate types by Patrick McHardy · 9 years ago
  31. 1ec1021 netfilter: nf_tables: rename nft_validate_data_load() by Patrick McHardy · 9 years ago
  32. 45d9bcd netfilter: nf_tables: validate len in nft_validate_data_load() by Patrick McHardy · 9 years ago
  33. 68e942e netfilter: nf_tables: support optional userdata for set elements by Patrick McHardy · 9 years ago
  34. 22fe54d netfilter: nf_tables: add support for dynamic set updates by Patrick McHardy · 9 years ago
  35. 11113e1 netfilter: nf_tables: support different set binding types by Patrick McHardy · 9 years ago
  36. 3dd0673 netfilter: nf_tables: prepare set element accounting for async updates by Patrick McHardy · 9 years ago
  37. 4a8678e netfilter: nf_tables: fix set selection when timeouts are requested by Patrick McHardy · 9 years ago
  38. 6908665 netfilter: nf_tables: add GC synchronization helpers by Patrick McHardy · 9 years ago
  39. cfed7e1 netfilter: nf_tables: add set garbage collection helpers by Patrick McHardy · 9 years ago
  40. c3e1b00 netfilter: nf_tables: add set element timeout support by Patrick McHardy · 9 years ago
  41. 761da29 netfilter: nf_tables: add set timeout API support by Patrick McHardy · 9 years ago
  42. cc02e45 netfilter: nf_tables: implement set transaction support by Patrick McHardy · 9 years ago
  43. ea4bd99 netfilter: nf_tables: add transaction helper functions by Patrick McHardy · 9 years ago
  44. 61edafb netfilter: nf_tables: consolide set element destruction by Patrick McHardy · 9 years ago
  45. fe2811e netfilter: nf_tables: convert hash and rbtree to set extensions by Patrick McHardy · 9 years ago
  46. 3ac4c07 netfilter: nf_tables: add set extensions by Patrick McHardy · 9 years ago
  47. 5ebb335 netfilter: nf_tables: move struct net pointer to base chain by Patrick McHardy · 9 years ago
  48. d5c1d8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  49. 55df35d netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval sets by Patrick McHardy · 9 years ago
  50. ffdb210 netfilter: nf_tables: consolidate error path of nf_tables_newtable() by Pablo Neira Ayuso · 9 years ago
  51. d6b6cb1 netfilter: nf_tables: allow to change chain policy without hook if it exists by Pablo Neira Ayuso · 9 years ago
  52. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  53. 1cae565 netfilter: nf_tables: limit maximum table name length to 32 bytes by Pablo Neira Ayuso · 9 years ago
  54. 59900e0 netfilter: nf_tables: fix error handling of rule replacement by Pablo Neira Ayuso · 9 years ago
  55. 86f1ec3 netfilter: nf_tables: fix userdata length overflow by Patrick McHardy · 9 years ago
  56. 9889840 netfilter: nf_tables: check for overflow of rule dlen field by Patrick McHardy · 9 years ago
  57. 8670c3a netfilter: nf_tables: fix transaction race condition by Patrick McHardy · 9 years ago
  58. 02263db netfilter: nf_tables: fix addition/deletion of elements from commit/abort by Pablo Neira Ayuso · 9 years ago
  59. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  60. f5553c1 netfilter: nf_tables: fix leaks in error path of nf_tables_newchain() by Pablo Neira Ayuso · 10 years ago
  61. e8781f7 netfilter: nf_tables: disable preemption when restoring chain counters by Pablo Neira Ayuso · 10 years ago
  62. 75e8d06 netfilter: nf_tables: validate hooks in NAT expressions by Pablo Neira Ayuso · 10 years ago
  63. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  64. a2f18db netfilter: nf_tables: fix flush ruleset chain dependencies by Pablo Neira Ayuso · 10 years ago
  65. 958d03b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  66. 982f405 netfilter: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  67. b326dd3 netfilter: nf_tables: restore synchronous object release from commit/abort by Pablo Neira Ayuso · 10 years ago
  68. 01cfa0a netfilter: fix spelling errors by stephen hemminger · 10 years ago
  69. c123bb7 netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats allocation by Sabrina Dubroca · 10 years ago
  70. 7210e4e netfilter: nf_tables: restrict nat/masq expressions to nat chain type by Pablo Neira Ayuso · 10 years ago
  71. 1b1bc49 netfilter: nf_tables: wait for call_rcu completion on module removal by Pablo Neira Ayuso · 10 years ago
  72. 9363dc4 netfilter: nf_tables: store and dump set policy by Arturo Borrero · 10 years ago
  73. 84d7fce netfilter: nf_tables: export rule-set generation ID by Pablo Neira Ayuso · 10 years ago
  74. b9ac12e netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the ruleset by Arturo Borrero · 10 years ago
  75. ee01d54 netfilter: nf_tables: add helpers to schedule objects deletion by Arturo Borrero · 10 years ago
  76. ce24b72 netfilter: nf_tables: rename nf_table_delrule_by_chain() by Arturo Borrero · 10 years ago
  77. c559879 netfilter: nf_tables: add helper to unregister chain hooks by Arturo Borrero · 10 years ago
  78. 5e266fe netfilter: nf_tables: refactor rule deletion helper by Arturo Borrero · 10 years ago
  79. 609ccf0 netfilter: nf_tables: fix error return code by Julia Lawall · 10 years ago
  80. b88825d netfilter: nf_tables: don't update chain with unset counters by Pablo Neira Ayuso · 10 years ago
  81. a3716e7 netfilter: nf_tables: uninitialize element key/data from the commit path by Pablo Neira Ayuso · 10 years ago
  82. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  83. 0dc1362 netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same key by Thomas Graf · 10 years ago
  84. 7d5570c netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attribute by Pablo Neira Ayuso · 10 years ago
  85. 5b96af7 netfilter: nf_tables: simplify set dump through netlink by Pablo Neira Ayuso · 10 years ago
  86. ce355e2 netfilter: nf_tables: 64bit stats need some extra synchronization by Eric Dumazet · 10 years ago
  87. 38e029f netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stale by Pablo Neira Ayuso · 10 years ago
  88. e688a7f netfilter: nf_tables: safe RCU iteration on list when dumping by Pablo Neira Ayuso · 10 years ago
  89. 63283dd netfilter: nf_tables: skip transaction if no update flags in tables by Pablo Neira Ayuso · 10 years ago
  90. 6403d96 netfilter: nf_tables: indicate family when dumping set elements by Pablo Neira Ayuso · 10 years ago
  91. ac904ac netfilter: nf_tables: fix wrong type in transaction when replacing rules by Pablo Neira Ayuso · 10 years ago
  92. ac34b86 netfilter: nf_tables: decrement chain use counter when replacing rules by Pablo Neira Ayuso · 10 years ago
  93. a0a7379 netfilter: nf_tables: use u32 for chain use counter by Pablo Neira Ayuso · 10 years ago
  94. 5bc5c30 netfilter: nf_tables: use RCU-safe list insertion when replacing rules by Pablo Neira Ayuso · 10 years ago
  95. 31f8441 netfilter: nf_tables: atomic allocation in set notifications from rcu callback by Pablo Neira Ayuso · 10 years ago
  96. 4fefee5 netfilter: nf_tables: allow to delete several objects from a batch by Pablo Neira Ayuso · 10 years ago
  97. a1cee07 netfilter: nf_tables: release objects in reverse order in the abort path by Pablo Neira Ayuso · 10 years ago
  98. 46bbafc netfilter: nf_tables: fix wrong transaction ordering in set elements by Pablo Neira Ayuso · 10 years ago
  99. 8af750d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 10 years ago
  100. c7c32e7 netfilter: nf_tables: defer all object release via rcu by Pablo Neira Ayuso · 10 years ago