1. 2fa46c1 netfilter: nft_limit: fix divided by zero panic by Liping Zhang · 8 years ago
  2. dbb5918 netfilter: fix namespace handling in nf_log_proc_dostring by Jann Horn · 8 years ago
  3. 1f827f5 netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division by Vishwanath Pai · 8 years ago
  4. 7816ec5 netfilter: accommodate different kconfig in nf_set_hooks_head by Aaron Conole · 8 years ago
  5. 5119e43 netfilter: Fix potential null pointer dereference by Aaron Conole · 8 years ago
  6. f20fbc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 8 years ago
  7. 8cb2a7d netfilter: nf_log: get rid of XT_LOG_* macros by Liping Zhang · 8 years ago
  8. ff107d2 netfilter: nft_log: complete NFTA_LOG_FLAGS attr support by Liping Zhang · 8 years ago
  9. 0f3cd9b netfilter: nf_tables: add range expression by Pablo Neira Ayuso · 8 years ago
  10. 58e207e netfilter: evict stale entries when user reads /proc/net/nf_conntrack by Florian Westphal · 8 years ago
  11. 11d5f15 netfilter: xt_hashlimit: Create revision 2 to support higher pps rates by Vishwanath Pai · 8 years ago
  12. 0dc60a4 netfilter: xt_hashlimit: Prepare for revision 2 by Vishwanath Pai · 8 years ago
  13. 7bfdde7 netfilter: nft_ct: report error if mark and dir specified simultaneously by Liping Zhang · 8 years ago
  14. d767ff2 netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocol by Liping Zhang · 8 years ago
  15. 8d11350 netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack by Gao Feng · 8 years ago
  16. e3b37f1 netfilter: replace list_head with single linked list by Aaron Conole · 8 years ago
  17. d4bb5ca netfilter: Only allow sane values in nf_register_net_hook by Aaron Conole · 8 years ago
  18. e2361cb netfilter: Remove explicit rcu_read_lock in nf_hook_slow by Aaron Conole · 8 years ago
  19. 50f4c7b netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and more readable by Gao Feng · 8 years ago
  20. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  21. 4004d5c netfilter: nft_lookup: remove superfluous element found check by Pablo Neira Ayuso · 8 years ago
  22. b9d80f8 netfilter: xt_helper: Use sizeof(variable) instead of literal number by Gao Feng · 8 years ago
  23. 7bdc662 netfilter: Enhance the codes used to get random once by Gao Feng · 8 years ago
  24. a20877b netfilter: nf_tables: check tprot_set first when we use xt.thoff by Liping Zhang · 8 years ago
  25. 8dc3c2b netfilter: nf_tables: improve nft payload fast eval by Liping Zhang · 8 years ago
  26. 8061bb5 netfilter: nft_queue: add _SREG_QNUM attr to select the queue number by Liping Zhang · 8 years ago
  27. 36b701f netfilter: nf_tables: validate maximum value of u32 netlink attributes by Laura Garcia Liebana · 8 years ago
  28. 2b03bf7 netfilter: nft_numgen: add number generation offset by Laura Garcia Liebana · 8 years ago
  29. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  30. e8bffe0 net: Add _nf_(un)register_hooks symbols by Mahesh Bandewar · 8 years ago
  31. 4440a2a netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions by Gao Feng · 8 years ago
  32. 14e2dee netfilter: nft_hash: fix hash overflow validation by Laura Garcia Liebana · 8 years ago
  33. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  34. ecfcdfe netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup() by Pablo Neira Ayuso · 8 years ago
  35. 2e917d6 netfilter: nft_numgen: fix race between num generate and store it by Liping Zhang · 8 years ago
  36. 8e8118f netfilter: conntrack: remove packet hotpath stats by Florian Westphal · 8 years ago
  37. 23d0750 netfilter: Add the missed return value check of nft_register_chain_type by Gao Feng · 8 years ago
  38. 4e6577d netfilter: Add the missed return value check of register_netdevice_notifier by Gao Feng · 8 years ago
  39. cf71c03 netfilter: nf_conntrack: simplify __nf_ct_try_assign_helper() return logic by Pablo Neira · 8 years ago
  40. ddc8b60 netfilter: introduce nft_set_pktinfo_{ipv4, ipv6}_validate() by Pablo Neira Ayuso · 8 years ago
  41. beac5af netfilter: nf_tables: ensure proper initialization of nft_pktinfo fields by Pablo Neira Ayuso · 8 years ago
  42. dbd2be0 netfilter: nft_dynset: allow to invert match criteria by Pablo Neira Ayuso · 8 years ago
  43. 70ca767 netfilter: nft_hash: Add hash offset value by Laura Garcia Liebana · 8 years ago
  44. fe01111 netfilter: nft_queue: check the validation of queues_total and queuenum by Liping Zhang · 8 years ago
  45. 1bcabc8 netfilter: nf_ct_sip: allow tab character in SIP headers by Marco Angaroni · 8 years ago
  46. 22609b4 netfilter: nft_quota: introduce nft_overquota() by Pablo Neira Ayuso · 8 years ago
  47. db6d857 netfilter: nft_quota: fix overquota logic by Pablo Neira Ayuso · 8 years ago
  48. 0d9932b netfilter: nft_numgen: rename until attribute by modulus by Laura Garcia Liebana · 8 years ago
  49. ddb075b netfilter: ftp: Remove the useless code by Gao Feng · 8 years ago
  50. 723eb29 netfilter: ftp: Remove the useless dlen==0 condition check in find_pattern by Gao Feng · 8 years ago
  51. f0608ce netfilter: nf_ct_sip: correct allowed characters in Call-ID SIP header by Marco Angaroni · 8 years ago
  52. 68cb9fe netfilter: nf_ct_sip: correct parsing of continuation lines in SIP headers by Marco Angaroni · 8 years ago
  53. c579a9e netfilter: gre: Use consistent GRE and PTTP header structure instead of the ones defined by netfilter by Gao Feng · 8 years ago
  54. ecc6569 netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfilter. by Gao Feng · 8 years ago
  55. 60175cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  56. 5210d39 netfilter: nf_tables_trace: fix endiness when dump chain policy by Liping Zhang · 8 years ago
  57. 779994f netfilter: log: Check param to avoid overflow in nf_log_set by Gao Feng · 8 years ago
  58. ad66713 netfilter: remove __nf_ct_kill_acct helper by Florian Westphal · 8 years ago
  59. c023c0e netfilter: conntrack: resched gc again if eviction rate is high by Florian Westphal · 8 years ago
  60. b87a2f9 netfilter: conntrack: add gc worker to remove timed-out entries by Florian Westphal · 8 years ago
  61. 2344d64 netfilter: evict stale entries on netlink dumps by Florian Westphal · 8 years ago
  62. f330a7f netfilter: conntrack: get rid of conntrack timer by Florian Westphal · 8 years ago
  63. 616b14b netfilter: don't rely on DYING bit to detect when destroy event was sent by Florian Westphal · 8 years ago
  64. 95a8d19 netfilter: restart search if moved to other chain by Florian Westphal · 8 years ago
  65. c73c248 netfilter: nf_tables_netdev: remove redundant ip_hdr assignment by Liping Zhang · 8 years ago
  66. 7073b16 netfilter: nf_tables: Use nla_put_be32() to dump immediate parameters by Pablo Neira Ayuso · 8 years ago
  67. c016c7e netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertion by Pablo Neira Ayuso · 8 years ago
  68. 960fa72 netfilter: nft_meta: improve the validity check of pkttype set expr by Liping Zhang · 8 years ago
  69. 533e330 netfilter: cttimeout: unlink timeout objs in the unconfirmed ct lists by Liping Zhang · 8 years ago
  70. 23aaba5 netfilter: cttimeout: put back l4proto when replacing timeout policy by Liping Zhang · 8 years ago
  71. 93fac10 netfilter: nfnetlink: use list_for_each_entry_safe to delete all objects by Liping Zhang · 8 years ago
  72. 89e1f6d netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUT by Liping Zhang · 8 years ago
  73. 6133740 netfilter: nf_tables: reject hook configuration updates on existing chains by Pablo Neira Ayuso · 8 years ago
  74. 508f8cc netfilter: nf_tables: introduce nft_chain_parse_hook() by Pablo Neira Ayuso · 8 years ago
  75. a5e5733 netfilter: nft_hash: fix non static symbol warning by Wei Yongjun · 8 years ago
  76. 8d6c0ea netfilter: fix spelling mistake: "delimitter" -> "delimiter" by Colin Ian King · 8 years ago
  77. 91dbc6b netfilter: nf_tables: add number generator expression by Laura Garcia Liebana · 8 years ago
  78. 3d2f30a netfilter: nf_tables: add quota expression by Pablo Neira Ayuso · 8 years ago
  79. 2567c4e netfilter: nf_conntrack: restore nf_conntrack_htable_size as exported symbol by Pablo Neira Ayuso · 8 years ago
  80. b75911b netfilter: cttimeout: fix use after free error when delete netns by Liping Zhang · 8 years ago
  81. 12be15d netfilter: nfnetlink_acct: fix race between nfacct del and xt_nfacct destroy by Liping Zhang · 8 years ago
  82. 92e47ba netfilter: conntrack: simplify the code by using nf_conntrack_get_ht by Liping Zhang · 8 years ago
  83. dcbe359 netfilter: tproxy: properly refcount tcp listeners by Eric Dumazet · 8 years ago
  84. aca3001 netfilter: nfnetlink_acct: report overquota to the right netns by Liping Zhang · 8 years ago
  85. 2497b84 netfilter: nfnetlink_log: add "nf-logger-3-1" module alias name by Liping Zhang · 8 years ago
  86. e77e6ff netfilter: conntrack: do not dump other netns's conntrack entries via proc by Liping Zhang · 8 years ago
  87. adf0516 netfilter: remove ip_conntrack* sysctl compat code by Pablo Neira Ayuso · 8 years ago
  88. cb1b69b netfilter: nf_tables: add hash expression by Laura Garcia Liebana · 8 years ago
  89. 0ed6389 netfilter: nf_tables: rename set implementations by Pablo Neira Ayuso · 8 years ago
  90. a6c46d9 ipvs: use nf_ct_kill helper by Florian Westphal · 8 years ago
  91. d0b35b9 netfilter: use_nf_conn_expires helper in more places by Florian Westphal · 8 years ago
  92. ceee409 netfilter: physdev: add missed blank by Hangbin Liu · 8 years ago
  93. e5e693a netfilter: conntrack: Only need first 4 bytes to get l4proto ports by Gao Feng · 8 years ago
  94. 4da449a netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributes by Laura Garcia Liebana · 8 years ago
  95. aa0c2c6 netfilter: ctnetlink: reject new conntrack request with different l4proto by Liping Zhang · 8 years ago
  96. 00a3101 netfilter: nfnetlink_queue: reject verdict request from different portid by Liping Zhang · 8 years ago
  97. b18bcb0 netfilter: nfnetlink_queue: fix memory leak when attach expectation successfully by Liping Zhang · 8 years ago
  98. b173a28 netfilter: nf_ct_expect: remove the redundant slash when policy name is empty by Liping Zhang · 8 years ago
  99. 0d35d081 netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeq by Christophe Leroy · 8 years ago
  100. c1eda3c netfilter: nft_rbtree: ignore inactive matching element with no descendants by Pablo Neira Ayuso · 8 years ago