1. 17a49cd netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in 64bit kernel by Hongxu Jia · 8 years ago
  2. b73b8a1 netfilter: nft_dup: do not use sreg_dev if the user doesn't specify it by Liping Zhang · 8 years ago
  3. f20fbc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 8 years ago
  4. 8cb2a7d netfilter: nf_log: get rid of XT_LOG_* macros by Liping Zhang · 8 years ago
  5. ff107d2 netfilter: nft_log: complete NFTA_LOG_FLAGS attr support by Liping Zhang · 8 years ago
  6. e2361cb netfilter: Remove explicit rcu_read_lock in nf_hook_slow by Aaron Conole · 8 years ago
  7. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  8. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. 23d0750 netfilter: Add the missed return value check of nft_register_chain_type by Gao Feng · 8 years ago
  10. beac5af netfilter: nf_tables: ensure proper initialization of nft_pktinfo fields by Pablo Neira Ayuso · 8 years ago
  11. c579a9e netfilter: gre: Use consistent GRE and PTTP header structure instead of the ones defined by netfilter by Gao Feng · 8 years ago
  12. ecc6569 netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfilter. by Gao Feng · 8 years ago
  13. d1a6cba netfilter: nft_chain_route: re-route before skb is queued to userspace by Liping Zhang · 8 years ago
  14. 779994f netfilter: log: Check param to avoid overflow in nf_log_set by Gao Feng · 8 years ago
  15. 3cb2799 netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1' by Gao Feng · 8 years ago
  16. 89e1f6d netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUT by Liping Zhang · 8 years ago
  17. adf0516 netfilter: remove ip_conntrack* sysctl compat code by Pablo Neira Ayuso · 8 years ago
  18. d0b35b9 netfilter: use_nf_conn_expires helper in more places by Florian Westphal · 8 years ago
  19. 9f7c824 netfilter: nf_dup4: remove redundant checksum recalculation by Liping Zhang · 8 years ago
  20. f4dc777 netfilter: x_tables: speed up jump target validation by Florian Westphal · 8 years ago
  21. 64b8763 netfilter: conntrack: fix race between nf_conntrack proc read and hash resize by Liping Zhang · 8 years ago
  22. c37a2df netfilter: Convert FWINV<[foo]> macros and uses to NF_INVF by Joe Perches · 8 years ago
  23. 468b021 netfilter: x_tables: simplify ip{6}table_mangle_hook() by Pablo Neira Ayuso · 8 years ago
  24. e1dbbc5 netfilter: nf_reject_ipv4: don't send tcp RST if the packet is non-TCP by Liping Zhang · 8 years ago
  25. 0a93aae netfilter: conntrack: use a single expectation table for all namespaces by Florian Westphal · 8 years ago
  26. 03d7dc5 netfilter: conntrack: check netns when walking expect hash by Florian Westphal · 8 years ago
  27. d7cdf81 netfilter: x_tables: get rid of old and inconsistent debugging by Pablo Neira Ayuso · 8 years ago
  28. 56d52d4 netfilter: conntrack: use a single hashtable for all namespaces by Florian Westphal · 8 years ago
  29. e0c7d47 netfilter: conntrack: check netns when comparing conntrack objects by Florian Westphal · 8 years ago
  30. 245cfdc netfilter: conntrack: small refactoring of conntrack seq_printf by Florian Westphal · 8 years ago
  31. 92b4423 netfilter: fix IS_ERR_VALUE usage by Pablo Neira Ayuso · 8 years ago
  32. 11afbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  33. d7591f0 netfilter: x_tables: introduce and use xt_copy_counters_from_user by Florian Westphal · 8 years ago
  34. aded9f3 netfilter: x_tables: remove obsolete check by Florian Westphal · 8 years ago
  35. 9560915 netfilter: x_tables: remove obsolete overflow check for compat case too by Florian Westphal · 8 years ago
  36. 09d9686 netfilter: x_tables: do compat validation via translate_table by Florian Westphal · 8 years ago
  37. 0188346 netfilter: x_tables: xt_compat_match_from_user doesn't need a retval by Florian Westphal · 8 years ago
  38. 8dddd32 netfilter: arp_tables: simplify translate_compat_table args by Florian Westphal · 8 years ago
  39. 7d3f843 netfilter: ip_tables: simplify translate_compat_table args by Florian Westphal · 8 years ago
  40. ce683e5 netfilter: x_tables: check for bogus target offset by Florian Westphal · 8 years ago
  41. fc1221b netfilter: x_tables: add compat version of xt_check_entry_offsets by Florian Westphal · 8 years ago
  42. aa412ba netfilter: x_tables: kill check_entry helper by Florian Westphal · 8 years ago
  43. 7d35812 netfilter: x_tables: add and use xt_check_entry_offsets by Florian Westphal · 8 years ago
  44. 3647234 netfilter: x_tables: validate targets of jumps by Florian Westphal · 8 years ago
  45. f24e230 netfilter: x_tables: don't move to non-existent next rule by Florian Westphal · 8 years ago
  46. ff76def netfilter: arp_tables: register table in initns by Florian Westphal · 8 years ago
  47. 2942119 netfilter: ipv4: fix NULL dereference by Liping Zhang · 8 years ago
  48. b301f25 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES by Pablo Neira Ayuso · 8 years ago
  49. 54d83fc netfilter: x_tables: fix unconditional helper by Florian Westphal · 8 years ago
  50. 6e94e0c netfilter: x_tables: make sure e->next_offset covers remaining blob size by Florian Westphal · 8 years ago
  51. bdf533d netfilter: x_tables: validate e->target_offset early by Florian Westphal · 8 years ago
  52. 1cdba55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  53. 2646190 netfilter: Allow calling into nat helper without skb_dst. by Jarno Rajahalme · 8 years ago
  54. fbd40ea ipv4: Don't do expensive useless work during inetdev destroy. by David S. Miller · 8 years ago
  55. 8a6bf5d netfilter: nft_masq: support port range by Pablo Neira Ayuso · 8 years ago
  56. b9e69e1 netfilter: xtables: don't hook tables by default by Florian Westphal · 8 years ago
  57. a67dd26 netfilter: xtables: prepare for on-demand hook register by Florian Westphal · 8 years ago
  58. 5f54739 netfilter: nf_defrag_ipv4: Drop redundant ip_send_check() by Joe Stringer · 9 years ago
  59. fa50d97 ipv4: Namespaceify ip_default_ttl sysctl knob by Nikolay Borisov · 8 years ago
  60. 8282f27 inet: frag: Always orphan skbs inside ip_defrag() by Joe Stringer · 9 years ago
  61. df05ef8 netfilter: nf_tables: release objects on netns destruction by Pablo Neira Ayuso · 9 years ago
  62. 59ce967 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  63. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  64. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 9 years ago
  65. d3340b7 netfilter: nf_dup: add missing dependencies with NF_CONNTRACK by Pablo Neira Ayuso · 9 years ago
  66. a18fd97 netfilter: remove duplicate include by stephen hemminger · 9 years ago
  67. 09605cc net ipv4: use preferred log methods by Bastian Stender · 9 years ago
  68. c255cb2 netfilter: Fix removal of GRE expectation entries created by PPTP by Anthony Lineham · 9 years ago
  69. f668f5f ipv4: use sk_fullsock() in ipv4_conntrack_defrag() by Eric Dumazet · 9 years ago
  70. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  71. f0a0a97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  72. c8d71d0 netfilter: ipv4: whitespace around operators by Ian Morris · 9 years ago
  73. 24cebe3 netfilter: ipv4: code indentation by Ian Morris · 9 years ago
  74. 6c28255 netfilter: ipv4: function definition layout by Ian Morris · 9 years ago
  75. 27951a0 netfilter: ipv4: ternary operator layout by Ian Morris · 9 years ago
  76. 19f0a60 netfilter: ipv4: label placement by Ian Morris · 9 years ago
  77. 2ffbceb netfilter: remove hook owner refcounting by Florian Westphal · 9 years ago
  78. 19bcf9f ipv4: Pass struct net into ip_defrag and ip_check_defrag by Eric W. Biederman · 9 years ago
  79. cc4998f netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverse by lucien · 9 years ago
  80. 33224b1 ipv4, ipv6: Pass net into ip_local_out and ip6_local_out by Eric W. Biederman · 9 years ago
  81. e2cb77d ipv4: Merge ip_local_out and ip_local_out_sk by Eric W. Biederman · 9 years ago
  82. 6ece90f netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6} by Pablo Neira Ayuso · 9 years ago
  83. e45f506 ipv4: Pass struct net into ip_route_me_harder by Eric W. Biederman · 9 years ago
  84. 6a1d689 netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcp by Eric W. Biederman · 9 years ago
  85. 372892e ipv4: Push struct net down into nf_send_reset by Eric W. Biederman · 9 years ago
  86. c7af648 netfilter: Pass net into nf_xfrm_me_harder by Eric W. Biederman · 9 years ago
  87. 06198b3 netfilter: Pass priv instead of nf_hook_ops to netfilter hooks by Eric W. Biederman · 9 years ago
  88. a31f1ad netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple by Eric W. Biederman · 9 years ago
  89. 206e8c0 netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6 by Eric W. Biederman · 9 years ago
  90. 686c9b5 netfilter: x_tables: Use par->net instead of computing from the passed net devices by Eric W. Biederman · 9 years ago
  91. 156c196 netfilter: x_tables: Pass struct net in xt_action_param by Eric W. Biederman · 9 years ago
  92. 6aa187f netfilter: nf_tables: kill nft_pktinfo.ops by Eric W. Biederman · 9 years ago
  93. 082a758 inet netfilter: Prefer state->hook to ops->hooknum by Eric W. Biederman · 9 years ago
  94. 6cb8ff3f1 inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table by Eric W. Biederman · 9 years ago
  95. 9dff2c9 netfilter: Use nf_hook_state.net by Eric W. Biederman · 9 years ago
  96. a82b0e6 netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabled by Daniel Borkmann · 9 years ago
  97. 98dbbfc Revert "netfilter: xtables: compute exact size needed for jumpstack" by Florian Westphal · 9 years ago
  98. 59e2642 netfilter: nf_dup: fix sparse warnings by Pablo Neira Ayuso · 9 years ago
  99. 81bf1c6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  100. 4b048d6 net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool by Tom Herbert · 9 years ago