1. 3bfe049 netfilter: nfnetlink_{log,queue}: Register pernet in first place by Francesco Ruggeri · 9 years ago
  2. 960bd2c netfilter: nf_tables: fix bogus warning in nft_data_uninit() by Mirek Kratochvil · 9 years ago
  3. b3cad28 conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transition by Jesper Dangaard Brouer · 9 years ago
  4. 595ca58 netfilter: avoid build error if TPROXY/SOCKET=y && NF_DEFRAG_IPV6=m by Florian Westphal · 9 years ago
  5. f30bf2a ipvs: fix memory leak in ip_vs_ctl.c by Tommi Rantala · 9 years ago
  6. 39376cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  7. 129d23a netfilter; Add some missing default cases to switch statements in nft_reject. by David S. Miller · 9 years ago
  8. 4c4ed07 netfilter: nf_tables: fix wrong length for jump/goto verdicts by Florian Westphal · 9 years ago
  9. bae97d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  10. 789f558 tcp/dccp: get rid of central timewait timer by Eric Dumazet · 9 years ago
  11. 20a1d16 netfilter: Fix format string of nfnetlink_log proc file by Richard Weinberger · 9 years ago
  12. 6b46f7b netfilter: Fix format string of nfnetlink_queue proc file by Richard Weinberger · 9 years ago
  13. cc6bc44 netfilter: Fix portid types by Richard Weinberger · 9 years ago
  14. 97bb43c netfilter: nf_tables: get rid of the expression example code by Pablo Neira Ayuso · 9 years ago
  15. 3e135cd netfilter: nft_dynset: dynamic stateful expression instantiation by Patrick McHardy · 9 years ago
  16. 7c6c6e9 netfilter: nf_tables: add flag to indicate set contains expressions by Patrick McHardy · 9 years ago
  17. 151d799 netfilter: nf_tables: mark stateful expressions by Patrick McHardy · 9 years ago
  18. f25ad2e netfilter: nf_tables: prepare for expressions associated to set elements by Patrick McHardy · 9 years ago
  19. 0b2d8a7 netfilter: nf_tables: add helper functions for expression handling by Patrick McHardy · 9 years ago
  20. 7d74026 netfilter: nf_tables: variable sized set element keys / data by Patrick McHardy · 9 years ago
  21. d0a11fc netfilter: nf_tables: support variable sized data in nft_data_init() by Patrick McHardy · 9 years ago
  22. 49499c3 netfilter: nf_tables: switch registers to 32 bit addressing by Patrick McHardy · 9 years ago
  23. b1c96ed netfilter: nf_tables: add register parsing/dumping helpers by Patrick McHardy · 9 years ago
  24. 8cd8937 netfilter: nf_tables: convert sets to u32 data pointers by Patrick McHardy · 9 years ago
  25. e562d86 netfilter: nf_tables: kill nft_data_cmp() by Patrick McHardy · 9 years ago
  26. fad136e netfilter: nf_tables: convert expressions to u32 register pointers 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. a55e22e netfilter: nf_tables: get rid of NFT_REG_VERDICT usage by Patrick McHardy · 9 years ago
  29. d07db98 netfilter: nf_tables: introduce nft_validate_register_load() by Patrick McHardy · 9 years ago
  30. 27e6d20 netfilter: nf_tables: kill nft_validate_output_register() by Patrick McHardy · 9 years ago
  31. 58f40ab netfilter: nft_lookup: use nft_validate_register_store() to validate types by Patrick McHardy · 9 years ago
  32. 1ec1021 netfilter: nf_tables: rename nft_validate_data_load() by Patrick McHardy · 9 years ago
  33. 45d9bcd netfilter: nf_tables: validate len in nft_validate_data_load() by Patrick McHardy · 9 years ago
  34. ca69d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  35. c1f8667 netfilter: Fix switch statement warnings with recent gcc. by David Miller · 9 years ago
  36. aadd51a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  37. 68e942e netfilter: nf_tables: support optional userdata for set elements by Patrick McHardy · 9 years ago
  38. 22fe54d netfilter: nf_tables: add support for dynamic set updates by Patrick McHardy · 9 years ago
  39. 11113e1 netfilter: nf_tables: support different set binding types by Patrick McHardy · 9 years ago
  40. 3dd0673 netfilter: nf_tables: prepare set element accounting for async updates by Patrick McHardy · 9 years ago
  41. 4a8678e netfilter: nf_tables: fix set selection when timeouts are requested by Patrick McHardy · 9 years ago
  42. a99074a netfilter: physdev: use helpers by Florian Westphal · 9 years ago
  43. c737b7c netfilter: bridge: add helpers for fetching physin/outdev by Florian Westphal · 9 years ago
  44. d64d80a netfilter: x_tables: don't extract flow keys on early demuxed sks in socket match by Daniel Borkmann · 9 years ago
  45. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  46. 1c984f8 netfilter: Add socket pointer to nf_hook_state. by David Miller · 9 years ago
  47. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  48. 1d1de89 netfilter: Use nf_hook_state in nf_queue_entry. by David S. Miller · 9 years ago
  49. cfdfab3 netfilter: Create and use nf_hook_state. by David S. Miller · 9 years ago
  50. c5035c7 netfilter: nft_meta: fix cgroup matching by Pablo Neira Ayuso · 9 years ago
  51. afb7718 netfilter: x_tables: fix cgroup matching on non-full sks by Daniel Borkmann · 9 years ago
  52. 9d09829 netfilter: nft_hash: add support for timeouts by Patrick McHardy · 9 years ago
  53. 6908665 netfilter: nf_tables: add GC synchronization helpers by Patrick McHardy · 9 years ago
  54. cfed7e1 netfilter: nf_tables: add set garbage collection helpers by Patrick McHardy · 9 years ago
  55. c3e1b00 netfilter: nf_tables: add set element timeout support by Patrick McHardy · 9 years ago
  56. 761da29 netfilter: nf_tables: add set timeout API support by Patrick McHardy · 9 years ago
  57. 4ef295e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  58. cc02e45 netfilter: nf_tables: implement set transaction support by Patrick McHardy · 9 years ago
  59. ea4bd99 netfilter: nf_tables: add transaction helper functions by Patrick McHardy · 9 years ago
  60. b2832dd netfilter: nf_tables: return set extensions from ->lookup() by Patrick McHardy · 9 years ago
  61. 61edafb netfilter: nf_tables: consolide set element destruction by Patrick McHardy · 9 years ago
  62. b6a7719 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 9 years ago
  63. fe2811e netfilter: nf_tables: convert hash and rbtree to set extensions by Patrick McHardy · 9 years ago
  64. 3ac4c07 netfilter: nf_tables: add set extensions by Patrick McHardy · 9 years ago
  65. bfd6e32 netfilter: nft_hash: convert to use rhashtable callbacks by Patrick McHardy · 9 years ago
  66. 45d8475 netfilter: nft_hash: indent rhashtable parameters by Patrick McHardy · 9 years ago
  67. 745f545 netfilter: nft_hash: restore struct nft_hash by Patrick McHardy · 9 years ago
  68. 14d14a5 netfilter: nft_meta: use raw_smp_processor_id() by Patrick McHardy · 9 years ago
  69. d957972 netfilter: nf_tables: nft_queue does not depend on x_tables by Patrick McHardy · 9 years ago
  70. fce1528 netfilter: nf_tables: restore nf_log_trace() in nf_tables_core.c by Pablo Neira Ayuso · 9 years ago
  71. a81b2ce netfilter: Use LOGLEVEL_<FOO> defines by Joe Perches · 9 years ago
  72. 5ebb335 netfilter: nf_tables: move struct net pointer to base chain by Patrick McHardy · 9 years ago
  73. 6b6f302 rhashtable: Add rhashtable_free_and_destroy() by Thomas Graf · 9 years ago
  74. b5e2c15 rhashtable: Disable automatic shrinking by default by Thomas Graf · 9 years ago
  75. d5c1d8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  76. 40451fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  77. 55df35d netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval sets by Patrick McHardy · 9 years ago
  78. 16c45ed netfilter: nft_rbtree: fix locking by Patrick McHardy · 9 years ago
  79. 749177c netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set by Pablo Neira Ayuso · 9 years ago
  80. fa37732 netfilter: Convert nft_hash to inlined rhashtable by Herbert Xu · 9 years ago
  81. 3d8c6dc netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check() by Pablo Neira Ayuso · 9 years ago
  82. 4017a7e netfilter: restore rule tracing via nfnetlink_log by Pablo Neira Ayuso · 9 years ago
  83. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 9 years ago
  84. ffdb210 netfilter: nf_tables: consolidate error path of nf_tables_newtable() by Pablo Neira Ayuso · 9 years ago
  85. 1ca9e41 netfilter: Remove uses of seq_<foo> return values by Joe Perches · 9 years ago
  86. a940700 netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support by Eric Dumazet · 9 years ago
  87. 8b58014 netfilter: tproxy: prepare TCP_NEW_SYN_RECV support by Eric Dumazet · 9 years ago
  88. a839923 netfilter: use sk_fullsock() helper by Eric Dumazet · 9 years ago
  89. d6b6cb1 netfilter: nf_tables: allow to change chain policy without hook if it exists by Pablo Neira Ayuso · 9 years ago
  90. e4bb9bc netfilter: bridge: remove BRNF_STATE_BRIDGED flag by Florian Westphal · 9 years ago
  91. d8bdff5 netfilter: Fix potential crash in nft_hash walker by Herbert Xu · 9 years ago
  92. 7814657 netfilter: Zero the tuple in nfnl_cthelper_parse_tuple() by Ian Wilson · 9 years ago
  93. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  94. 5428aef Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  95. 9d73b42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  96. 1cae565 netfilter: nf_tables: limit maximum table name length to 32 bytes by Pablo Neira Ayuso · 9 years ago
  97. f04e599 netfilter: nf_tables: consolidate Kconfig options by Pablo Neira Ayuso · 9 years ago
  98. 354bf5a netfilter: nf_tables: consolidate tracing invocations by Patrick McHardy · 9 years ago
  99. 01ef16c netfilter: nf_tables: minor tracing cleanups by Patrick McHardy · 9 years ago
  100. 59900e0 netfilter: nf_tables: fix error handling of rule replacement by Pablo Neira Ayuso · 9 years ago