1. a01aa92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  2. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  3. 79e09ef netfilter: nft_hash: do not dump the auto generated seed by Liping Zhang · 7 years ago
  4. d4ef383 netfilter: Remove exceptional & on function name by Arushi Singhal · 7 years ago
  5. 3206cad netfilter: nft_hash: support of symmetric hash by Laura Garcia Liebana · 8 years ago
  6. 511040e netfilter: nft_hash: rename nft_hash to nft_jhash by Laura Garcia Liebana · 8 years ago
  7. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  8. abd66e9 netfilter: nft_hash: validate maximum value of u32 netlink hash attribute by Laura Garcia Liebana · 8 years ago
  9. f86dab3 netfilter: nft_hash: get random bytes if seed is not specified by Pablo Neira Ayuso · 8 years ago
  10. 5751e17 netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policy by Liping Zhang · 8 years ago
  11. 14e2dee netfilter: nft_hash: fix hash overflow validation by Laura Garcia Liebana · 8 years ago
  12. 70ca767 netfilter: nft_hash: Add hash offset value by Laura Garcia Liebana · 8 years ago
  13. 7073b16 netfilter: nf_tables: Use nla_put_be32() to dump immediate parameters by Pablo Neira Ayuso · 8 years ago
  14. a5e5733 netfilter: nft_hash: fix non static symbol warning by Wei Yongjun · 8 years ago
  15. cb1b69b netfilter: nf_tables: add hash expression by Laura Garcia Liebana · 8 years ago
  16. 0ed6389 netfilter: nf_tables: rename set implementations by Pablo Neira Ayuso · 8 years ago
  17. 42a5576 netfilter: nf_tables: get rid of possible_net_t from set and basechain by Pablo Neira Ayuso · 8 years ago
  18. ae3e456 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  19. 8eee54b netfilter: nft_hash: support deletion of inactive elements by Pablo Neira Ayuso · 8 years ago
  20. 8588ac0 netfilter: nf_tables: reject loops from set element jump to chain by Pablo Neira Ayuso · 8 years ago
  21. 8f6fd83 rhashtable: accept GFP flags in rhashtable_walk_init by Bob Copeland · 9 years ago
  22. 7d74026 netfilter: nf_tables: variable sized set element keys / data by Patrick McHardy · 9 years ago
  23. 8cd8937 netfilter: nf_tables: convert sets to u32 data pointers by Patrick McHardy · 9 years ago
  24. e562d86 netfilter: nf_tables: kill nft_data_cmp() by Patrick McHardy · 9 years ago
  25. a55e22e netfilter: nf_tables: get rid of NFT_REG_VERDICT usage by Patrick McHardy · 9 years ago
  26. 22fe54d netfilter: nf_tables: add support for dynamic set updates by Patrick McHardy · 9 years ago
  27. 3dd0673 netfilter: nf_tables: prepare set element accounting for async updates by Patrick McHardy · 9 years ago
  28. 9d09829 netfilter: nft_hash: add support for timeouts by Patrick McHardy · 9 years ago
  29. cc02e45 netfilter: nf_tables: implement set transaction support by Patrick McHardy · 9 years ago
  30. b2832dd netfilter: nf_tables: return set extensions from ->lookup() by Patrick McHardy · 9 years ago
  31. 61edafb netfilter: nf_tables: consolide set element destruction by Patrick McHardy · 9 years ago
  32. fe2811e netfilter: nf_tables: convert hash and rbtree to set extensions by Patrick McHardy · 9 years ago
  33. bfd6e32 netfilter: nft_hash: convert to use rhashtable callbacks by Patrick McHardy · 9 years ago
  34. 45d8475 netfilter: nft_hash: indent rhashtable parameters by Patrick McHardy · 9 years ago
  35. 745f545 netfilter: nft_hash: restore struct nft_hash by Patrick McHardy · 9 years ago
  36. 6b6f302 rhashtable: Add rhashtable_free_and_destroy() by Thomas Graf · 9 years ago
  37. b5e2c15 rhashtable: Disable automatic shrinking by default by Thomas Graf · 9 years ago
  38. d5c1d8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  39. fa37732 netfilter: Convert nft_hash to inlined rhashtable by Herbert Xu · 10 years ago
  40. d8bdff5 netfilter: Fix potential crash in nft_hash walker by Herbert Xu · 10 years ago
  41. 4c4b52d rhashtable: remove indirection for grow/shrink decision functions by Daniel Borkmann · 10 years ago
  42. 9a77662 netfilter: Use rhashtable walk iterator by Herbert Xu · 10 years ago
  43. 97defe1 rhashtable: Per bucket locks & deferred expansion/shrinking by Thomas Graf · 10 years ago
  44. 897362e nft_hash: Remove rhashtable_remove_pprev() by Thomas Graf · 10 years ago
  45. 88d6ed1 rhashtable: Convert bucket iterators to take table and index by Thomas Graf · 10 years ago
  46. 8d24c0b rhashtable: Do hashing inside of rhashtable_lookup_compare() by Thomas Graf · 10 years ago
  47. 6eba822 rhashtable: Drop gfp_flags arg in insert/remove functions by Thomas Graf · 10 years ago
  48. 7b4ce23 rhashtable: Add parent argument to mutex_is_held by Herbert Xu · 10 years ago
  49. 1f501d62 netfilter: Move mutex_is_held under PROVE_LOCKING by Herbert Xu · 10 years ago
  50. 39f3901 netfilter: nft_hash: no need for rcu in the hash set destroy path by Pablo Neira Ayuso · 10 years ago
  51. cfe4a9d nftables: Convert nft_hash to use generic rhashtable by Thomas Graf · 10 years ago
  52. 4cb2897 net: use the new API kvfree() by WANG Cong · 10 years ago
  53. 2c96c25 netfilter: nft_hash: use set global element counter instead of private one by Patrick McHardy · 10 years ago
  54. c50b960 netfilter: nf_tables: implement proper set selection by Patrick McHardy · 10 years ago
  55. 3ab428a netfilter: Add missing vmalloc.h include to nft_hash.c by David S. Miller · 11 years ago
  56. ce6eb0d netfilter: nft_hash: bug fixes and resizing by Patrick McHardy · 11 years ago
  57. 20a6934 netfilter: nf_tables: add netlink set API by Patrick McHardy · 11 years ago
  58. 9651851 netfilter: add nftables by Patrick McHardy · 11 years ago