1. 8f9872b netfilter: nf_ct_helper: warn when not applying default helper assignment by Jiri Kosina · 8 years ago
  2. 49cdc4c netfilter: nft_range: add the missing NULL pointer check by Liping Zhang · 8 years ago
  3. d3e2a11 netfilter: nf_tables: fix inconsistent element expiration calculation by Anders K. Pedersen · 8 years ago
  4. 7223ecd netfilter: nat: switch to new rhlist interface by Florian Westphal · 8 years ago
  5. 728e87b netfilter: nat: fix cmp return value by Florian Westphal · 8 years ago
  6. abd66e9 netfilter: nft_hash: validate maximum value of u32 netlink hash attribute by Laura Garcia Liebana · 8 years ago
  7. 58c78e1 netfilter: nf_tables: fix oops when inserting an element into a verdict map by Liping Zhang · 8 years ago
  8. e0df8ca netfilter: conntrack: refine gc worker heuristics by Florian Westphal · 8 years ago
  9. 6114cc5 netfilter: conntrack: fix CT target for UNSPEC helpers by Florian Westphal · 8 years ago
  10. fb9c964 netfilter: connmark: ignore skbs with magic untracked conntrack objects by Florian Westphal · 8 years ago
  11. 8fbfef7 ipvs: use IPVS_CMD_ATTR_MAX for family.maxattr by WANG Cong · 8 years ago
  12. c17c3cd netfilter: nf_tables: destroy the set if fail to add transaction by Liping Zhang · 8 years ago
  13. 5747620 netfilter: ip_vs_sync: fix bogus maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  14. f1d505b netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_check by John W. Linville · 8 years ago
  15. 444f901 netfilter: nf_conntrack_sip: extend request line validation by Ulrich Weber · 8 years ago
  16. dab4506 netfilter: nf_tables: fix race when create new element in dynset by Liping Zhang · 8 years ago
  17. 61f9e29 netfilter: nf_tables: fix *leak* when expr clone fail by Liping Zhang · 8 years ago
  18. bb6a6e8 netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabled by Liping Zhang · 8 years ago
  19. 7034b56 netfilter: fix nf_queue handling by Pablo Neira Ayuso · 8 years ago
  20. 7bb6615 netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reached by Nicolas Dichtel · 8 years ago
  21. 1ecc281 netfilter: x_tables: suppress kmemcheck warning by Florian Westphal · 8 years ago
  22. d2e4d59 netfilter: nf_tables: avoid uninitialized variable warning by Arnd Bergmann · 8 years ago
  23. ccca660 netfilter: nft_range: validate operation netlink attribute by Pablo Neira Ayuso · 8 years ago
  24. 21a9e0f netfilter: nft_exthdr: fix error handling in nft_exthdr_init() by Dan Carpenter · 8 years ago
  25. 09525a0 netfilter: nf_tables: underflow in nft_parse_u32_check() by Dan Carpenter · 8 years ago
  26. 5751e17 netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policy by Liping Zhang · 8 years ago
  27. f434ed0 netfilter: xt_ipcomp: add "ip[6]t_ipcomp" module alias name by Liping Zhang · 8 years ago
  28. 6d19375 netfilter: xt_NFLOG: fix unexpected truncated packet by Liping Zhang · 8 years ago
  29. a8b1e36 netfilter: nft_dynset: fix element timeout for HZ != 1000 by Anders K. Pedersen · 8 years ago
  30. 1b203c1 netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constants by Geert Uytterhoeven · 8 years ago
  31. bd3769b netfilter: Fix slab corruption. by Linus Torvalds · 8 years ago
  32. 2fa46c1 netfilter: nft_limit: fix divided by zero panic by Liping Zhang · 8 years ago
  33. dbb5918 netfilter: fix namespace handling in nf_log_proc_dostring by Jann Horn · 8 years ago
  34. 1f827f5 netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division by Vishwanath Pai · 8 years ago
  35. 7816ec5 netfilter: accommodate different kconfig in nf_set_hooks_head by Aaron Conole · 8 years ago
  36. 5119e43 netfilter: Fix potential null pointer dereference by Aaron Conole · 8 years ago
  37. f20fbc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 8 years ago
  38. 8cb2a7d netfilter: nf_log: get rid of XT_LOG_* macros by Liping Zhang · 8 years ago
  39. ff107d2 netfilter: nft_log: complete NFTA_LOG_FLAGS attr support by Liping Zhang · 8 years ago
  40. 0f3cd9b netfilter: nf_tables: add range expression by Pablo Neira Ayuso · 8 years ago
  41. 58e207e netfilter: evict stale entries when user reads /proc/net/nf_conntrack by Florian Westphal · 8 years ago
  42. 11d5f15 netfilter: xt_hashlimit: Create revision 2 to support higher pps rates by Vishwanath Pai · 8 years ago
  43. 0dc60a4 netfilter: xt_hashlimit: Prepare for revision 2 by Vishwanath Pai · 8 years ago
  44. 7bfdde7 netfilter: nft_ct: report error if mark and dir specified simultaneously by Liping Zhang · 8 years ago
  45. d767ff2 netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocol by Liping Zhang · 8 years ago
  46. 8d11350 netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack by Gao Feng · 8 years ago
  47. e3b37f1 netfilter: replace list_head with single linked list by Aaron Conole · 8 years ago
  48. d4bb5ca netfilter: Only allow sane values in nf_register_net_hook by Aaron Conole · 8 years ago
  49. e2361cb netfilter: Remove explicit rcu_read_lock in nf_hook_slow by Aaron Conole · 8 years ago
  50. 50f4c7b netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and more readable by Gao Feng · 8 years ago
  51. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  52. 4004d5c netfilter: nft_lookup: remove superfluous element found check by Pablo Neira Ayuso · 8 years ago
  53. b9d80f8 netfilter: xt_helper: Use sizeof(variable) instead of literal number by Gao Feng · 8 years ago
  54. 7bdc662 netfilter: Enhance the codes used to get random once by Gao Feng · 8 years ago
  55. a20877b netfilter: nf_tables: check tprot_set first when we use xt.thoff by Liping Zhang · 8 years ago
  56. 8dc3c2b netfilter: nf_tables: improve nft payload fast eval by Liping Zhang · 8 years ago
  57. 8061bb5 netfilter: nft_queue: add _SREG_QNUM attr to select the queue number by Liping Zhang · 8 years ago
  58. 36b701f netfilter: nf_tables: validate maximum value of u32 netlink attributes by Laura Garcia Liebana · 8 years ago
  59. 2b03bf7 netfilter: nft_numgen: add number generation offset by Laura Garcia Liebana · 8 years ago
  60. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  61. e8bffe0 net: Add _nf_(un)register_hooks symbols by Mahesh Bandewar · 8 years ago
  62. 4440a2a netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions by Gao Feng · 8 years ago
  63. 14e2dee netfilter: nft_hash: fix hash overflow validation by Laura Garcia Liebana · 8 years ago
  64. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  65. ecfcdfe netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup() by Pablo Neira Ayuso · 8 years ago
  66. 2e917d6 netfilter: nft_numgen: fix race between num generate and store it by Liping Zhang · 8 years ago
  67. 8e8118f netfilter: conntrack: remove packet hotpath stats by Florian Westphal · 8 years ago
  68. 23d0750 netfilter: Add the missed return value check of nft_register_chain_type by Gao Feng · 8 years ago
  69. 4e6577d netfilter: Add the missed return value check of register_netdevice_notifier by Gao Feng · 8 years ago
  70. cf71c03 netfilter: nf_conntrack: simplify __nf_ct_try_assign_helper() return logic by Pablo Neira · 8 years ago
  71. ddc8b60 netfilter: introduce nft_set_pktinfo_{ipv4, ipv6}_validate() by Pablo Neira Ayuso · 8 years ago
  72. beac5af netfilter: nf_tables: ensure proper initialization of nft_pktinfo fields by Pablo Neira Ayuso · 8 years ago
  73. dbd2be0 netfilter: nft_dynset: allow to invert match criteria by Pablo Neira Ayuso · 8 years ago
  74. 70ca767 netfilter: nft_hash: Add hash offset value by Laura Garcia Liebana · 8 years ago
  75. fe01111 netfilter: nft_queue: check the validation of queues_total and queuenum by Liping Zhang · 8 years ago
  76. 1bcabc8 netfilter: nf_ct_sip: allow tab character in SIP headers by Marco Angaroni · 8 years ago
  77. 22609b4 netfilter: nft_quota: introduce nft_overquota() by Pablo Neira Ayuso · 8 years ago
  78. db6d857 netfilter: nft_quota: fix overquota logic by Pablo Neira Ayuso · 8 years ago
  79. 0d9932b netfilter: nft_numgen: rename until attribute by modulus by Laura Garcia Liebana · 8 years ago
  80. ddb075b netfilter: ftp: Remove the useless code by Gao Feng · 8 years ago
  81. 723eb29 netfilter: ftp: Remove the useless dlen==0 condition check in find_pattern by Gao Feng · 8 years ago
  82. f0608ce netfilter: nf_ct_sip: correct allowed characters in Call-ID SIP header by Marco Angaroni · 8 years ago
  83. 68cb9fe netfilter: nf_ct_sip: correct parsing of continuation lines in SIP headers by Marco Angaroni · 8 years ago
  84. c579a9e netfilter: gre: Use consistent GRE and PTTP header structure instead of the ones defined by netfilter by Gao Feng · 8 years ago
  85. ecc6569 netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfilter. by Gao Feng · 8 years ago
  86. 60175cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  87. 5210d39 netfilter: nf_tables_trace: fix endiness when dump chain policy by Liping Zhang · 8 years ago
  88. 779994f netfilter: log: Check param to avoid overflow in nf_log_set by Gao Feng · 8 years ago
  89. ad66713 netfilter: remove __nf_ct_kill_acct helper by Florian Westphal · 8 years ago
  90. c023c0e netfilter: conntrack: resched gc again if eviction rate is high by Florian Westphal · 8 years ago
  91. b87a2f9 netfilter: conntrack: add gc worker to remove timed-out entries by Florian Westphal · 8 years ago
  92. 2344d64 netfilter: evict stale entries on netlink dumps by Florian Westphal · 8 years ago
  93. f330a7f netfilter: conntrack: get rid of conntrack timer by Florian Westphal · 8 years ago
  94. 616b14b netfilter: don't rely on DYING bit to detect when destroy event was sent by Florian Westphal · 8 years ago
  95. 95a8d19 netfilter: restart search if moved to other chain by Florian Westphal · 8 years ago
  96. c73c248 netfilter: nf_tables_netdev: remove redundant ip_hdr assignment by Liping Zhang · 8 years ago
  97. 7073b16 netfilter: nf_tables: Use nla_put_be32() to dump immediate parameters by Pablo Neira Ayuso · 8 years ago
  98. c016c7e netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertion by Pablo Neira Ayuso · 8 years ago
  99. 960fa72 netfilter: nft_meta: improve the validity check of pkttype set expr by Liping Zhang · 8 years ago
  100. 533e330 netfilter: cttimeout: unlink timeout objs in the unconfirmed ct lists by Liping Zhang · 8 years ago