index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
openvswitch
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: openvswitch: fix leak of nested actions
Ilya Maximets
2022-06-25
1
-5
/
+56
*
net: openvswitch: fix misuse of the cached connection on tuple changes
Ilya Maximets
2022-06-25
2
-1
/
+8
*
openvswitch: fix OOB access in reserve_sfa_size()
Paolo Valerio
2022-04-27
1
-1
/
+1
*
net: openvswitch: don't send internal clone attribute to the userspace.
Ilya Maximets
2022-04-15
2
-2
/
+4
*
openvswitch: Fixed nd target mask field in the flow dump.
Martin Varghese
2022-04-15
1
-2
/
+2
*
openvswitch: Fix setting ipv6 fields causing hw csum failure
Paul Blakey
2022-03-02
1
-8
/
+38
*
openvswitch: meter: fix race when getting now_ms.
Tao Liu
2021-06-03
1
-0
/
+8
*
openvswitch: fix stack OOB read while fragmenting IPv4 packets
Davide Caratti
2021-05-22
1
-4
/
+4
*
openvswitch: handle DNAT tuple collision
Dumitru Ceara
2020-10-14
1
-9
/
+13
*
net: openvswitch: use div_u64() for 64-by-32 divisions
Tonghao Zhang
2020-10-01
1
-1
/
+1
*
net: openvswitch: use u64 for meter bucket
Tonghao Zhang
2020-10-01
2
-2
/
+2
*
openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()
Peilin Ye
2020-08-11
1
-18
/
+20
*
openvswitch: support asymmetric conntrack
Aaron Conole
2019-12-21
1
-0
/
+11
*
openvswitch: remove another BUG_ON()
Paolo Abeni
2019-12-05
1
-1
/
+5
*
openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
Paolo Abeni
2019-12-05
1
-1
/
+4
*
openvswitch: fix flow command message size
Paolo Abeni
2019-12-05
1
-1
/
+5
*
openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELS
Arnd Bergmann
2019-12-01
1
-1
/
+2
*
net: ovs: fix return type of ndo_start_xmit function
YueHaibing
2019-11-24
1
-2
/
+3
*
net: openvswitch: free vport unless register_netdevice() succeeds
Hillf Danton
2019-11-12
1
-7
/
+4
*
netns: fix GFP flags in rtnl_net_notifyid()
Guillaume Nault
2019-11-10
1
-9
/
+11
*
openvswitch: change type of UPCALL_PID attribute to NLA_UNSPEC
Li RongQing
2019-10-05
1
-1
/
+1
*
net: openvswitch: fix csum updates for MPLS actions
John Hurley
2019-07-28
1
-4
/
+2
*
net: openvswitch: do not free vport if register_netdevice() is failed.
Taehee Yoo
2019-06-22
1
-6
/
+12
*
openvswitch: fix flow actions reallocation
Andrea Righi
2019-04-17
1
-2
/
+2
*
openvswitch: Avoid OOB read when parsing flow nlattrs
Ross Lagerwall
2019-01-31
1
-1
/
+1
*
openvswitch: Fix push/pop ethernet validation
Jaime CaamaƱo Ruiz
2018-11-04
1
-2
/
+2
*
openvswitch: load NAT helper
Flavio Leitner
2018-10-04
1
-0
/
+4
*
Revert "openvswitch: Fix template leak in error cases."
Flavio Leitner
2018-10-01
1
-4
/
+2
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-02
1
-5
/
+5
|
\
|
*
openvswitch: meter: Fix setting meter id for new entries
Justin Pettit
2018-07-29
1
-5
/
+5
*
|
ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module
Florian Westphal
2018-07-18
1
-0
/
+1
*
|
netfilter: Remove useless param helper of nf_ct_helper_ext_add
Gao Feng
2018-07-18
1
-1
/
+1
*
|
openvswitch: use nf_ct_get_tuplepr, invert_tuplepr
Florian Westphal
2018-07-16
1
-14
/
+3
*
|
openvswitch: kernel datapath clone action
Yifeng Sun
2018-07-08
2
-0
/
+106
*
|
net: check tunnel option type in tunnel flags
Pieter Jansen van Vuuren
2018-06-29
1
-1
/
+6
|
/
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+3
*
openvswitch: Support conntrack zone limit
Yi-Hung Wei
2018-05-25
5
-6
/
+567
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-11
1
-6
/
+3
|
\
|
*
openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found
Stefano Brivio
2018-05-04
1
-6
/
+3
*
|
netfilter: add NAT support for shifted portmap ranges
Thierry Du Tre
2018-04-24
1
-2
/
+2
|
/
*
ovs: Remove rtnl_lock() from ovs_exit_net()
Kirill Tkhai
2018-03-29
1
-2
/
+0
*
net: Introduce net_rwsem to protect net_namespace_list
Kirill Tkhai
2018-03-29
1
-0
/
+2
*
net: Drop pernet_operations::async
Kirill Tkhai
2018-03-27
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-23
1
-3
/
+9
|
\
|
*
openvswitch: meter: fix the incorrect calculation of max delta_t
zhangliping
2018-03-11
1
-3
/
+9
*
|
net: Convert ovs_net_ops
Kirill Tkhai
2018-03-17
1
-0
/
+1
*
|
openvswitch: fix vport packet length check.
William Tu
2018-03-08
1
-4
/
+4
|
/
*
openvswitch: Remove padding from packet before L3+ conntrack processing
Ed Swierk
2018-02-01
1
-0
/
+34
*
openvswitch: meter: Use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
2018-01-31
1
-1
/
+1
[next]