1. e562d86 netfilter: nf_tables: kill nft_data_cmp() by Patrick McHardy · 9 years ago
  2. fad136e netfilter: nf_tables: convert expressions to u32 register pointers by Patrick McHardy · 9 years ago
  3. 1ca2e17 netfilter: nf_tables: use struct nft_verdict within struct nft_data by Patrick McHardy · 9 years ago
  4. a55e22e netfilter: nf_tables: get rid of NFT_REG_VERDICT usage by Patrick McHardy · 9 years ago
  5. d07db98 netfilter: nf_tables: introduce nft_validate_register_load() by Patrick McHardy · 9 years ago
  6. 27e6d20 netfilter: nf_tables: kill nft_validate_output_register() by Patrick McHardy · 9 years ago
  7. 58f40ab netfilter: nft_lookup: use nft_validate_register_store() to validate types by Patrick McHardy · 9 years ago
  8. 1ec1021 netfilter: nf_tables: rename nft_validate_data_load() by Patrick McHardy · 9 years ago
  9. 45d9bcd netfilter: nf_tables: validate len in nft_validate_data_load() by Patrick McHardy · 9 years ago
  10. ca69d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  11. c1f8667 netfilter: Fix switch statement warnings with recent gcc. by David Miller · 9 years ago
  12. aadd51a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  13. 68e942e netfilter: nf_tables: support optional userdata for set elements by Patrick McHardy · 9 years ago
  14. 22fe54d netfilter: nf_tables: add support for dynamic set updates by Patrick McHardy · 9 years ago
  15. 11113e1 netfilter: nf_tables: support different set binding types by Patrick McHardy · 9 years ago
  16. 3dd0673 netfilter: nf_tables: prepare set element accounting for async updates by Patrick McHardy · 9 years ago
  17. 4a8678e netfilter: nf_tables: fix set selection when timeouts are requested by Patrick McHardy · 9 years ago
  18. a99074a netfilter: physdev: use helpers by Florian Westphal · 9 years ago
  19. c737b7c netfilter: bridge: add helpers for fetching physin/outdev by Florian Westphal · 9 years ago
  20. d64d80a netfilter: x_tables: don't extract flow keys on early demuxed sks in socket match by Daniel Borkmann · 9 years ago
  21. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  22. 1c984f8 netfilter: Add socket pointer to nf_hook_state. by David Miller · 9 years ago
  23. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  24. 1d1de89 netfilter: Use nf_hook_state in nf_queue_entry. by David S. Miller · 9 years ago
  25. cfdfab3 netfilter: Create and use nf_hook_state. by David S. Miller · 9 years ago
  26. c5035c7 netfilter: nft_meta: fix cgroup matching by Pablo Neira Ayuso · 9 years ago
  27. afb7718 netfilter: x_tables: fix cgroup matching on non-full sks by Daniel Borkmann · 9 years ago
  28. 9d09829 netfilter: nft_hash: add support for timeouts by Patrick McHardy · 9 years ago
  29. 6908665 netfilter: nf_tables: add GC synchronization helpers by Patrick McHardy · 9 years ago
  30. cfed7e1 netfilter: nf_tables: add set garbage collection helpers by Patrick McHardy · 9 years ago
  31. c3e1b00 netfilter: nf_tables: add set element timeout support by Patrick McHardy · 9 years ago
  32. 761da29 netfilter: nf_tables: add set timeout API support by Patrick McHardy · 9 years ago
  33. 4ef295e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  34. cc02e45 netfilter: nf_tables: implement set transaction support by Patrick McHardy · 9 years ago
  35. ea4bd99 netfilter: nf_tables: add transaction helper functions by Patrick McHardy · 9 years ago
  36. b2832dd netfilter: nf_tables: return set extensions from ->lookup() by Patrick McHardy · 9 years ago
  37. 61edafb netfilter: nf_tables: consolide set element destruction by Patrick McHardy · 9 years ago
  38. b6a7719 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 9 years ago
  39. fe2811e netfilter: nf_tables: convert hash and rbtree to set extensions by Patrick McHardy · 9 years ago
  40. 3ac4c07 netfilter: nf_tables: add set extensions by Patrick McHardy · 9 years ago
  41. bfd6e32 netfilter: nft_hash: convert to use rhashtable callbacks by Patrick McHardy · 9 years ago
  42. 45d8475 netfilter: nft_hash: indent rhashtable parameters by Patrick McHardy · 9 years ago
  43. 745f545 netfilter: nft_hash: restore struct nft_hash by Patrick McHardy · 9 years ago
  44. 14d14a5 netfilter: nft_meta: use raw_smp_processor_id() by Patrick McHardy · 9 years ago
  45. d957972 netfilter: nf_tables: nft_queue does not depend on x_tables by Patrick McHardy · 9 years ago
  46. fce1528 netfilter: nf_tables: restore nf_log_trace() in nf_tables_core.c by Pablo Neira Ayuso · 9 years ago
  47. a81b2ce netfilter: Use LOGLEVEL_<FOO> defines by Joe Perches · 9 years ago
  48. 5ebb335 netfilter: nf_tables: move struct net pointer to base chain by Patrick McHardy · 9 years ago
  49. 6b6f302 rhashtable: Add rhashtable_free_and_destroy() by Thomas Graf · 9 years ago
  50. b5e2c15 rhashtable: Disable automatic shrinking by default by Thomas Graf · 9 years ago
  51. d5c1d8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  52. 40451fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  53. 55df35d netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval sets by Patrick McHardy · 9 years ago
  54. 16c45ed netfilter: nft_rbtree: fix locking by Patrick McHardy · 9 years ago
  55. 749177c netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set by Pablo Neira Ayuso · 9 years ago
  56. fa37732 netfilter: Convert nft_hash to inlined rhashtable by Herbert Xu · 9 years ago
  57. 3d8c6dc netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check() by Pablo Neira Ayuso · 9 years ago
  58. 4017a7e netfilter: restore rule tracing via nfnetlink_log by Pablo Neira Ayuso · 9 years ago
  59. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 9 years ago
  60. ffdb210 netfilter: nf_tables: consolidate error path of nf_tables_newtable() by Pablo Neira Ayuso · 9 years ago
  61. 1ca9e41 netfilter: Remove uses of seq_<foo> return values by Joe Perches · 9 years ago
  62. a940700 netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support by Eric Dumazet · 9 years ago
  63. 8b58014 netfilter: tproxy: prepare TCP_NEW_SYN_RECV support by Eric Dumazet · 9 years ago
  64. a839923 netfilter: use sk_fullsock() helper by Eric Dumazet · 9 years ago
  65. d6b6cb1 netfilter: nf_tables: allow to change chain policy without hook if it exists by Pablo Neira Ayuso · 9 years ago
  66. e4bb9bc netfilter: bridge: remove BRNF_STATE_BRIDGED flag by Florian Westphal · 9 years ago
  67. d8bdff5 netfilter: Fix potential crash in nft_hash walker by Herbert Xu · 9 years ago
  68. 7814657 netfilter: Zero the tuple in nfnl_cthelper_parse_tuple() by Ian Wilson · 9 years ago
  69. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  70. 5428aef Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  71. 9d73b42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  72. 1cae565 netfilter: nf_tables: limit maximum table name length to 32 bytes by Pablo Neira Ayuso · 9 years ago
  73. f04e599 netfilter: nf_tables: consolidate Kconfig options by Pablo Neira Ayuso · 9 years ago
  74. 354bf5a netfilter: nf_tables: consolidate tracing invocations by Patrick McHardy · 9 years ago
  75. 01ef16c netfilter: nf_tables: minor tracing cleanups by Patrick McHardy · 9 years ago
  76. 59900e0 netfilter: nf_tables: fix error handling of rule replacement by Pablo Neira Ayuso · 9 years ago
  77. 86f1ec3 netfilter: nf_tables: fix userdata length overflow by Patrick McHardy · 9 years ago
  78. 9889840 netfilter: nf_tables: check for overflow of rule dlen field by Patrick McHardy · 9 years ago
  79. 8670c3a netfilter: nf_tables: fix transaction race condition by Patrick McHardy · 9 years ago
  80. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  81. ee586bb netfilter: reject: don't send icmp error if csum is invalid by Florian Westphal · 9 years ago
  82. 77f0379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  83. 5f15893 netfilter: nft_compat: add support for arptables extensions by Arturo Borrero · 9 years ago
  84. 4c4b52d rhashtable: remove indirection for grow/shrink decision functions by Daniel Borkmann · 9 years ago
  85. d752c36 ipvs: allow rescheduling of new connections when port reuse is detected by Marcelo Ricardo Leitner · 9 years ago
  86. 8f711a6 Merge https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs by Pablo Neira Ayuso · 9 years ago
  87. 528c943 ipvs: add missing ip_vs_pe_put in sync code by Julian Anastasov · 9 years ago
  88. 059a244 net: Remove state argument from skb_find_text() by Bojan Prtvar · 9 years ago
  89. 02263db netfilter: nf_tables: fix addition/deletion of elements from commit/abort by Pablo Neira Ayuso · 9 years ago
  90. 2156d32 netfilter: nft_compat: don't truncate ethernet protocol type to u8 by Arturo Borrero · 9 years ago
  91. ee92259 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  92. 78296c9 netfilter: xt_socket: fix a stack corruption bug by Eric Dumazet · 9 years ago
  93. cef9ed8 netfilter: xt_recent: don't reject rule if new hitcount exceeds table max by Florian Westphal · 9 years ago
  94. 520aa74 netfilter: nft_compat: fix module refcount underflow by Pablo Neira Ayuso · 9 years ago
  95. 4a3046d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  96. 7f73b9f netfilter: ipset: fix boolreturn.cocci warnings by Wu Fengguang · 9 years ago
  97. 5cca4ac netfilter: Don't hide NETFILTER_XT_MATCH_ADDRTYPE behind NETFILTER_ADVANCED by Anton Blanchard · 10 years ago
  98. cd67cd5 ipvs: use 64-bit rates in stats by Julian Anastasov · 10 years ago
  99. dd3733b ipvs: fix inability to remove a mixed-family RS by Alexey Andriyanov · 10 years ago
  100. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago