1. 2f06550 netfilter: remove unused comefrom hookmask argument by Florian Westphal · 9 years ago
  2. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  3. 1086bbe netfilter: ensure number of counters is >0 in do_replace() by Dave Jones · 9 years ago
  4. 0bc4c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  5. ba6d056 netfilter: synproxy: fix sparse errors by Eric Dumazet · 9 years ago
  6. 55917a2 netfilter: x_tables: add context to know if extension runs from nft_compat by Pablo Neira Ayuso · 9 years ago
  7. 49499c3 netfilter: nf_tables: switch registers to 32 bit addressing by Patrick McHardy · 9 years ago
  8. a55e22e netfilter: nf_tables: get rid of NFT_REG_VERDICT usage by Patrick McHardy · 9 years ago
  9. ca69d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  10. c1f8667 netfilter: Fix switch statement warnings with recent gcc. by David Miller · 9 years ago
  11. aadd51a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  12. c737b7c netfilter: bridge: add helpers for fetching physin/outdev by Florian Westphal · 9 years ago
  13. b85c3dc netfilter: Pass nf_hook_state through arpt_do_table(). by David S. Miller · 9 years ago
  14. 073bfd5 netfilter: Pass nf_hook_state through nft_set_pktinfo*(). by David S. Miller · 9 years ago
  15. 1c491ba netfilter: Pass nf_hook_state through ipt_do_table(). by David S. Miller · 9 years ago
  16. d7cf408 netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}(). by David S. Miller · 9 years ago
  17. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  18. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 9 years ago
  19. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  20. a81b2ce netfilter: Use LOGLEVEL_<FOO> defines by Joe Perches · 9 years ago
  21. d5c1d8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  22. 4017a7e netfilter: restore rule tracing via nfnetlink_log by Pablo Neira Ayuso · 9 years ago
  23. 1ca9e41 netfilter: Remove uses of seq_<foo> return values by Joe Perches · 9 years ago
  24. a03a8db netfilter: fix sparse warnings in reject handling by Florian Westphal · 9 years ago
  25. f04e599 netfilter: nf_tables: consolidate Kconfig options by Pablo Neira Ayuso · 9 years ago
  26. 43270b1 netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_cluster by Pablo Neira Ayuso · 9 years ago
  27. ee586bb netfilter: reject: don't send icmp error if csum is invalid by Florian Westphal · 9 years ago
  28. 7b5bca4 netfilter: nf_tables: fix port natting in little endian archs by leroy christophe · 10 years ago
  29. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  30. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  31. b59eaf9 netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module by Pablo Neira Ayuso · 10 years ago
  32. 958d03b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  33. 5676864 netfilter: fix various sparse warnings by Florian Westphal · 10 years ago
  34. 6b96686 netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_eval by Daniel Borkmann · 10 years ago
  35. e71456a netfilter: Remove checks of seq_printf() return values by Steven Rostedt (Red Hat) · 10 years ago
  36. 824f1fb netfilter: Convert print_tuple functions to return void by Joe Perches · 10 years ago
  37. 37246a5 netfilter: Remove return values for print_conntrack callbacks by Steven Rostedt (Red Hat) · 10 years ago
  38. 052b949 netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functions by Pablo Neira Ayuso · 10 years ago
  39. 8ac2bde netfilter: log: protect nf_log_register against double registering by Marcelo Leitner · 10 years ago
  40. e9105f1 netfilter: nf_tables: add new expression nft_redir by Arturo Borrero · 10 years ago
  41. 8b13edd netfilter: refactor NAT redirect IPv4 to use it from nf_tables by Arturo Borrero · 10 years ago
  42. 7210e4e netfilter: nf_tables: restrict nat/masq expressions to nat chain type by Pablo Neira Ayuso · 10 years ago
  43. ab2d725 netfilter: missing module license in the nf_reject_ipvX modules by Pablo Neira Ayuso · 10 years ago
  44. 8da4cc1 netfilter: nft_masq: register/unregister notifiers on module init/exit by Arturo Borrero · 10 years ago
  45. 1109a90 netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) by Pablo Neira Ayuso · 10 years ago
  46. c8d7b98 netfilter: move nf_send_resetX() code to nf_reject_ipvX modules by Pablo Neira Ayuso · 10 years ago
  47. 51b0a5d netfilter: nft_reject: introduce icmp code abstraction for inet and bridge by Pablo Neira Ayuso · 10 years ago
  48. 0bbe80e netfilter: masquerading needs to be independent of x_tables in Kconfig by Pablo Neira Ayuso · 10 years ago
  49. 3e8dc21 netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NAT by Pablo Neira Ayuso · 10 years ago
  50. 0aac383 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  51. 9ba1f726 netfilter: nf_tables: add new nft_masq expression by Arturo Borrero · 10 years ago
  52. 8dd33cc netfilter: nf_nat: generalize IPv4 masquerading support for nf_tables by Arturo Borrero · 10 years ago
  53. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  54. 65cd90a netfilter: nft_chain_nat_ipv4: use generic IPv4 NAT code from core by Pablo Neira Ayuso · 10 years ago
  55. 30766f4 netfilter: nat: move specific NAT IPv4 to core by Pablo Neira Ayuso · 10 years ago
  56. 8fc54f6 net: use reciprocal_scale() helper by Daniel Borkmann · 10 years ago
  57. 8993cf8 netfilter: move NAT Kconfig switches out of the iptables scope by Pablo Neira Ayuso · 10 years ago
  58. d4da843 netfilter: kill remnants of ulog targets by Paul Bolle · 10 years ago
  59. 5bd3a76 netfilter: nf_conntrack: remove exceptional & on function name by Himangi Saraogi · 10 years ago
  60. 24de3d3 netfilter: use IS_ENABLED() macro by Duan Jiong · 10 years ago
  61. c187886 netfilter: fix several Kconfig problems in NF_LOG_* by Pablo Neira Ayuso · 10 years ago
  62. 35b9395 netfilter: add generic ARP packet logger by Pablo Neira Ayuso · 10 years ago
  63. fab4085 netfilter: log: nf_log_packet() as real unified interface by Pablo Neira Ayuso · 10 years ago
  64. 83e96d4 netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c files by Pablo Neira Ayuso · 10 years ago
  65. 7200135 netfilter: kill ulog targets by Pablo Neira Ayuso · 10 years ago
  66. 90d0e08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  67. 60ff746 net: rename local_df to ignore_df by WANG Cong · 10 years ago
  68. 895162b netfilter: ipv4: defrag: set local_df flag on defragmented skb by Florian Westphal · 10 years ago
  69. f768e5b netfilter: add helper for adding nat extension by Florian Westphal · 10 years ago
  70. 6a66271 ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif by Cong Wang · 10 years ago
  71. c58dd2d netfilter: Can't fail and free after table replacement by Thomas Graf · 10 years ago
  72. 2b7a79b netfilter: nf_nat_snmp_basic: fix duplicates in if/else branches by FX Le Bail · 10 years ago
  73. 05513e9 netfilter: nf_tables: add reject module for NFPROTO_INET by Patrick McHardy · 11 years ago
  74. cc4723c netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts by Patrick McHardy · 11 years ago
  75. 829d931 netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report() by Alexey Dobriyan · 11 years ago
  76. cf4dfa8 netfilter: nf_tables: fix error path in the init functions by Pablo Neira Ayuso · 11 years ago
  77. 3876d22 netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() by Patrick McHardy · 11 years ago
  78. fa2c1de netfilter: nf_tables: minor nf_chain_type cleanups by Patrick McHardy · 11 years ago
  79. 2a37d75 netfilter: nf_tables: constify chain type definitions and pointers by Patrick McHardy · 11 years ago
  80. 88ce65a netfilter: nf_tables: add missing module references to chain types by Patrick McHardy · 11 years ago
  81. 1d49144 netfilter: nf_tables: add "inet" table for IPv4/IPv6 by Patrick McHardy · 11 years ago
  82. 115a60b netfilter: nf_tables: add support for multi family tables by Patrick McHardy · 11 years ago
  83. 3b088c4 netfilter: nf_tables: make chain types override the default AF functions by Patrick McHardy · 11 years ago
  84. 9aa28f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  85. 855404e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  86. dcd93ed netfilter: nf_conntrack: remove dead code by stephen hemminger · 11 years ago
  87. d497c63 netfilter: add help information to new nf_tables Kconfig options by Pablo Neira Ayuso · 11 years ago
  88. bee11dc netfilter: nft_reject: support for IPv6 and TCP reset by Eric Leblond · 11 years ago
  89. cc70d06 netfilter: REJECT: separate reusable code by Eric Leblond · 11 years ago
  90. 0c9a67d ipv4: fix checkpatch error "space prohibited" by Weilong Chen · 11 years ago
  91. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  92. a3adadf netfilter: nft_reject: fix endianness in dump function by Eric Leblond · 11 years ago
  93. f01b392 netfilter: SYNPROXY target: restrict to INPUT/FORWARD by Patrick McHardy · 11 years ago
  94. a99421d ipv4/ipv6: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  95. a6441b7 netfilter: synproxy: send mss option to backend by Martin Topholm · 11 years ago
  96. f8785c5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  97. 72c39a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  98. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  99. ca0e8bd netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c by Wei Yongjun · 11 years ago
  100. b416c14 netfilter: x_tables: fix ordering of jumpstack allocation and table update by Will Deacon · 11 years ago