1. 6a1d689 netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcp by Eric W. Biederman · 9 years ago
  2. 372892e ipv4: Push struct net down into nf_send_reset by Eric W. Biederman · 9 years ago
  3. c7af648 netfilter: Pass net into nf_xfrm_me_harder by Eric W. Biederman · 9 years ago
  4. 06198b3 netfilter: Pass priv instead of nf_hook_ops to netfilter hooks by Eric W. Biederman · 9 years ago
  5. a31f1ad netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple by Eric W. Biederman · 9 years ago
  6. 206e8c0 netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6 by Eric W. Biederman · 9 years ago
  7. 686c9b5 netfilter: x_tables: Use par->net instead of computing from the passed net devices by Eric W. Biederman · 9 years ago
  8. 156c196 netfilter: x_tables: Pass struct net in xt_action_param by Eric W. Biederman · 9 years ago
  9. 6aa187f netfilter: nf_tables: kill nft_pktinfo.ops by Eric W. Biederman · 9 years ago
  10. 082a758 inet netfilter: Prefer state->hook to ops->hooknum by Eric W. Biederman · 9 years ago
  11. 6cb8ff3f1 inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table by Eric W. Biederman · 9 years ago
  12. 9dff2c9 netfilter: Use nf_hook_state.net by Eric W. Biederman · 9 years ago
  13. a82b0e6 netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabled by Daniel Borkmann · 9 years ago
  14. 98dbbfc Revert "netfilter: xtables: compute exact size needed for jumpstack" by Florian Westphal · 9 years ago
  15. 59e2642 netfilter: nf_dup: fix sparse warnings by Pablo Neira Ayuso · 9 years ago
  16. 81bf1c6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  17. 4b048d6 net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool by Tom Herbert · 9 years ago
  18. 5e8018f netfilter: nf_conntrack: add efficient mark to zone mapping by Daniel Borkmann · 9 years ago
  19. deedb59 netfilter: nf_conntrack: add direction support for zones by Daniel Borkmann · 9 years ago
  20. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  21. 308ac91 netfilter: nf_conntrack: push zone object into functions by Daniel Borkmann · 9 years ago
  22. 3c16241 netfilter: SYNPROXY: fix sending window update to client by Phil Sutter · 9 years ago
  23. d877f07 netfilter: nf_tables: add nft_dup expression by Pablo Neira Ayuso · 9 years ago
  24. bbde9fc netfilter: factor out packet duplication for IPv4/IPv6 by Pablo Neira Ayuso · 9 years ago
  25. 72b1e5e netfilter: bridge: reduce nf_bridge_info to 32 bytes again by Florian Westphal · 9 years ago
  26. 6c7941d netfilter: xtables: remove __pure annotation by Florian Westphal · 9 years ago
  27. dcebd31 netfilter: add and use jump label for xt_tee by Florian Westphal · 9 years ago
  28. 7814b6e netfilter: xtables: don't save/restore jumpstack offset by Florian Westphal · 9 years ago
  29. 98d1bd8 netfilter: xtables: compute exact size needed for jumpstack by Florian Westphal · 9 years ago
  30. 3bd2299 netfilter: arptables: use percpu jumpstack by Florian Westphal · 9 years ago
  31. 0eeb075 net: ipv4 sysctl option to ignore routes when nexthop link is down by Andy Gospodarek · 9 years ago
  32. 711bdde netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference. by Eric Dumazet · 9 years ago
  33. f09becc netfilter: Kconfig: get rid of parens around depends on by Pablo Neira Ayuso · 9 years ago
  34. 482cfc3 netfilter: xtables: avoid percpu ruleset duplication by Florian Westphal · 9 years ago
  35. 71ae0df netfilter: xtables: use percpu rule counters by Florian Westphal · 9 years ago
  36. 583d3f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  37. 2f06550 netfilter: remove unused comefrom hookmask argument by Florian Westphal · 9 years ago
  38. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  39. 1086bbe netfilter: ensure number of counters is >0 in do_replace() by Dave Jones · 9 years ago
  40. 0bc4c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  41. ba6d056 netfilter: synproxy: fix sparse errors by Eric Dumazet · 9 years ago
  42. 55917a2 netfilter: x_tables: add context to know if extension runs from nft_compat by Pablo Neira Ayuso · 9 years ago
  43. 49499c3 netfilter: nf_tables: switch registers to 32 bit addressing by Patrick McHardy · 9 years ago
  44. a55e22e netfilter: nf_tables: get rid of NFT_REG_VERDICT usage by Patrick McHardy · 9 years ago
  45. ca69d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  46. c1f8667 netfilter: Fix switch statement warnings with recent gcc. by David Miller · 9 years ago
  47. aadd51a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  48. c737b7c netfilter: bridge: add helpers for fetching physin/outdev by Florian Westphal · 9 years ago
  49. b85c3dc netfilter: Pass nf_hook_state through arpt_do_table(). by David S. Miller · 9 years ago
  50. 073bfd5 netfilter: Pass nf_hook_state through nft_set_pktinfo*(). by David S. Miller · 9 years ago
  51. 1c491ba netfilter: Pass nf_hook_state through ipt_do_table(). by David S. Miller · 9 years ago
  52. d7cf408 netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}(). by David S. Miller · 9 years ago
  53. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  54. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 9 years ago
  55. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  56. a81b2ce netfilter: Use LOGLEVEL_<FOO> defines by Joe Perches · 9 years ago
  57. d5c1d8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  58. 4017a7e netfilter: restore rule tracing via nfnetlink_log by Pablo Neira Ayuso · 9 years ago
  59. 1ca9e41 netfilter: Remove uses of seq_<foo> return values by Joe Perches · 9 years ago
  60. a03a8db netfilter: fix sparse warnings in reject handling by Florian Westphal · 9 years ago
  61. f04e599 netfilter: nf_tables: consolidate Kconfig options by Pablo Neira Ayuso · 9 years ago
  62. 43270b1 netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_cluster by Pablo Neira Ayuso · 9 years ago
  63. ee586bb netfilter: reject: don't send icmp error if csum is invalid by Florian Westphal · 9 years ago
  64. 7b5bca4 netfilter: nf_tables: fix port natting in little endian archs by leroy christophe · 10 years ago
  65. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  66. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  67. b59eaf9 netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module by Pablo Neira Ayuso · 10 years ago
  68. 958d03b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  69. 5676864 netfilter: fix various sparse warnings by Florian Westphal · 10 years ago
  70. 6b96686 netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_eval by Daniel Borkmann · 10 years ago
  71. e71456a netfilter: Remove checks of seq_printf() return values by Steven Rostedt (Red Hat) · 10 years ago
  72. 824f1fb netfilter: Convert print_tuple functions to return void by Joe Perches · 10 years ago
  73. 37246a5 netfilter: Remove return values for print_conntrack callbacks by Steven Rostedt (Red Hat) · 10 years ago
  74. 052b949 netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functions by Pablo Neira Ayuso · 10 years ago
  75. 8ac2bde netfilter: log: protect nf_log_register against double registering by Marcelo Leitner · 10 years ago
  76. e9105f1 netfilter: nf_tables: add new expression nft_redir by Arturo Borrero · 10 years ago
  77. 8b13edd netfilter: refactor NAT redirect IPv4 to use it from nf_tables by Arturo Borrero · 10 years ago
  78. 7210e4e netfilter: nf_tables: restrict nat/masq expressions to nat chain type by Pablo Neira Ayuso · 10 years ago
  79. ab2d725 netfilter: missing module license in the nf_reject_ipvX modules by Pablo Neira Ayuso · 10 years ago
  80. 8da4cc1 netfilter: nft_masq: register/unregister notifiers on module init/exit by Arturo Borrero · 10 years ago
  81. 1109a90 netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) by Pablo Neira Ayuso · 10 years ago
  82. c8d7b98 netfilter: move nf_send_resetX() code to nf_reject_ipvX modules by Pablo Neira Ayuso · 10 years ago
  83. 51b0a5d netfilter: nft_reject: introduce icmp code abstraction for inet and bridge by Pablo Neira Ayuso · 10 years ago
  84. 0bbe80e netfilter: masquerading needs to be independent of x_tables in Kconfig by Pablo Neira Ayuso · 10 years ago
  85. 3e8dc21 netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NAT by Pablo Neira Ayuso · 10 years ago
  86. 0aac383 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  87. 9ba1f726 netfilter: nf_tables: add new nft_masq expression by Arturo Borrero · 10 years ago
  88. 8dd33cc netfilter: nf_nat: generalize IPv4 masquerading support for nf_tables by Arturo Borrero · 10 years ago
  89. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. 65cd90a netfilter: nft_chain_nat_ipv4: use generic IPv4 NAT code from core by Pablo Neira Ayuso · 10 years ago
  91. 30766f4 netfilter: nat: move specific NAT IPv4 to core by Pablo Neira Ayuso · 10 years ago
  92. 8fc54f6 net: use reciprocal_scale() helper by Daniel Borkmann · 10 years ago
  93. 8993cf8 netfilter: move NAT Kconfig switches out of the iptables scope by Pablo Neira Ayuso · 10 years ago
  94. d4da843 netfilter: kill remnants of ulog targets by Paul Bolle · 10 years ago
  95. 5bd3a76 netfilter: nf_conntrack: remove exceptional & on function name by Himangi Saraogi · 10 years ago
  96. 24de3d3 netfilter: use IS_ENABLED() macro by Duan Jiong · 10 years ago
  97. c187886 netfilter: fix several Kconfig problems in NF_LOG_* by Pablo Neira Ayuso · 10 years ago
  98. 35b9395 netfilter: add generic ARP packet logger by Pablo Neira Ayuso · 10 years ago
  99. fab4085 netfilter: log: nf_log_packet() as real unified interface by Pablo Neira Ayuso · 10 years ago
  100. 83e96d4 netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c files by Pablo Neira Ayuso · 10 years ago