index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
openvswitch
/
conntrack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: move nf_ct_netns_get out of nf_conncount_init
Xin Long
2024-08-19
1
-3
/
+2
*
openvswitch: switch to per-action label counting in conntrack
Xin Long
2024-08-16
1
-18
/
+12
*
openvswitch: prepare for stolen verdict coming from conntrack and nat engine
Florian Westphal
2024-07-05
1
-10
/
+37
*
openvswitch: get related ct labels from its master if it is not confirmed
Xin Long
2024-06-21
1
-1
/
+6
*
net: openvswitch: Fix Use-After-Free in ovs_ct_exit
Hyunwoo Kim
2024-04-25
1
-2
/
+2
*
net: openvswitch: fix unwanted error log on timeout policy probing
Ilya Maximets
2024-04-06
1
-2
/
+3
*
net/sched: act_ct: Always fill offloading tuple iifidx
Vlad Buslov
2023-11-09
1
-1
/
+1
*
genetlink: remove userhdr from struct genl_info
Jakub Kicinski
2023-08-15
1
-1
/
+1
*
net: openvswitch: add misc error drop reasons
Adrian Moreno
2023-08-14
1
-1
/
+2
*
openvswitch: set IPS_CONFIRMED in tmpl status only when commit is set in conn...
Xin Long
2023-07-20
1
-68
/
+10
*
net: extract nf_ct_handle_fragments to nf_conntrack_ovs
Xin Long
2023-02-11
1
-44
/
+1
*
openvswitch: move key and ovs_cb update out of handle_fragments
Xin Long
2023-02-11
1
-12
/
+25
*
net: extract nf_ct_skb_network_trim function to nf_conntrack_ovs
Xin Long
2023-02-11
1
-32
/
+4
*
openvswitch: Use string_is_terminated() helper
Andy Shevchenko
2023-02-10
1
-2
/
+3
*
openvswitch: use skb_ip_totlen in conntrack
Xin Long
2023-02-02
1
-1
/
+1
*
net: move the nat function to nf_nat_ovs for ovs and tc
Xin Long
2022-12-12
1
-127
/
+10
*
openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_nat
Xin Long
2022-12-12
1
-1
/
+1
*
openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info nat
Xin Long
2022-12-12
1
-2
/
+4
*
openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_execute
Xin Long
2022-12-12
1
-11
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-4
/
+4
|
\
|
*
netfilter: conntrack: Fix data-races around ct mark
Daniel Xu
2022-11-18
1
-4
/
+4
*
|
net: move add ct helper function to nf_conntrack_helper for ovs and tc
Xin Long
2022-11-08
1
-39
/
+5
*
|
net: move the ct helper function to nf_conntrack_helper for ovs and tc
Xin Long
2022-11-08
1
-60
/
+1
|
/
*
openvswitch: add nf_ct_is_confirmed check before assigning the helper
Xin Long
2022-10-13
1
-1
/
+2
*
net: openvswitch: allow conntrack in non-initial user namespace
Michael Weiß
2022-09-27
1
-5
/
+8
*
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-08-29
1
-0
/
+1
*
net: openvswitch: fix misuse of the cached connection on tuple changes
Ilya Maximets
2022-06-09
1
-1
/
+3
*
openvswitch: always update flow key after nat
Aaron Conole
2022-03-22
1
-59
/
+59
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
2022-01-10
1
-5
/
+10
|
\
|
*
net: prefer nf_ct_put instead of nf_conntrack_put
Florian Westphal
2022-01-09
1
-4
/
+10
|
*
netfilter: conntrack: convert to refcount_t api
Florian Westphal
2022-01-09
1
-1
/
+0
*
|
net: openvswitch: Fill act ct extension
Paul Blakey
2022-01-04
1
-0
/
+6
|
/
*
net: openvswitch: Remove unnecessary skb_nfct()
Yejune Deng
2021-05-10
1
-7
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-10
1
-4
/
+4
|
\
|
*
openvswitch: fix send of uninitialized stack memory in ct limit reply
Ilya Maximets
2021-04-05
1
-4
/
+4
*
|
net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding it
Christophe JAILLET
2021-04-04
1
-4
/
+2
|
/
*
net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ct
wenxu
2021-03-16
1
-3
/
+5
*
net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...
Zheng Yongjun
2020-12-09
1
-5
/
+1
*
net: openvswitch: Be liberal in tcp conntrack.
Numan Siddique
2020-11-20
1
-0
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-09
1
-9
/
+13
|
\
|
*
openvswitch: handle DNAT tuple collision
Dumitru Ceara
2020-10-08
1
-9
/
+13
*
|
net: openvswitch: Constify static struct genl_small_ops
Rikard Falkeborn
2020-10-05
1
-1
/
+1
*
|
genetlink: move to smaller ops wherever possible
Jakub Kicinski
2020-10-03
1
-3
/
+3
*
|
net: openswitch: reuse the helper variable to improve the code readablity
Zeng Tao
2020-09-18
1
-2
/
+2
|
/
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-2
/
+2
*
openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()
Peilin Ye
2020-08-04
1
-18
/
+20
*
net: openvswitch: ovs_ct_exit to be done under ovs_lock
Tonghao Zhang
2020-04-20
1
-1
/
+2
*
openvswitch: support asymmetric conntrack
Aaron Conole
2019-12-05
1
-0
/
+11
*
openvswitch: Allow attaching helper in later commit
Yi-Hung Wei
2019-10-06
1
-8
/
+13
*
openvswitch: Properly set L4 keys on "later" IP fragments
Greg Rose
2019-08-28
1
-0
/
+5
[next]