1. 77bbcb6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 3 years ago
  2. 408bdcf net: prefer nf_ct_put instead of nf_conntrack_put by Florian Westphal · 3 years ago
  3. 7197743 netfilter: conntrack: convert to refcount_t api by Florian Westphal · 3 years ago
  4. b702436 net: openvswitch: Fill act ct extension by Paul Blakey · 3 years ago
  5. d2792e9 net: openvswitch: Remove unnecessary skb_nfct() by Yejune Deng · 3 years, 8 months ago
  6. 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  7. 4d51419 openvswitch: fix send of uninitialized stack memory in ct limit reply by Ilya Maximets · 3 years, 9 months ago
  8. 7d42e84 net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding it by Christophe JAILLET · 3 years, 9 months ago
  9. d29334c net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ct by wenxu · 3 years, 10 months ago
  10. 5e359044 net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_get_default_limit() by Zheng Yongjun · 4 years, 1 month ago
  11. e2ef520 net: openvswitch: Be liberal in tcp conntrack. by Numan Siddique · 4 years, 1 month ago
  12. 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  13. 8aa7b52 openvswitch: handle DNAT tuple collision by Dumitru Ceara · 4 years, 3 months ago
  14. b980b31 net: openvswitch: Constify static struct genl_small_ops by Rikard Falkeborn · 4 years, 3 months ago
  15. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 3 months ago
  16. 7b066d1 net: openswitch: reuse the helper variable to improve the code readablity by Zeng Tao · 4 years, 3 months ago
  17. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  18. 9aba6c5 openvswitch: Prevent kernel-infoleak in ovs_ct_put_key() by Peilin Ye · 4 years, 5 months ago
  19. 27de77c net: openvswitch: ovs_ct_exit to be done under ovs_lock by Tonghao Zhang · 4 years, 9 months ago
  20. 5d50aa8 openvswitch: support asymmetric conntrack by Aaron Conole · 5 years ago
  21. 248d45f openvswitch: Allow attaching helper in later commit by Yi-Hung Wei · 5 years ago
  22. ad06a56 openvswitch: Properly set L4 keys on "later" IP fragments by Greg Rose · 5 years ago
  23. 7177895 openvswitch: Fix conntrack cache with timeout by Yi-Hung Wei · 5 years ago
  24. 12c6bc3 openvswitch: Fix log message in ovs conntrack by Yi-Hung Wei · 5 years ago
  25. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  26. f319ca6 openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT) by Geert Uytterhoeven · 6 years ago
  27. 1ffad6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  28. ca96534 openvswitch: check for null pointer return from nla_nest_start_noflag by Colin Ian King · 6 years ago
  29. fec9c27 openvswitch: load and reference the NAT helper. by Flavio Leitner · 6 years ago
  30. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  31. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  32. 4806e97 netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT) by Florian Westphal · 6 years ago
  33. 6d67049 openvswitch: use after free in __ovs_ct_free_action() by Dan Carpenter · 6 years ago
  34. 06bd2bd openvswitch: Add timeout support to ct action by Yi-Hung Wei · 6 years ago
  35. fa7e428 openvswitch: add seqadj extension when NAT is used. by Flavio Leitner · 6 years ago
  36. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  37. d2c5c10 netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h by Florian Westphal · 6 years ago
  38. 3bf195a netfilter: nat: merge nf_nat_ipv4,6 into nat core by Florian Westphal · 6 years ago
  39. 303e0c5 netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookups by Florian Westphal · 6 years ago
  40. 43d0e96 openvswitch: fix spelling mistake "execeeds" -> "exceeds" by Colin Ian King · 6 years ago
  41. a277d51 openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELS by Arnd Bergmann · 6 years ago
  42. 9000a45 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  43. 17c357e openvswitch: load NAT helper by Flavio Leitner · 6 years ago
  44. 7f6d655 Revert "openvswitch: Fix template leak in error cases." by Flavio Leitner · 6 years ago
  45. 93e6602 netfilter: conntrack: pass nf_hook_state to packet and error handlers by Florian Westphal · 6 years ago
  46. 70b095c ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module by Florian Westphal · 6 years ago
  47. 440534d netfilter: Remove useless param helper of nf_ct_helper_ext_add by Gao Feng · 6 years ago
  48. 60e3be9 openvswitch: use nf_ct_get_tuplepr, invert_tuplepr by Florian Westphal · 7 years ago
  49. 11efd5c openvswitch: Support conntrack zone limit by Yi-Hung Wei · 7 years ago
  50. 2eb0f62 netfilter: add NAT support for shifted portmap ranges by Thierry Du Tre · 7 years ago
  51. 9382fe7 openvswitch: Remove padding from packet before L3+ conntrack processing by Ed Swierk · 7 years ago
  52. e0b1084 openvswitch: drop unneeded newline by Julia Lawall · 7 years ago
  53. 279badc openvswitch: conntrack: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  54. b822696 openvswitch: add ct_clear action by Eric Garver · 7 years ago
  55. b63f604 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  56. b3480fe netfilter: conntrack: make protocol tracker pointers const by Florian Westphal · 7 years ago
  57. 0ed80da openvswitch: Remove unnecessary newlines from OVS_NLERR uses by Joe Perches · 7 years ago
  58. 69ec932 openvswitch: fix potential out of bound access in parse_ct by Liping Zhang · 7 years ago
  59. 8b97ac5 openvswitch: Fix for force/commit action failures by Greg Rose · 7 years ago
  60. d91fc59 netfilter: introduce nf_conntrack_helper_put helper function by Liping Zhang · 8 years ago
  61. 4d89ac2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  62. a01aa92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  63. cf5d709 openvswitch: Delete conntrack entry clashing with an expectation. by Jarno Rajahalme · 8 years ago
  64. 1206455 openvswitch: Add eventmask support to CT action. by Jarno Rajahalme · 8 years ago
  65. abd0a4f openvswitch: Typo fix. by Jarno Rajahalme · 8 years ago
  66. ab8bc7e netfilter: remove nf_ct_is_untracked by Florian Westphal · 8 years ago
  67. b768b16 openvswitch: Fix refcount leak on force commit. by Jarno Rajahalme · 8 years ago
  68. 48cac18 ipv6: orphan skbs in reassembly unit by Eric Dumazet · 8 years ago
  69. 2317c6b openvswitch: Set event bit after initializing labels. by Jarno Rajahalme · 8 years ago
  70. 316d4d7 openvswitch: Pack struct sw_flow_key. by Jarno Rajahalme · 8 years ago
  71. dd41d33 openvswitch: Add force commit. by Jarno Rajahalme · 8 years ago
  72. 9dd7f89 openvswitch: Add original direction conntrack tuple to sw_flow_key. by Jarno Rajahalme · 8 years ago
  73. 09aa98a openvswitch: Inherit master's labels. by Jarno Rajahalme · 8 years ago
  74. 6ffcea7 openvswitch: Refactor labels initialization. by Jarno Rajahalme · 8 years ago
  75. b87cec3 openvswitch: Simplify labels length logic. by Jarno Rajahalme · 8 years ago
  76. cb80d58 openvswitch: Unionize ovs_key_ct_label with a u32 array. by Jarno Rajahalme · 8 years ago
  77. 193e309 openvswitch: Do not trigger events for unconfirmed connections. by Jarno Rajahalme · 8 years ago
  78. 9ff464d openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted. by Jarno Rajahalme · 8 years ago
  79. 5e17da6 openvswitch: Fix comments for skb->_nfct by Jarno Rajahalme · 8 years ago
  80. 52e01b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  81. c74454f netfilter: add and use nf_ct_set helper by Florian Westphal · 8 years ago
  82. cb9c683 skbuff: add and use skb_nfct helper by Florian Westphal · 8 years ago
  83. 75f01a4 openvswitch: maintain correct checksum state in conntrack actions by Lance Richardson · 8 years ago
  84. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  85. f92a80a openvswitch: Fix skb leak in IPv6 reassembly. by Daniele Di Proietto · 8 years ago
  86. 08733a0 netfilter: handle NF_REPEAT from nf_conntrack_in() by Pablo Neira Ayuso · 8 years ago
  87. 7664423 openvswitch: Free tmpl with tmpl_free. by Joe Stringer · 8 years ago
  88. bce91f8 openvswitch: Remove incorrect WARN_ONCE(). by Jarno Rajahalme · 8 years ago
  89. 2301401 netfilter: conntrack: support a fixed size of 128 distinct labels by Florian Westphal · 8 years ago
  90. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  91. d913d3a openvswitch: fix conntrack netlink event delivery by Samuel Gauthier · 9 years ago
  92. 7d904c7 openvswitch: Only set mark and labels with a commit flag. by Jarno Rajahalme · 9 years ago
  93. 1c1779f openvswitch: Set mark and labels before confirming. by Jarno Rajahalme · 9 years ago
  94. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  95. 16ec3d4 openvswitch: Fix cached ct with helper. by Joe Stringer · 9 years ago
  96. 3b78155 openvswitch: __nf_ct_l{3,4}proto_find() always return a valid pointer by Pablo Neira Ayuso · 9 years ago
  97. 11afbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  98. 49e261a openvswitch: Orphan skbs before IPv6 defrag by Joe Stringer · 9 years ago
  99. adff6c6 netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used' by Florian Westphal · 9 years ago
  100. 0c84ea1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago